COLOR #999EAB

HEX: #999EAB RGB: (153,158,171)

Color info

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

RGB color model

#999EAB color RGB value is (153,158,171).

RGB: (153,158,171) (60%, 62%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 171 of 255 = 67%

153
158
171

R + G + B ~ 63%. #999EAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 158 + 171 = 482 (100%)
R 153 of 482 ~ 31.74%
G 158 of 482 ~ 32.78%
B 171 of 482 ~ 35.48'%

%31.74
%32.78
%35.48

CMYK color model

#999EAB color CMYK value is (11,8,0,33).

  • cyan value is 10.53%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,8,0,33)
C11M8Y0K33 (11%, 8%, 0%, 33%)
(0.11 / 0.08 / 0.00 / 0.33)

CMYK percentages

%10.53
%7.6
%0
%32.94

Codes

Color #999EAB in popluar color models

99 9E AB
RGB 153 158 171
HSL 223° 9.68% 63.53%
HSB/HSV 223° 10.53% 67.06%
CMYK 10.53% 7.60% 0.00%
32.94%

Color #999EAB in popluar number systems.

HEX 99 9E AB
Decimal 153 158 171
Binary 10011001 10011110 10101011
Octal 231 236 253

Shades and tints

Shades of #999EAB

#999EAB
(153,158,171)
#8C909C
(140,144,156)
#7F828D
(127,130,141)
#72747E
(114,116,126)
#65666F
(101,102,111)
#585860
(88,88,96)
#4B4A51
(75,74,81)
#3E3C42
(62,60,66)
#312E33
(49,46,51)
#242024
(36,32,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #999EAB

#999EAB
(153,158,171)
#A2A6B2
(162,166,178)
#ABAEB9
(171,174,185)
#B4B6C0
(180,182,192)
#BDBEC7
(189,190,199)
#C6C6CE
(198,198,206)
#CFCED5
(207,206,213)
#D8D6DC
(216,214,220)
#E1DEE3
(225,222,227)
#EAE6EA
(234,230,234)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999EAB; }

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

This text font color is #999EAB.

Background Color

.myBgColor { background-color: #999EAB; }

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

This div background color is #999EAB.

Border color

.myBorderColor { border: 1px solid #999EAB; }

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

This div border color is #999EAB.

Opacity

.myOpacity80 { color: #999EAB; opacity: 0.8; }

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

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

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

This text has shadow with #999EAB color.


.textShadow {text-shadow: 3px 3px 1px #999EAB', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999EAB; -webkit-box-shadow: 1px 1px 3px 2px #999EAB; box-shadow:1px 1px 3px 2px #999EAB;">
Div content here
</div>

This div box has shadow with color #999EAB.

Preview

Color preview on black background

This text has color #999EAB on black background.


Color preview on white background

This text has color #999EAB on white background.


Black color preview on #999EAB background

This text has black color on #999EAB background.


White color preview on #999EAB background

This text has white color on #999EAB background.


Related colors

Complementary color

Complementary color for #hex is #666154.


I love getcolorcode.com

Triadic colors

1 #AB999E and #9EAB99 with #999EAB are triadic colors.

2 #AB9E99 and #9E99AB with #999EAB are triadic colors.