COLOR #9DB49B

HEX: #9DB49B RGB: (157,180,155)

Color info

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

RGB color model

#9DB49B color RGB value is (157,180,155).

RGB: (157,180,155) (62%, 71%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 180 of 255 = 71%
B 155 of 255 = 61%

157
180
155

R + G + B ~ 65%. #9DB49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 180 + 155 = 492 (100%)
R 157 of 492 ~ 31.91%
G 180 of 492 ~ 36.59%
B 155 of 492 ~ 31.5'%

%31.91
%36.59
%31.5

CMYK color model

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

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK: (13,0,14,29) C13M0Y14K29 (13%,0%,14%,29%) (0.13/0.00/0.14/0.29) 

CMYK percentages

%12.78
%0
%13.89
%29.41

Codes

Color #9DB49B in popluar color models

9D B4 9B
RGB 157 180 155
HSL 115° 14.29% 65.69%
HSB/HSV 115° 13.89% 70.59%
CMYK 12.78% 0.00% 13.89%
29.41%

Color #9DB49B in popluar number systems.

HEX 9D B4 9B
Decimal 157 180 155
Binary 10011101 10110100 10011011
Octal 235 264 233

Shades and tints

Shades of #9DB49B

#9DB49B
(157,180,155)
#8FA48D
(143,164,141)
#81947F
(129,148,127)
#738471
(115,132,113)
#657463
(101,116,99)
#576455
(87,100,85)
#495447
(73,84,71)
#3B4439
(59,68,57)
#2D342B
(45,52,43)
#1F241D
(31,36,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #9DB49B

#9DB49B
(157,180,155)
#A5BAA4
(165,186,164)
#ADC0AD
(173,192,173)
#B5C6B6
(181,198,182)
#BDCCBF
(189,204,191)
#C5D2C8
(197,210,200)
#CDD8D1
(205,216,209)
#D5DEDA
(213,222,218)
#DDE4E3
(221,228,227)
#E5EAEC
(229,234,236)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB49B; }

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

This text font color is #9DB49B.

Background Color

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

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

This div background color is #9DB49B.

Border color

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

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

This div border color is #9DB49B.

Opacity

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

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

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

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

This text has shadow with #9DB49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB49B.

Preview

Color preview on black background

This text has color #9DB49B on black background.


Color preview on white background

This text has color #9DB49B on white background.


Black color preview on #9DB49B background

This text has black color on #9DB49B background.


White color preview on #9DB49B background

This text has white color on #9DB49B background.


Related colors

Complementary color

Complementary color for #hex is #624B64.


I love getcolorcode.com

Triadic colors

1 #9B9DB4 and #B49B9D with #9DB49B are triadic colors.

2 #9BB49D and #B49D9B with #9DB49B are triadic colors.