COLOR #9D999E

HEX: #9D999E
RGB: (157,153,158)

Color info

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

RGB color model

#9D999E color RGB value is (157,153,158).

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

RGB channels and saturation

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

157
153
158

R + G + B ~ 61%. #9D999E is quite light color.

Portions of RGB colors in percentages

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

%33.55
%32.69
%33.76

CMYK color model

#9D999E color CMYK value is (1,3,0,38).

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

CMYK percentages

%0.63
%3.16
%0
%38.04

Codes

Color #9D999E in popluar color models

9D999E
RGB157153158
HSL288°2.51%60.98%
HSB/HSV288°3.16%61.96%
CMYK0.63%3.16%0.00%
38.04%

Color #9D999E in popluar number systems.

HEX9D999E
Decimal157153158
Binary100111011001100110011110
Octal235231236

Shades and tints

Shades of #9D999E

#9D999E
(157,153,158)
#8F8C90
(143,140,144)
#817F82
(129,127,130)
#737274
(115,114,116)
#656566
(101,101,102)
#575858
(87,88,88)
#494B4A
(73,75,74)
#3B3E3C
(59,62,60)
#2D312E
(45,49,46)
#1F2420
(31,36,32)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #9D999E

#9D999E
(157,153,158)
#A5A2A6
(165,162,166)
#ADABAE
(173,171,174)
#B5B4B6
(181,180,182)
#BDBDBE
(189,189,190)
#C5C6C6
(197,198,198)
#CDCFCE
(205,207,206)
#D5D8D6
(213,216,214)
#DDE1DE
(221,225,222)
#E5EAE6
(229,234,230)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D999E; }

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

This text font color is #9D999E.


Background Color

.myBgColor { background-color: #9D999E; }

<div style="background-color:#9D999E">Inner text</div>

This div background color is #9D999E.


Border color

.myBorderColor { border: 1px solid #9D999E; }

<div style="border:3px solid #9D999E">Div</div>

This div border color is #9D999E.


Opacity

.myOpacity80 { color: #9D999E; opacity: 0.8; }

<p style="color:#9D999E;opacity:0.8;">80%</p>

Text with #9D999E 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 #9D999E;}

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

This text has shadow with #9D999E color.

.textShadow {text-shadow: 3px 3px 1px #9D999E, 3px 3px 1px red;}

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

This text has shadow with #9D999E primary color and red secondary color.


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

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

This text has shadow with #9D999E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D999E on black background.


Color preview on white background

This text has color #9D999E on white background.



Black color preview on #9D999E background

This text has black color on #9D999E background.


White color preview on #9D999E background

This text has white color on #9D999E background.