COLOR #9DB080

HEX: #9DB080
RGB: (157,176,128)

Color info

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

RGB color model

#9DB080 color RGB value is (157,176,128).

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

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 128 of 255 = 50%

157
176
128

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

Portions of RGB colors in percentages

R + G + B =
157 + 176 + 128 = 461 (100%)
R 157 of 461 ~ 34.06%
G 176 of 461 ~ 38.18%
B 128 of 461 ~ 27.77%

%34.06
%38.18
%27.77

CMYK color model

#9DB080 color CMYK value is (11,0,27,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 30.98%
CMYK:
(11,0,27,31)
C11M0Y27K31 
(11%,0%,27%,31%)
(0.11/0.00/0.27/0.31)	

CMYK percentages

%10.8
%0
%27.27
%30.98

Codes

Color #9DB080 in popluar color models

9DB080
RGB157176128
HSL84°23.30%59.61%
HSB/HSV84°27.27%69.02%
CMYK10.80%0.00%27.27%
30.98%

Color #9DB080 in popluar number systems.

HEX9DB080
Decimal157176128
Binary100111011011000010000000
Octal235260200

Shades and tints

Shades of #9DB080

#9DB080
(157,176,128)
#8FA075
(143,160,117)
#81906A
(129,144,106)
#73805F
(115,128,95)
#657054
(101,112,84)
#576049
(87,96,73)
#49503E
(73,80,62)
#3B4033
(59,64,51)
#2D3028
(45,48,40)
#1F201D
(31,32,29)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #9DB080

#9DB080
(157,176,128)
#A5B78B
(165,183,139)
#ADBE96
(173,190,150)
#B5C5A1
(181,197,161)
#BDCCAC
(189,204,172)
#C5D3B7
(197,211,183)
#CDDAC2
(205,218,194)
#D5E1CD
(213,225,205)
#DDE8D8
(221,232,216)
#E5EFE3
(229,239,227)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB080; }

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

This text font color is #9DB080.


Background Color

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

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

This div background color is #9DB080.


Border color

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

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

This div border color is #9DB080.


Opacity

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

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

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

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

This text has shadow with #9DB080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB080 on black background.


Color preview on white background

This text has color #9DB080 on white background.



Black color preview on #9DB080 background

This text has black color on #9DB080 background.


White color preview on #9DB080 background

This text has white color on #9DB080 background.