COLOR #999C8E

HEX: #999C8E
RGB: (153,156,142)

Color info

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

RGB color model

#999C8E color RGB value is (153,156,142).

  • red value is 153;
  • green value is 156;
  • blue value is 142.
RGB:
(153,156,142)
(60%,61%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 142 of 255 = 56%

153
156
142

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

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 142 = 451 (100%)
R 153 of 451 ~ 33.92%
G 156 of 451 ~ 34.59%
B 142 of 451 ~ 31.49%

%33.92
%34.59
%31.49

CMYK color model

#999C8E color CMYK value is (2,0,9,39).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(2,0,9,39)
C2M0Y9K39 
(2%,0%,9%,39%)
(0.02/0.00/0.09/0.39)	

CMYK percentages

%1.92
%0
%8.97
%38.82

Codes

Color #999C8E in popluar color models

999C8E
RGB153156142
HSL73°6.60%58.43%
HSB/HSV73°8.97%61.18%
CMYK1.92%0.00%8.97%
38.82%

Color #999C8E in popluar number systems.

HEX999C8E
Decimal153156142
Binary100110011001110010001110
Octal231234216

Shades and tints

Shades of #999C8E

#999C8E
(153,156,142)
#8C8E82
(140,142,130)
#7F8076
(127,128,118)
#72726A
(114,114,106)
#65645E
(101,100,94)
#585652
(88,86,82)
#4B4846
(75,72,70)
#3E3A3A
(62,58,58)
#312C2E
(49,44,46)
#241E22
(36,30,34)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #999C8E

#999C8E
(153,156,142)
#A2A598
(162,165,152)
#ABAEA2
(171,174,162)
#B4B7AC
(180,183,172)
#BDC0B6
(189,192,182)
#C6C9C0
(198,201,192)
#CFD2CA
(207,210,202)
#D8DBD4
(216,219,212)
#E1E4DE
(225,228,222)
#EAEDE8
(234,237,232)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999C8E color. Also use rgb(153,156,142) instead hex code.

Text Font Color

.myTextColor { color: #999C8E; }

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

This text font color is #999C8E.


Background Color

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

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

This div background color is #999C8E.


Border color

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

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

This div border color is #999C8E.


Opacity

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

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

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

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

This text has shadow with #999C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999C8E on black background.


Color preview on white background

This text has color #999C8E on white background.



Black color preview on #999C8E background

This text has black color on #999C8E background.


White color preview on #999C8E background

This text has white color on #999C8E background.