COLOR #ABAF9E

HEX: #ABAF9E
RGB: (171,175,158)

Color info

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

RGB color model

#ABAF9E color RGB value is (171,175,158).

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

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 158 of 255 = 62%

171
175
158

R + G + B ~ 66%. #ABAF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 158 = 504 (100%)
R 171 of 504 ~ 33.93%
G 175 of 504 ~ 34.72%
B 158 of 504 ~ 31.35%

%33.93
%34.72
%31.35

CMYK color model

#ABAF9E color CMYK value is (2,0,10,31).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 31.37%
CMYK:
(2,0,10,31)
C2M0Y10K31 
(2%,0%,10%,31%)
(0.02/0.00/0.10/0.31)	

CMYK percentages

%2.29
%0
%9.71
%31.37

Codes

Color #ABAF9E in popluar color models

ABAF9E
RGB171175158
HSL74°9.60%65.29%
HSB/HSV74°9.71%68.63%
CMYK2.29%0.00%9.71%
31.37%

Color #ABAF9E in popluar number systems.

HEXABAF9E
Decimal171175158
Binary101010111010111110011110
Octal253257236

Shades and tints

Shades of #ABAF9E

#ABAF9E
(171,175,158)
#9CA090
(156,160,144)
#8D9182
(141,145,130)
#7E8274
(126,130,116)
#6F7366
(111,115,102)
#606458
(96,100,88)
#51554A
(81,85,74)
#42463C
(66,70,60)
#33372E
(51,55,46)
#242820
(36,40,32)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABAF9E

#ABAF9E
(171,175,158)
#B2B6A6
(178,182,166)
#B9BDAE
(185,189,174)
#C0C4B6
(192,196,182)
#C7CBBE
(199,203,190)
#CED2C6
(206,210,198)
#D5D9CE
(213,217,206)
#DCE0D6
(220,224,214)
#E3E7DE
(227,231,222)
#EAEEE6
(234,238,230)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAF9E; }

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

This text font color is #ABAF9E.


Background Color

.myBgColor { background-color: #ABAF9E; }

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

This div background color is #ABAF9E.


Border color

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

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

This div border color is #ABAF9E.


Opacity

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

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

Text with #ABAF9E 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 #ABAF9E;}

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

This text has shadow with #ABAF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAF9E on black background.


Color preview on white background

This text has color #ABAF9E on white background.



Black color preview on #ABAF9E background

This text has black color on #ABAF9E background.


White color preview on #ABAF9E background

This text has white color on #ABAF9E background.