COLOR #999E8B

HEX: #999E8B RGB: (153,158,139)

Color info

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

RGB color model

#999E8B color RGB value is (153,158,139).

RGB: (153,158,139) (60%, 62%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 139 of 255 = 55%

153
158
139

R + G + B ~ 59%. #999E8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 158 + 139 = 450 (100%)
R 153 of 450 ~ 34%
G 158 of 450 ~ 35.11%
B 139 of 450 ~ 30.89'%

%34
%35.11
%30.89

CMYK color model

#999E8B color CMYK value is (3,0,12,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 38.04%

CMYK: (3,0,12,38)
C3M0Y12K38 (3%, 0%, 12%, 38%)
(0.03 / 0.00 / 0.12 / 0.38)

CMYK percentages

%3.16
%0
%12.03
%38.04

Codes

Color #999E8B in popluar color models

99 9E 8B
RGB 153 158 139
HSL 76° 8.92% 58.24%
HSB/HSV 76° 12.03% 61.96%
CMYK 3.16% 0.00% 12.03%
38.04%

Color #999E8B in popluar number systems.

HEX 99 9E 8B
Decimal 153 158 139
Binary 10011001 10011110 10001011
Octal 231 236 213

Shades and tints

Shades of #999E8B

#999E8B
(153,158,139)
#8C907F
(140,144,127)
#7F8273
(127,130,115)
#727467
(114,116,103)
#65665B
(101,102,91)
#58584F
(88,88,79)
#4B4A43
(75,74,67)
#3E3C37
(62,60,55)
#312E2B
(49,46,43)
#24201F
(36,32,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #999E8B

#999E8B
(153,158,139)
#A2A695
(162,166,149)
#ABAE9F
(171,174,159)
#B4B6A9
(180,182,169)
#BDBEB3
(189,190,179)
#C6C6BD
(198,198,189)
#CFCEC7
(207,206,199)
#D8D6D1
(216,214,209)
#E1DEDB
(225,222,219)
#EAE6E5
(234,230,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999E8B; }

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

This text font color is #999E8B.

Background Color

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

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

This div background color is #999E8B.

Border color

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

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

This div border color is #999E8B.

Opacity

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

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

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

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

This text has shadow with #999E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999E8B.

Preview

Color preview on black background

This text has color #999E8B on black background.


Color preview on white background

This text has color #999E8B on white background.


Black color preview on #999E8B background

This text has black color on #999E8B background.


White color preview on #999E8B background

This text has white color on #999E8B background.


Related colors

Complementary color

Complementary color for #hex is #666174.


I love getcolorcode.com

Triadic colors

1 #8B999E and #9E8B99 with #999E8B are triadic colors.

2 #8B9E99 and #9E998B with #999E8B are triadic colors.