COLOR #9DB076

HEX: #9DB076
RGB: (157,176,118)

Color info

#9DB076 contains red, green and blue colors in about the same proportion. Web safe color of #9DB076 is #999966 (or #996).

RGB color model

#9DB076 color RGB value is (157,176,118).

  • red value is 157;
  • green value is 176;
  • blue value is 118.
RGB:
(157,176,118)
(62%,69%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 118 of 255 = 46%

157
176
118

R + G + B ~ 59%. #9DB076 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 176 + 118 = 451 (100%)
R 157 of 451 ~ 34.81%
G 176 of 451 ~ 39.02%
B 118 of 451 ~ 26.16%

%34.81
%39.02
%26.16

CMYK color model

#9DB076 color CMYK value is (11,0,33,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(11,0,33,31)
C11M0Y33K31 
(11%,0%,33%,31%)
(0.11/0.00/0.33/0.31)	

CMYK percentages

%10.8
%0
%32.95
%30.98

Codes

Color #9DB076 in popluar color models

9DB076
RGB157176118
HSL80°26.85%57.65%
HSB/HSV80°32.95%69.02%
CMYK10.80%0.00%32.95%
30.98%

Color #9DB076 in popluar number systems.

HEX9DB076
Decimal157176118
Binary10011101101100001110110
Octal235260166

Shades and tints

Shades of #9DB076

#9DB076
(157,176,118)
#8FA06C
(143,160,108)
#819062
(129,144,98)
#738058
(115,128,88)
#65704E
(101,112,78)
#576044
(87,96,68)
#49503A
(73,80,58)
#3B4030
(59,64,48)
#2D3026
(45,48,38)
#1F201C
(31,32,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #9DB076

#9DB076
(157,176,118)
#A5B782
(165,183,130)
#ADBE8E
(173,190,142)
#B5C59A
(181,197,154)
#BDCCA6
(189,204,166)
#C5D3B2
(197,211,178)
#CDDABE
(205,218,190)
#D5E1CA
(213,225,202)
#DDE8D6
(221,232,214)
#E5EFE2
(229,239,226)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB076 color. Also use rgb(157,176,118) instead hex code.

Text Font Color

.myTextColor { color: #9DB076; }

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

This text font color is #9DB076.


Background Color

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

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

This div background color is #9DB076.


Border color

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

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

This div border color is #9DB076.


Opacity

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

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

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

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

This text has shadow with #9DB076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB076 on black background.


Color preview on white background

This text has color #9DB076 on white background.



Black color preview on #9DB076 background

This text has black color on #9DB076 background.


White color preview on #9DB076 background

This text has white color on #9DB076 background.