COLOR #999EAE

HEX: #999EAE
RGB: (153,158,174)

Color info

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

RGB color model

#999EAE color RGB value is (153,158,174).

  • red value is 153;
  • green value is 158;
  • blue value is 174.
RGB:
(153,158,174)
(60%,62%,68%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 174 of 255 = 68%

153
158
174

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

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 174 = 485 (100%)
R 153 of 485 ~ 31.55%
G 158 of 485 ~ 32.58%
B 174 of 485 ~ 35.88%

%31.55
%32.58
%35.88

CMYK color model

#999EAE color CMYK value is (12,9,0,32).

  • cyan value is 12.07%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(12,9,0,32)
C12M9Y0K32 
(12%,9%,0%,32%)
(0.12/0.09/0.00/0.32)	

CMYK percentages

%12.07
%9.2
%0
%31.76

Codes

Color #999EAE in popluar color models

999EAE
RGB153158174
HSL226°11.48%64.12%
HSB/HSV226°12.07%68.24%
CMYK12.07%9.20%0.00%
31.76%

Color #999EAE in popluar number systems.

HEX999EAE
Decimal153158174
Binary100110011001111010101110
Octal231236256

Shades and tints

Shades of #999EAE

#999EAE
(153,158,174)
#8C909F
(140,144,159)
#7F8290
(127,130,144)
#727481
(114,116,129)
#656672
(101,102,114)
#585863
(88,88,99)
#4B4A54
(75,74,84)
#3E3C45
(62,60,69)
#312E36
(49,46,54)
#242027
(36,32,39)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #999EAE

#999EAE
(153,158,174)
#A2A6B5
(162,166,181)
#ABAEBC
(171,174,188)
#B4B6C3
(180,182,195)
#BDBECA
(189,190,202)
#C6C6D1
(198,198,209)
#CFCED8
(207,206,216)
#D8D6DF
(216,214,223)
#E1DEE6
(225,222,230)
#EAE6ED
(234,230,237)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999EAE; }

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

This text font color is #999EAE.


Background Color

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

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

This div background color is #999EAE.


Border color

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

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

This div border color is #999EAE.


Opacity

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

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

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

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

This text has shadow with #999EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999EAE on black background.


Color preview on white background

This text has color #999EAE on white background.



Black color preview on #999EAE background

This text has black color on #999EAE background.


White color preview on #999EAE background

This text has white color on #999EAE background.