COLOR #999E8D

HEX: #999E8D
RGB: (153,158,141)

Color info

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

RGB color model

#999E8D color RGB value is (153,158,141).

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

RGB channels and saturation

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

153
158
141

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

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 141 = 452 (100%)
R 153 of 452 ~ 33.85%
G 158 of 452 ~ 34.96%
B 141 of 452 ~ 31.19%

%33.85
%34.96
%31.19

CMYK color model

#999E8D color CMYK value is (3,0,11,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK:
(3,0,11,38)
C3M0Y11K38 
(3%,0%,11%,38%)
(0.03/0.00/0.11/0.38)	

CMYK percentages

%3.16
%0
%10.76
%38.04

Codes

Color #999E8D in popluar color models

999E8D
RGB153158141
HSL78°8.06%58.63%
HSB/HSV78°10.76%61.96%
CMYK3.16%0.00%10.76%
38.04%

Color #999E8D in popluar number systems.

HEX999E8D
Decimal153158141
Binary100110011001111010001101
Octal231236215

Shades and tints

Shades of #999E8D

#999E8D
(153,158,141)
#8C9081
(140,144,129)
#7F8275
(127,130,117)
#727469
(114,116,105)
#65665D
(101,102,93)
#585851
(88,88,81)
#4B4A45
(75,74,69)
#3E3C39
(62,60,57)
#312E2D
(49,46,45)
#242021
(36,32,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #999E8D

#999E8D
(153,158,141)
#A2A697
(162,166,151)
#ABAEA1
(171,174,161)
#B4B6AB
(180,182,171)
#BDBEB5
(189,190,181)
#C6C6BF
(198,198,191)
#CFCEC9
(207,206,201)
#D8D6D3
(216,214,211)
#E1DEDD
(225,222,221)
#EAE6E7
(234,230,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999E8D; }

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

This text font color is #999E8D.


Background Color

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

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

This div background color is #999E8D.


Border color

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

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

This div border color is #999E8D.


Opacity

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

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

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

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

This text has shadow with #999E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999E8D on black background.


Color preview on white background

This text has color #999E8D on white background.



Black color preview on #999E8D background

This text has black color on #999E8D background.


White color preview on #999E8D background

This text has white color on #999E8D background.