COLOR #9DAF89

HEX: #9DAF89
RGB: (157,175,137)

Color info

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

RGB color model

#9DAF89 color RGB value is (157,175,137).

  • red value is 157;
  • green value is 175;
  • blue value is 137.
RGB:
(157,175,137)
(62%,69%,54%)

RGB channels and saturation

R 157 of 255 = 62%
G 175 of 255 = 69%
B 137 of 255 = 54%

157
175
137

R + G + B ~ 62%. #9DAF89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 175 + 137 = 469 (100%)
R 157 of 469 ~ 33.48%
G 175 of 469 ~ 37.31%
B 137 of 469 ~ 29.21%

%33.48
%37.31
%29.21

CMYK color model

#9DAF89 color CMYK value is (10,0,22,31).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 31.37%
CMYK:
(10,0,22,31)
C10M0Y22K31 
(10%,0%,22%,31%)
(0.10/0.00/0.22/0.31)	

CMYK percentages

%10.29
%0
%21.71
%31.37

Codes

Color #9DAF89 in popluar color models

9DAF89
RGB157175137
HSL88°19.19%61.18%
HSB/HSV88°21.71%68.63%
CMYK10.29%0.00%21.71%
31.37%

Color #9DAF89 in popluar number systems.

HEX9DAF89
Decimal157175137
Binary100111011010111110001001
Octal235257211

Shades and tints

Shades of #9DAF89

#9DAF89
(157,175,137)
#8FA07D
(143,160,125)
#819171
(129,145,113)
#738265
(115,130,101)
#657359
(101,115,89)
#57644D
(87,100,77)
#495541
(73,85,65)
#3B4635
(59,70,53)
#2D3729
(45,55,41)
#1F281D
(31,40,29)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #9DAF89

#9DAF89
(157,175,137)
#A5B693
(165,182,147)
#ADBD9D
(173,189,157)
#B5C4A7
(181,196,167)
#BDCBB1
(189,203,177)
#C5D2BB
(197,210,187)
#CDD9C5
(205,217,197)
#D5E0CF
(213,224,207)
#DDE7D9
(221,231,217)
#E5EEE3
(229,238,227)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAF89 color. Also use rgb(157,175,137) instead hex code.

Text Font Color

.myTextColor { color: #9DAF89; }

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

This text font color is #9DAF89.


Background Color

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

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

This div background color is #9DAF89.


Border color

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

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

This div border color is #9DAF89.


Opacity

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

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

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

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

This text has shadow with #9DAF89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAF89 on black background.


Color preview on white background

This text has color #9DAF89 on white background.



Black color preview on #9DAF89 background

This text has black color on #9DAF89 background.


White color preview on #9DAF89 background

This text has white color on #9DAF89 background.