COLOR #999E9D

HEX: #999E9D RGB: (153,158,157)

Color info

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

RGB color model

#999E9D color RGB value is (153,158,157).

RGB: (153,158,157) (60%, 62%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 157 of 255 = 62%

153
158
157

R + G + B ~ 61%. #999E9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 158 + 157 = 468 (100%)
R 153 of 468 ~ 32.69%
G 158 of 468 ~ 33.76%
B 157 of 468 ~ 33.55'%

%32.69
%33.76
%33.55

CMYK color model

#999E9D color CMYK value is (3,0,1,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 0.63%
  • key color value is 38.04%
CMYK: (3,0,1,38) C3M0Y1K38 (3%,0%,1%,38%) (0.03/0.00/0.01/0.38) 

CMYK percentages

%3.16
%0
%0.63
%38.04

Codes

Color #999E9D in popluar color models

99 9E 9D
RGB 153 158 157
HSL 168° 2.51% 60.98%
HSB/HSV 168° 3.16% 61.96%
CMYK 3.16% 0.00% 0.63%
38.04%

Color #999E9D in popluar number systems.

HEX 99 9E 9D
Decimal 153 158 157
Binary 10011001 10011110 10011101
Octal 231 236 235

Shades and tints

Shades of #999E9D

#999E9D
(153,158,157)
#8C908F
(140,144,143)
#7F8281
(127,130,129)
#727473
(114,116,115)
#656665
(101,102,101)
#585857
(88,88,87)
#4B4A49
(75,74,73)
#3E3C3B
(62,60,59)
#312E2D
(49,46,45)
#24201F
(36,32,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #999E9D

#999E9D
(153,158,157)
#A2A6A5
(162,166,165)
#ABAEAD
(171,174,173)
#B4B6B5
(180,182,181)
#BDBEBD
(189,190,189)
#C6C6C5
(198,198,197)
#CFCECD
(207,206,205)
#D8D6D5
(216,214,213)
#E1DEDD
(225,222,221)
#EAE6E5
(234,230,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999E9D; }

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

This text font color is #999E9D.

Background Color

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

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

This div background color is #999E9D.

Border color

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

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

This div border color is #999E9D.

Opacity

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

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

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

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

This text has shadow with #999E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999E9D.

Preview

Color preview on black background

This text has color #999E9D on black background.


Color preview on white background

This text has color #999E9D on white background.


Black color preview on #999E9D background

This text has black color on #999E9D background.


White color preview on #999E9D background

This text has white color on #999E9D background.


Related colors

Complementary color

Complementary color for #hex is #666162.


I love getcolorcode.com

Triadic colors

1 #9D999E and #9E9D99 with #999E9D are triadic colors.

2 #9D9E99 and #9E999D with #999E9D are triadic colors.