COLOR #9DB29A

HEX: #9DB29A
RGB: (157,178,154)

Color info

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

RGB color model

#9DB29A color RGB value is (157,178,154).

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

RGB channels and saturation

R 157 of 255 = 62%
G 178 of 255 = 70%
B 154 of 255 = 60%

157
178
154

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

Portions of RGB colors in percentages

R + G + B =
157 + 178 + 154 = 489 (100%)
R 157 of 489 ~ 32.11%
G 178 of 489 ~ 36.4%
B 154 of 489 ~ 31.49%

%32.11
%36.4
%31.49

CMYK color model

#9DB29A color CMYK value is (12,0,13,30).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(12,0,13,30)
C12M0Y13K30 
(12%,0%,13%,30%)
(0.12/0.00/0.13/0.30)	

CMYK percentages

%11.8
%0
%13.48
%30.2

Codes

Color #9DB29A in popluar color models

9DB29A
RGB157178154
HSL113°13.48%65.10%
HSB/HSV113°13.48%69.80%
CMYK11.80%0.00%13.48%
30.20%

Color #9DB29A in popluar number systems.

HEX9DB29A
Decimal157178154
Binary100111011011001010011010
Octal235262232

Shades and tints

Shades of #9DB29A

#9DB29A
(157,178,154)
#8FA28C
(143,162,140)
#81927E
(129,146,126)
#738270
(115,130,112)
#657262
(101,114,98)
#576254
(87,98,84)
#495246
(73,82,70)
#3B4238
(59,66,56)
#2D322A
(45,50,42)
#1F221C
(31,34,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #9DB29A

#9DB29A
(157,178,154)
#A5B9A3
(165,185,163)
#ADC0AC
(173,192,172)
#B5C7B5
(181,199,181)
#BDCEBE
(189,206,190)
#C5D5C7
(197,213,199)
#CDDCD0
(205,220,208)
#D5E3D9
(213,227,217)
#DDEAE2
(221,234,226)
#E5F1EB
(229,241,235)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB29A; }

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

This text font color is #9DB29A.


Background Color

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

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

This div background color is #9DB29A.


Border color

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

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

This div border color is #9DB29A.


Opacity

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

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

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

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

This text has shadow with #9DB29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB29A on black background.


Color preview on white background

This text has color #9DB29A on white background.



Black color preview on #9DB29A background

This text has black color on #9DB29A background.


White color preview on #9DB29A background

This text has white color on #9DB29A background.