COLOR #AB9EAF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
158
175

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

Portions of RGB colors in percentages

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

%33.93
%31.35
%34.72

CMYK color model

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

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

CMYK percentages

%2.29
%9.71
%0
%31.37

Codes

Color #AB9EAF in popluar color models

AB9EAF
RGB171158175
HSL286°9.60%65.29%
HSB/HSV286°9.71%68.63%
CMYK2.29%9.71%0.00%
31.37%

Color #AB9EAF in popluar number systems.

HEXAB9EAF
Decimal171158175
Binary101010111001111010101111
Octal253236257

Shades and tints

Shades of #AB9EAF

#AB9EAF
(171,158,175)
#9C90A0
(156,144,160)
#8D8291
(141,130,145)
#7E7482
(126,116,130)
#6F6673
(111,102,115)
#605864
(96,88,100)
#514A55
(81,74,85)
#423C46
(66,60,70)
#332E37
(51,46,55)
#242028
(36,32,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #AB9EAF

#AB9EAF
(171,158,175)
#B2A6B6
(178,166,182)
#B9AEBD
(185,174,189)
#C0B6C4
(192,182,196)
#C7BECB
(199,190,203)
#CEC6D2
(206,198,210)
#D5CED9
(213,206,217)
#DCD6E0
(220,214,224)
#E3DEE7
(227,222,231)
#EAE6EE
(234,230,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EAF; }

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

This text font color is #AB9EAF.


Background Color

.myBgColor { background-color: #AB9EAF; }

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

This div background color is #AB9EAF.


Border color

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

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

This div border color is #AB9EAF.


Opacity

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

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

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

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

This text has shadow with #AB9EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EAF on black background.


Color preview on white background

This text has color #AB9EAF on white background.



Black color preview on #AB9EAF background

This text has black color on #AB9EAF background.


White color preview on #AB9EAF background

This text has white color on #AB9EAF background.