COLOR #9DB487

HEX: #9DB487 RGB: (157,180,135)

Color info

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

RGB color model

#9DB487 color RGB value is (157,180,135).

RGB: (157,180,135) (62%, 71%, 53%)

RGB channels and saturation

R 157 of 255 = 62%
G 180 of 255 = 71%
B 135 of 255 = 53%

157
180
135

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

Portions of RGB colors in percentages

R + G + B = 157 + 180 + 135 = 472 (100%)
R 157 of 472 ~ 33.26%
G 180 of 472 ~ 38.14%
B 135 of 472 ~ 28.6'%

%33.26
%38.14
%28.6

CMYK color model

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

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 29.41%

CMYK: (13,0,25,29)
C13M0Y25K29 (13%, 0%, 25%, 29%)
(0.13 / 0.00 / 0.25 / 0.29)

CMYK percentages

%12.78
%0
%25
%29.41

Codes

Color #9DB487 in popluar color models

9D B4 87
RGB 157 180 135
HSL 91° 23.08% 61.76%
HSB/HSV 91° 25.00% 70.59%
CMYK 12.78% 0.00% 25.00%
29.41%

Color #9DB487 in popluar number systems.

HEX 9D B4 87
Decimal 157 180 135
Binary 10011101 10110100 10000111
Octal 235 264 207

Shades and tints

Shades of #9DB487

#9DB487
(157,180,135)
#8FA47B
(143,164,123)
#81946F
(129,148,111)
#738463
(115,132,99)
#657457
(101,116,87)
#57644B
(87,100,75)
#49543F
(73,84,63)
#3B4433
(59,68,51)
#2D3427
(45,52,39)
#1F241B
(31,36,27)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #9DB487

#9DB487
(157,180,135)
#A5BA91
(165,186,145)
#ADC09B
(173,192,155)
#B5C6A5
(181,198,165)
#BDCCAF
(189,204,175)
#C5D2B9
(197,210,185)
#CDD8C3
(205,216,195)
#D5DECD
(213,222,205)
#DDE4D7
(221,228,215)
#E5EAE1
(229,234,225)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB487 color. Also use rgb(157,180,135) instead hex code.

Text Font Color

.myTextColor { color: #9DB487; }

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

This text font color is #9DB487.

Background Color

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

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

This div background color is #9DB487.

Border color

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

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

This div border color is #9DB487.

Opacity

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

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

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

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

This text has shadow with #9DB487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB487.

Preview

Color preview on black background

This text has color #9DB487 on black background.


Color preview on white background

This text has color #9DB487 on white background.


Black color preview on #9DB487 background

This text has black color on #9DB487 background.


White color preview on #9DB487 background

This text has white color on #9DB487 background.


Related colors

Complementary color

Complementary color for #hex is #624B78.


I love getcolorcode.com

Triadic colors

1 #879DB4 and #B4879D with #9DB487 are triadic colors.

2 #87B49D and #B49D87 with #9DB487 are triadic colors.