COLOR #9DA17E

HEX: #9DA17E
RGB: (157,161,126)

Color info

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

RGB color model

#9DA17E color RGB value is (157,161,126).

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

RGB channels and saturation

R 157 of 255 = 62%
G 161 of 255 = 63%
B 126 of 255 = 49%

157
161
126

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

Portions of RGB colors in percentages

R + G + B =
157 + 161 + 126 = 444 (100%)
R 157 of 444 ~ 35.36%
G 161 of 444 ~ 36.26%
B 126 of 444 ~ 28.38%

%35.36
%36.26
%28.38

CMYK color model

#9DA17E color CMYK value is (2,0,22,37).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(2,0,22,37)
C2M0Y22K37 
(2%,0%,22%,37%)
(0.02/0.00/0.22/0.37)	

CMYK percentages

%2.48
%0
%21.74
%36.86

Codes

Color #9DA17E in popluar color models

9DA17E
RGB157161126
HSL67°15.70%56.27%
HSB/HSV67°21.74%63.14%
CMYK2.48%0.00%21.74%
36.86%

Color #9DA17E in popluar number systems.

HEX9DA17E
Decimal157161126
Binary10011101101000011111110
Octal235241176

Shades and tints

Shades of #9DA17E

#9DA17E
(157,161,126)
#8F9373
(143,147,115)
#818568
(129,133,104)
#73775D
(115,119,93)
#656952
(101,105,82)
#575B47
(87,91,71)
#494D3C
(73,77,60)
#3B3F31
(59,63,49)
#2D3126
(45,49,38)
#1F231B
(31,35,27)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9DA17E

#9DA17E
(157,161,126)
#A5A989
(165,169,137)
#ADB194
(173,177,148)
#B5B99F
(181,185,159)
#BDC1AA
(189,193,170)
#C5C9B5
(197,201,181)
#CDD1C0
(205,209,192)
#D5D9CB
(213,217,203)
#DDE1D6
(221,225,214)
#E5E9E1
(229,233,225)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA17E; }

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

This text font color is #9DA17E.


Background Color

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

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

This div background color is #9DA17E.


Border color

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

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

This div border color is #9DA17E.


Opacity

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

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

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

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

This text has shadow with #9DA17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA17E on black background.


Color preview on white background

This text has color #9DA17E on white background.



Black color preview on #9DA17E background

This text has black color on #9DA17E background.


White color preview on #9DA17E background

This text has white color on #9DA17E background.