COLOR #9DB29C

HEX: #9DB29C
RGB: (157,178,156)

Color info

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

RGB color model

#9DB29C color RGB value is (157,178,156).

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

RGB channels and saturation

R 157 of 255 = 62%
G 178 of 255 = 70%
B 156 of 255 = 61%

157
178
156

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

Portions of RGB colors in percentages

R + G + B =
157 + 178 + 156 = 491 (100%)
R 157 of 491 ~ 31.98%
G 178 of 491 ~ 36.25%
B 156 of 491 ~ 31.77%

%31.98
%36.25
%31.77

CMYK color model

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

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(12,0,12,30)
C12M0Y12K30 
(12%,0%,12%,30%)
(0.12/0.00/0.12/0.30)	

CMYK percentages

%11.8
%0
%12.36
%30.2

Codes

Color #9DB29C in popluar color models

9DB29C
RGB157178156
HSL117°12.50%65.49%
HSB/HSV117°12.36%69.80%
CMYK11.80%0.00%12.36%
30.20%

Color #9DB29C in popluar number systems.

HEX9DB29C
Decimal157178156
Binary100111011011001010011100
Octal235262234

Shades and tints

Shades of #9DB29C

#9DB29C
(157,178,156)
#8FA28E
(143,162,142)
#819280
(129,146,128)
#738272
(115,130,114)
#657264
(101,114,100)
#576256
(87,98,86)
#495248
(73,82,72)
#3B423A
(59,66,58)
#2D322C
(45,50,44)
#1F221E
(31,34,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #9DB29C

#9DB29C
(157,178,156)
#A5B9A5
(165,185,165)
#ADC0AE
(173,192,174)
#B5C7B7
(181,199,183)
#BDCEC0
(189,206,192)
#C5D5C9
(197,213,201)
#CDDCD2
(205,220,210)
#D5E3DB
(213,227,219)
#DDEAE4
(221,234,228)
#E5F1ED
(229,241,237)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB29C; }

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

This text font color is #9DB29C.


Background Color

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

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

This div background color is #9DB29C.


Border color

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

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

This div border color is #9DB29C.


Opacity

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

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

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

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

This text has shadow with #9DB29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB29C on black background.


Color preview on white background

This text has color #9DB29C on white background.



Black color preview on #9DB29C background

This text has black color on #9DB29C background.


White color preview on #9DB29C background

This text has white color on #9DB29C background.