COLOR #9DA97B

HEX: #9DA97B
RGB: (157,169,123)

Color info

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

RGB color model

#9DA97B color RGB value is (157,169,123).

  • red value is 157;
  • green value is 169;
  • blue value is 123.
RGB:
(157,169,123)
(62%,66%,48%)

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 123 of 255 = 48%

157
169
123

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

Portions of RGB colors in percentages

R + G + B =
157 + 169 + 123 = 449 (100%)
R 157 of 449 ~ 34.97%
G 169 of 449 ~ 37.64%
B 123 of 449 ~ 27.39%

%34.97
%37.64
%27.39

CMYK color model

#9DA97B color CMYK value is (7,0,27,34).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK:
(7,0,27,34)
C7M0Y27K34 
(7%,0%,27%,34%)
(0.07/0.00/0.27/0.34)	

CMYK percentages

%7.1
%0
%27.22
%33.73

Codes

Color #9DA97B in popluar color models

9DA97B
RGB157169123
HSL76°21.10%57.25%
HSB/HSV76°27.22%66.27%
CMYK7.10%0.00%27.22%
33.73%

Color #9DA97B in popluar number systems.

HEX9DA97B
Decimal157169123
Binary10011101101010011111011
Octal235251173

Shades and tints

Shades of #9DA97B

#9DA97B
(157,169,123)
#8F9A70
(143,154,112)
#818B65
(129,139,101)
#737C5A
(115,124,90)
#656D4F
(101,109,79)
#575E44
(87,94,68)
#494F39
(73,79,57)
#3B402E
(59,64,46)
#2D3123
(45,49,35)
#1F2218
(31,34,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #9DA97B

#9DA97B
(157,169,123)
#A5B087
(165,176,135)
#ADB793
(173,183,147)
#B5BE9F
(181,190,159)
#BDC5AB
(189,197,171)
#C5CCB7
(197,204,183)
#CDD3C3
(205,211,195)
#D5DACF
(213,218,207)
#DDE1DB
(221,225,219)
#E5E8E7
(229,232,231)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA97B color. Also use rgb(157,169,123) instead hex code.

Text Font Color

.myTextColor { color: #9DA97B; }

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

This text font color is #9DA97B.


Background Color

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

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

This div background color is #9DA97B.


Border color

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

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

This div border color is #9DA97B.


Opacity

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

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

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

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

This text has shadow with #9DA97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA97B on black background.


Color preview on white background

This text has color #9DA97B on white background.



Black color preview on #9DA97B background

This text has black color on #9DA97B background.


White color preview on #9DA97B background

This text has white color on #9DA97B background.