COLOR #999E8F

HEX: #999E8F
RGB: (153,158,143)

Color info

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

RGB color model

#999E8F color RGB value is (153,158,143).

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

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 143 of 255 = 56%

153
158
143

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

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 143 = 454 (100%)
R 153 of 454 ~ 33.7%
G 158 of 454 ~ 34.8%
B 143 of 454 ~ 31.5%

%33.7
%34.8
%31.5

CMYK color model

#999E8F color CMYK value is (3,0,9,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 38.04%
CMYK: (3,0,9,38) C3M0Y9K38 (3%,0%,9%,38%) (0.03/0.00/0.09/0.38)

CMYK percentages

%3.16
%0
%9.49
%38.04

Codes

Color #999E8F in popluar color models

999E8F
RGB153158143
HSL80°7.18%59.02%
HSB/HSV80°9.49%61.96%
CMYK3.16%0.00%9.49%
38.04%

Color #999E8F in popluar number systems.

HEX999E8F
Decimal153158143
Binary100110011001111010001111
Octal231236217

Shades and tints

Shades of #999E8F

#999E8F
(153,158,143)
#8C9082
(140,144,130)
#7F8275
(127,130,117)
#727468
(114,116,104)
#65665B
(101,102,91)
#58584E
(88,88,78)
#4B4A41
(75,74,65)
#3E3C34
(62,60,52)
#312E27
(49,46,39)
#24201A
(36,32,26)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #999E8F

#999E8F
(153,158,143)
#A2A699
(162,166,153)
#ABAEA3
(171,174,163)
#B4B6AD
(180,182,173)
#BDBEB7
(189,190,183)
#C6C6C1
(198,198,193)
#CFCECB
(207,206,203)
#D8D6D5
(216,214,213)
#E1DEDF
(225,222,223)
#EAE6E9
(234,230,233)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999E8F; }

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

This text font color is #999E8F.


Background Color

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

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

This div background color is #999E8F.


Border color

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

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

This div border color is #999E8F.


Opacity

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

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

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

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

This text has shadow with #999E8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #999E8F on black background.


Color preview on white background

This text has color #999E8F on white background.



Black color preview on #999E8F background

This text has black color on #999E8F background.


White color preview on #999E8F background

This text has white color on #999E8F background.