COLOR #9DB49A

HEX: #9DB49A
RGB: (157,180,154)

Color info

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

RGB color model

#9DB49A color RGB value is (157,180,154).

  • red value is 157;
  • green value is 180;
  • blue value is 154.
RGB:
(157,180,154)
(62%,71%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 180 of 255 = 71%
B 154 of 255 = 60%

157
180
154

R + G + B ~ 64%. #9DB49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 180 + 154 = 491 (100%)
R 157 of 491 ~ 31.98%
G 180 of 491 ~ 36.66%
B 154 of 491 ~ 31.36%

%31.98
%36.66
%31.36

CMYK color model

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

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • 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
%14.44
%29.41

Codes

Color #9DB49A in popluar color models

9DB49A
RGB157180154
HSL113°14.77%65.49%
HSB/HSV113°14.44%70.59%
CMYK12.78%0.00%14.44%
29.41%

Color #9DB49A in popluar number systems.

HEX9DB49A
Decimal157180154
Binary100111011011010010011010
Octal235264232

Shades and tints

Shades of #9DB49A

#9DB49A
(157,180,154)
#8FA48C
(143,164,140)
#81947E
(129,148,126)
#738470
(115,132,112)
#657462
(101,116,98)
#576454
(87,100,84)
#495446
(73,84,70)
#3B4438
(59,68,56)
#2D342A
(45,52,42)
#1F241C
(31,36,28)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #9DB49A

#9DB49A
(157,180,154)
#A5BAA3
(165,186,163)
#ADC0AC
(173,192,172)
#B5C6B5
(181,198,181)
#BDCCBE
(189,204,190)
#C5D2C7
(197,210,199)
#CDD8D0
(205,216,208)
#D5DED9
(213,222,217)
#DDE4E2
(221,228,226)
#E5EAEB
(229,234,235)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB49A; }

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

This text font color is #9DB49A.


Background Color

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

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

This div background color is #9DB49A.


Border color

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

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

This div border color is #9DB49A.


Opacity

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

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

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

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

This text has shadow with #9DB49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB49A on black background.


Color preview on white background

This text has color #9DB49A on white background.



Black color preview on #9DB49A background

This text has black color on #9DB49A background.


White color preview on #9DB49A background

This text has white color on #9DB49A background.