COLOR #9D9E7E

HEX: #9D9E7E
RGB: (157,158,126)

Color info

#9D9E7E contains red, green and blue colors in about the same proportion. Web safe color of #9D9E7E is #999966 (or #996).

RGB color model

#9D9E7E color RGB value is (157,158,126).

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

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 126 of 255 = 49%

157
158
126

R + G + B ~ 58%. #9D9E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 158 + 126 = 441 (100%)
R 157 of 441 ~ 35.6%
G 158 of 441 ~ 35.83%
B 126 of 441 ~ 28.57%

%35.6
%35.83
%28.57

CMYK color model

#9D9E7E color CMYK value is (1,0,20,38).

  • cyan value is 0.63%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(1,0,20,38)
C1M0Y20K38 
(1%,0%,20%,38%)
(0.01/0.00/0.20/0.38)	

CMYK percentages

%0.63
%0
%20.25
%38.04

Codes

Color #9D9E7E in popluar color models

9D9E7E
RGB157158126
HSL62°14.16%55.69%
HSB/HSV62°20.25%61.96%
CMYK0.63%0.00%20.25%
38.04%

Color #9D9E7E in popluar number systems.

HEX9D9E7E
Decimal157158126
Binary10011101100111101111110
Octal235236176

Shades and tints

Shades of #9D9E7E

#9D9E7E
(157,158,126)
#8F9073
(143,144,115)
#818268
(129,130,104)
#73745D
(115,116,93)
#656652
(101,102,82)
#575847
(87,88,71)
#494A3C
(73,74,60)
#3B3C31
(59,60,49)
#2D2E26
(45,46,38)
#1F201B
(31,32,27)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #9D9E7E

#9D9E7E
(157,158,126)
#A5A689
(165,166,137)
#ADAE94
(173,174,148)
#B5B69F
(181,182,159)
#BDBEAA
(189,190,170)
#C5C6B5
(197,198,181)
#CDCEC0
(205,206,192)
#D5D6CB
(213,214,203)
#DDDED6
(221,222,214)
#E5E6E1
(229,230,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9E7E; }

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

This text font color is #9D9E7E.


Background Color

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

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

This div background color is #9D9E7E.


Border color

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

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

This div border color is #9D9E7E.


Opacity

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

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

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

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

This text has shadow with #9D9E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9E7E on black background.


Color preview on white background

This text has color #9D9E7E on white background.



Black color preview on #9D9E7E background

This text has black color on #9D9E7E background.


White color preview on #9D9E7E background

This text has white color on #9D9E7E background.