COLOR #ABAF99

HEX: #ABAF99
RGB: (171,175,153)

Color info

#ABAF99 contains red, green and blue colors in about the same proportion. Web safe color of #ABAF99 is #999999 (or #999).

RGB color model

#ABAF99 color RGB value is (171,175,153).

  • red value is 171;
  • green value is 175;
  • blue value is 153.
RGB:
(171,175,153)
(67%,69%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 153 of 255 = 60%

171
175
153

R + G + B ~ 65%. #ABAF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 153 = 499 (100%)
R 171 of 499 ~ 34.27%
G 175 of 499 ~ 35.07%
B 153 of 499 ~ 30.66%

%34.27
%35.07
%30.66

CMYK color model

#ABAF99 color CMYK value is (2,0,13,31).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(2,0,13,31)
C2M0Y13K31 
(2%,0%,13%,31%)
(0.02/0.00/0.13/0.31)	

CMYK percentages

%2.29
%0
%12.57
%31.37

Codes

Color #ABAF99 in popluar color models

ABAF99
RGB171175153
HSL71°12.09%64.31%
HSB/HSV71°12.57%68.63%
CMYK2.29%0.00%12.57%
31.37%

Color #ABAF99 in popluar number systems.

HEXABAF99
Decimal171175153
Binary101010111010111110011001
Octal253257231

Shades and tints

Shades of #ABAF99

#ABAF99
(171,175,153)
#9CA08C
(156,160,140)
#8D917F
(141,145,127)
#7E8272
(126,130,114)
#6F7365
(111,115,101)
#606458
(96,100,88)
#51554B
(81,85,75)
#42463E
(66,70,62)
#333731
(51,55,49)
#242824
(36,40,36)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #ABAF99

#ABAF99
(171,175,153)
#B2B6A2
(178,182,162)
#B9BDAB
(185,189,171)
#C0C4B4
(192,196,180)
#C7CBBD
(199,203,189)
#CED2C6
(206,210,198)
#D5D9CF
(213,217,207)
#DCE0D8
(220,224,216)
#E3E7E1
(227,231,225)
#EAEEEA
(234,238,234)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAF99 color. Also use rgb(171,175,153) instead hex code.

Text Font Color

.myTextColor { color: #ABAF99; }

<p style="color:#ABAF99">This sample text font color is #ABAF99.</p>

This text font color is #ABAF99.


Background Color

.myBgColor { background-color: #ABAF99; }

<div style="background-color:#ABAF99">Inner text</div>

This div background color is #ABAF99.


Border color

.myBorderColor { border: 1px solid #ABAF99; }

<div style="border:3px solid #ABAF99">Div</div>

This div border color is #ABAF99.


Opacity

.myOpacity80 { color: #ABAF99; opacity: 0.8; }

<p style="color:#ABAF99;opacity:0.8;">80%</p>

Text with #ABAF99 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABAF99;}

<p style="text-shadow: 3px 3px 1px #ABAF99">Text here.</p>

This text has shadow with #ABAF99 color.

.textShadow {text-shadow: 3px 3px 1px #ABAF99, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABAF99, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABAF99 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABAF99, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABAF99, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABAF99 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABAF99;
  -webkit-box-shadow:	1px 1px 3px 2px #ABAF99;
  box-shadow:		1px 1px 3px 2px #ABAF99;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABAF99;
-webkit-box-shadow: 1px 1px 3px 2px #ABAF99;
box-shadow:1px 1px 3px 2px #ABAF99;">
Div content here</div>
This div box has shadow with color #ABAF99.

Preview

Color preview on black background

This text has color #ABAF99 on black background.


Color preview on white background

This text has color #ABAF99 on white background.



Black color preview on #ABAF99 background

This text has black color on #ABAF99 background.


White color preview on #ABAF99 background

This text has white color on #ABAF99 background.