User-Interface Color Keywords : color « Style Basics « HTML / CSS






User-Interface Color Keywords

  

Color Keyword             Description

ActiveBorder              Border of the active window.

ActiveCaption             Caption of the active window.

AppWorkspace              Background color of multiple document interface.

Background                Desktop background.

ButtonFace                Face color of three-dimensional display elements.

ButtonHighlight           Dark shadow for three-dimensional display elements (for edges facing away from the light source).

ButtonShadow              Shadow color for three-dimensional display elements.

ButtonText                Text on push buttons.

CaptionText               Text in caption, size box, and scrollbar arrow box.

GrayText                  Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.

Highlight                 Item(s) selected in a control.

HighlightText             Text of item(s) selected in a control.

InactiveBorder            Inactive window border.

InactiveCaption           Inactive window caption.

InactiveCaptionText       Color of text in an inactive caption.

InfoBackground            Background color for tooltip controls.

InfoText                  Text color for tooltip controls.

Menu                      Menu background.

MenuText                  Text in menus.

Scrollbar                 Scrollbar gray area.

ThreeDDarkShadow          Dark shadow for three-dimensional display elements.

ThreeDFace                Face color for three-dimensional display elements.

ThreeDHighlight           Highlight color for three-dimensional display elements.

ThreeDLightShadow         Light color for three-dimensional display elements (for edges facing the light source).

ThreeDShadow              Dark shadow for three-dimensional display elements.

Window                    Window background.

WindowFrame               Window frame.

WindowText                Text in windows.

   
  








Related examples in the same category

1.Colors
2.Hexadecimal Colors
3.background: lightblue
4.RGB Colors
5.RGB Colors with percentage
6.color: #333333
7.color: blue;
8.color:red
9.color:black; assigns the constant value black to the color property.
10.Use #fff for #ffffff
11.Change color with Javascript
12.CSS Color Chart
13.Browser-Safe Color Chart
14.The Sixteen Basic Colors
15.rgb color
16.rgb color with percentage