COLOR #9DB581

HEX: #9DB581 RGB: (157,181,129)

Color info

#9DB581 contains red, green and blue colors in about the same proportion. Web safe color of #9DB581 is #99CC99 (or #9C9).

RGB color model

#9DB581 color RGB value is (157,181,129).

RGB: (157,181,129) (62%, 71%, 51%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 129 of 255 = 51%

157
181
129

R + G + B ~ 61%. #9DB581 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 181 + 129 = 467 (100%)
R 157 of 467 ~ 33.62%
G 181 of 467 ~ 38.76%
B 129 of 467 ~ 27.62'%

%33.62
%38.76
%27.62

CMYK color model

#9DB581 color CMYK value is (13,0,29,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 28.73%
  • key color value is 29.02%

CMYK: (13,0,29,29)
C13M0Y29K29 (13%, 0%, 29%, 29%)
(0.13 / 0.00 / 0.29 / 0.29)

CMYK percentages

%13.26
%0
%28.73
%29.02

Codes

Color #9DB581 in popluar color models

9D B5 81
RGB 157 181 129
HSL 88° 26.00% 60.78%
HSB/HSV 88° 28.73% 70.98%
CMYK 13.26% 0.00% 28.73%
29.02%

Color #9DB581 in popluar number systems.

HEX 9D B5 81
Decimal 157 181 129
Binary 10011101 10110101 10000001
Octal 235 265 201

Shades and tints

Shades of #9DB581

#9DB581
(157,181,129)
#8FA576
(143,165,118)
#81956B
(129,149,107)
#738560
(115,133,96)
#657555
(101,117,85)
#57654A
(87,101,74)
#49553F
(73,85,63)
#3B4534
(59,69,52)
#2D3529
(45,53,41)
#1F251E
(31,37,30)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DB581

#9DB581
(157,181,129)
#A5BB8C
(165,187,140)
#ADC197
(173,193,151)
#B5C7A2
(181,199,162)
#BDCDAD
(189,205,173)
#C5D3B8
(197,211,184)
#CDD9C3
(205,217,195)
#D5DFCE
(213,223,206)
#DDE5D9
(221,229,217)
#E5EBE4
(229,235,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB581; }

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

This text font color is #9DB581.

Background Color

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

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

This div background color is #9DB581.

Border color

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

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

This div border color is #9DB581.

Opacity

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

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

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

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

This text has shadow with #9DB581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB581.

Preview

Color preview on black background

This text has color #9DB581 on black background.


Color preview on white background

This text has color #9DB581 on white background.


Black color preview on #9DB581 background

This text has black color on #9DB581 background.


White color preview on #9DB581 background

This text has white color on #9DB581 background.


Related colors

Complementary color

Complementary color for #hex is #624A7E.


I love getcolorcode.com

Triadic colors

1 #819DB5 and #B5819D with #9DB581 are triadic colors.

2 #81B59D and #B59D81 with #9DB581 are triadic colors.