COLOR #9DA089

HEX: #9DA089
RGB: (157,160,137)

Color info

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

RGB color model

#9DA089 color RGB value is (157,160,137).

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

RGB channels and saturation

R 157 of 255 = 62%
G 160 of 255 = 63%
B 137 of 255 = 54%

157
160
137

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

Portions of RGB colors in percentages

R + G + B =
157 + 160 + 137 = 454 (100%)
R 157 of 454 ~ 34.58%
G 160 of 454 ~ 35.24%
B 137 of 454 ~ 30.18%

%34.58
%35.24
%30.18

CMYK color model

#9DA089 color CMYK value is (2,0,14,37).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK:
(2,0,14,37)
C2M0Y14K37 
(2%,0%,14%,37%)
(0.02/0.00/0.14/0.37)	

CMYK percentages

%1.87
%0
%14.38
%37.25

Codes

Color #9DA089 in popluar color models

9DA089
RGB157160137
HSL68°10.80%58.24%
HSB/HSV68°14.38%62.75%
CMYK1.87%0.00%14.38%
37.25%

Color #9DA089 in popluar number systems.

HEX9DA089
Decimal157160137
Binary100111011010000010001001
Octal235240211

Shades and tints

Shades of #9DA089

#9DA089
(157,160,137)
#8F927D
(143,146,125)
#818471
(129,132,113)
#737665
(115,118,101)
#656859
(101,104,89)
#575A4D
(87,90,77)
#494C41
(73,76,65)
#3B3E35
(59,62,53)
#2D3029
(45,48,41)
#1F221D
(31,34,29)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #9DA089

#9DA089
(157,160,137)
#A5A893
(165,168,147)
#ADB09D
(173,176,157)
#B5B8A7
(181,184,167)
#BDC0B1
(189,192,177)
#C5C8BB
(197,200,187)
#CDD0C5
(205,208,197)
#D5D8CF
(213,216,207)
#DDE0D9
(221,224,217)
#E5E8E3
(229,232,227)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA089; }

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

This text font color is #9DA089.


Background Color

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

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

This div background color is #9DA089.


Border color

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

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

This div border color is #9DA089.


Opacity

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

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

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

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

This text has shadow with #9DA089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA089 on black background.


Color preview on white background

This text has color #9DA089 on white background.



Black color preview on #9DA089 background

This text has black color on #9DA089 background.


White color preview on #9DA089 background

This text has white color on #9DA089 background.