COLOR #999EA9

HEX: #999EA9
RGB: (153,158,169)

Color info

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

RGB color model

#999EA9 color RGB value is (153,158,169).

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

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 169 of 255 = 66%

153
158
169

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

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 169 = 480 (100%)
R 153 of 480 ~ 31.88%
G 158 of 480 ~ 32.92%
B 169 of 480 ~ 35.21%

%31.88
%32.92
%35.21

CMYK color model

#999EA9 color CMYK value is (9,7,0,34).

  • cyan value is 9.47%
  • magenta value is 6.51%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(9,7,0,34)
C9M7Y0K34 
(9%,7%,0%,34%)
(0.09/0.07/0.00/0.34)	

CMYK percentages

%9.47
%6.51
%0
%33.73

Codes

Color #999EA9 in popluar color models

999EA9
RGB153158169
HSL221°8.51%63.14%
HSB/HSV221°9.47%66.27%
CMYK9.47%6.51%0.00%
33.73%

Color #999EA9 in popluar number systems.

HEX999EA9
Decimal153158169
Binary100110011001111010101001
Octal231236251

Shades and tints

Shades of #999EA9

#999EA9
(153,158,169)
#8C909A
(140,144,154)
#7F828B
(127,130,139)
#72747C
(114,116,124)
#65666D
(101,102,109)
#58585E
(88,88,94)
#4B4A4F
(75,74,79)
#3E3C40
(62,60,64)
#312E31
(49,46,49)
#242022
(36,32,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #999EA9

#999EA9
(153,158,169)
#A2A6B0
(162,166,176)
#ABAEB7
(171,174,183)
#B4B6BE
(180,182,190)
#BDBEC5
(189,190,197)
#C6C6CC
(198,198,204)
#CFCED3
(207,206,211)
#D8D6DA
(216,214,218)
#E1DEE1
(225,222,225)
#EAE6E8
(234,230,232)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999EA9; }

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

This text font color is #999EA9.


Background Color

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

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

This div background color is #999EA9.


Border color

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

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

This div border color is #999EA9.


Opacity

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

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

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

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

This text has shadow with #999EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999EA9 on black background.


Color preview on white background

This text has color #999EA9 on white background.



Black color preview on #999EA9 background

This text has black color on #999EA9 background.


White color preview on #999EA9 background

This text has white color on #999EA9 background.