COLOR #9DA981

HEX: #9DA981
RGB: (157,169,129)

Color info

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

RGB color model

#9DA981 color RGB value is (157,169,129).

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

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 129 of 255 = 51%

157
169
129

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

Portions of RGB colors in percentages

R + G + B =
157 + 169 + 129 = 455 (100%)
R 157 of 455 ~ 34.51%
G 169 of 455 ~ 37.14%
B 129 of 455 ~ 28.35%

%34.51
%37.14
%28.35

CMYK color model

#9DA981 color CMYK value is (7,0,24,34).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%
CMYK:
(7,0,24,34)
C7M0Y24K34 
(7%,0%,24%,34%)
(0.07/0.00/0.24/0.34)	

CMYK percentages

%7.1
%0
%23.67
%33.73

Codes

Color #9DA981 in popluar color models

9DA981
RGB157169129
HSL78°18.87%58.43%
HSB/HSV78°23.67%66.27%
CMYK7.10%0.00%23.67%
33.73%

Color #9DA981 in popluar number systems.

HEX9DA981
Decimal157169129
Binary100111011010100110000001
Octal235251201

Shades and tints

Shades of #9DA981

#9DA981
(157,169,129)
#8F9A76
(143,154,118)
#818B6B
(129,139,107)
#737C60
(115,124,96)
#656D55
(101,109,85)
#575E4A
(87,94,74)
#494F3F
(73,79,63)
#3B4034
(59,64,52)
#2D3129
(45,49,41)
#1F221E
(31,34,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #9DA981

#9DA981
(157,169,129)
#A5B08C
(165,176,140)
#ADB797
(173,183,151)
#B5BEA2
(181,190,162)
#BDC5AD
(189,197,173)
#C5CCB8
(197,204,184)
#CDD3C3
(205,211,195)
#D5DACE
(213,218,206)
#DDE1D9
(221,225,217)
#E5E8E4
(229,232,228)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA981; }

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

This text font color is #9DA981.


Background Color

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

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

This div background color is #9DA981.


Border color

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

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

This div border color is #9DA981.


Opacity

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

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

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

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

This text has shadow with #9DA981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA981 on black background.


Color preview on white background

This text has color #9DA981 on white background.



Black color preview on #9DA981 background

This text has black color on #9DA981 background.


White color preview on #9DA981 background

This text has white color on #9DA981 background.