COLOR #999EAF

HEX: #999EAF
RGB: (153,158,175)

Color info

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

RGB color model

#999EAF color RGB value is (153,158,175).

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

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 175 of 255 = 69%

153
158
175

R + G + B ~ 64%. #999EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 175 = 486 (100%)
R 153 of 486 ~ 31.48%
G 158 of 486 ~ 32.51%
B 175 of 486 ~ 36.01%

%31.48
%32.51
%36.01

CMYK color model

#999EAF color CMYK value is (13,10,0,31).

  • cyan value is 12.57%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,10,0,31)
C13M10Y0K31 
(13%,10%,0%,31%)
(0.13/0.10/0.00/0.31)	

CMYK percentages

%12.57
%9.71
%0
%31.37

Codes

Color #999EAF in popluar color models

999EAF
RGB153158175
HSL226°12.09%64.31%
HSB/HSV226°12.57%68.63%
CMYK12.57%9.71%0.00%
31.37%

Color #999EAF in popluar number systems.

HEX999EAF
Decimal153158175
Binary100110011001111010101111
Octal231236257

Shades and tints

Shades of #999EAF

#999EAF
(153,158,175)
#8C90A0
(140,144,160)
#7F8291
(127,130,145)
#727482
(114,116,130)
#656673
(101,102,115)
#585864
(88,88,100)
#4B4A55
(75,74,85)
#3E3C46
(62,60,70)
#312E37
(49,46,55)
#242028
(36,32,40)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #999EAF

#999EAF
(153,158,175)
#A2A6B6
(162,166,182)
#ABAEBD
(171,174,189)
#B4B6C4
(180,182,196)
#BDBECB
(189,190,203)
#C6C6D2
(198,198,210)
#CFCED9
(207,206,217)
#D8D6E0
(216,214,224)
#E1DEE7
(225,222,231)
#EAE6EE
(234,230,238)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999EAF; }

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

This text font color is #999EAF.


Background Color

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

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

This div background color is #999EAF.


Border color

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

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

This div border color is #999EAF.


Opacity

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

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

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

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

This text has shadow with #999EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999EAF on black background.


Color preview on white background

This text has color #999EAF on white background.



Black color preview on #999EAF background

This text has black color on #999EAF background.


White color preview on #999EAF background

This text has white color on #999EAF background.