COLOR #999EAA

HEX: #999EAA RGB: (153,158,170)

Color info

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

RGB color model

#999EAA color RGB value is (153,158,170).

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

RGB channels and saturation

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

153
158
170

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

Portions of RGB colors in percentages

R + G + B = 153 + 158 + 170 = 481 (100%)
R 153 of 481 ~ 31.81%
G 158 of 481 ~ 32.85%
B 170 of 481 ~ 35.34'%

%31.81
%32.85
%35.34

CMYK color model

#999EAA color CMYK value is (10,7,0,33).

  • cyan value is 10.00%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (10,7,0,33)
C10M7Y0K33 (10%, 7%, 0%, 33%)
(0.10 / 0.07 / 0.00 / 0.33)

CMYK percentages

%10
%7.06
%0
%33.33

Codes

Color #999EAA in popluar color models

99 9E AA
RGB 153 158 170
HSL 222° 9.09% 63.33%
HSB/HSV 222° 10.00% 66.67%
CMYK 10.00% 7.06% 0.00%
33.33%

Color #999EAA in popluar number systems.

HEX 99 9E AA
Decimal 153 158 170
Binary 10011001 10011110 10101010
Octal 231 236 252

Shades and tints

Shades of #999EAA

#999EAA
(153,158,170)
#8C909B
(140,144,155)
#7F828C
(127,130,140)
#72747D
(114,116,125)
#65666E
(101,102,110)
#58585F
(88,88,95)
#4B4A50
(75,74,80)
#3E3C41
(62,60,65)
#312E32
(49,46,50)
#242023
(36,32,35)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #999EAA

#999EAA
(153,158,170)
#A2A6B1
(162,166,177)
#ABAEB8
(171,174,184)
#B4B6BF
(180,182,191)
#BDBEC6
(189,190,198)
#C6C6CD
(198,198,205)
#CFCED4
(207,206,212)
#D8D6DB
(216,214,219)
#E1DEE2
(225,222,226)
#EAE6E9
(234,230,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999EAA; }

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

This text font color is #999EAA.

Background Color

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

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

This div background color is #999EAA.

Border color

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

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

This div border color is #999EAA.

Opacity

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

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

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

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

This text has shadow with #999EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999EAA.

Preview

Color preview on black background

This text has color #999EAA on black background.


Color preview on white background

This text has color #999EAA on white background.


Black color preview on #999EAA background

This text has black color on #999EAA background.


White color preview on #999EAA background

This text has white color on #999EAA background.


Related colors

Complementary color

Complementary color for #hex is #666155.


I love getcolorcode.com

Triadic colors

1 #AA999E and #9EAA99 with #999EAA are triadic colors.

2 #AA9E99 and #9E99AA with #999EAA are triadic colors.