COLOR #9DB06F

HEX: #9DB06F
RGB: (157,176,111)

Color info

#9DB06F contains mainly red and green colors. Web safe color of #9DB06F is #999966 (or #996).

RGB color model

#9DB06F color RGB value is (157,176,111).

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

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 111 of 255 = 44%

157
176
111

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

Portions of RGB colors in percentages

R + G + B =
157 + 176 + 111 = 444 (100%)
R 157 of 444 ~ 35.36%
G 176 of 444 ~ 39.64%
B 111 of 444 ~ 25%

%35.36
%39.64
%25

CMYK color model

#9DB06F color CMYK value is (11,0,37,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 30.98%
CMYK:
(11,0,37,31)
C11M0Y37K31 
(11%,0%,37%,31%)
(0.11/0.00/0.37/0.31)	

CMYK percentages

%10.8
%0
%36.93
%30.98

Codes

Color #9DB06F in popluar color models

9DB06F
RGB157176111
HSL78°29.15%56.27%
HSB/HSV78°36.93%69.02%
CMYK10.80%0.00%36.93%
30.98%

Color #9DB06F in popluar number systems.

HEX9DB06F
Decimal157176111
Binary10011101101100001101111
Octal235260157

Shades and tints

Shades of #9DB06F

#9DB06F
(157,176,111)
#8FA065
(143,160,101)
#81905B
(129,144,91)
#738051
(115,128,81)
#657047
(101,112,71)
#57603D
(87,96,61)
#495033
(73,80,51)
#3B4029
(59,64,41)
#2D301F
(45,48,31)
#1F2015
(31,32,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #9DB06F

#9DB06F
(157,176,111)
#A5B77C
(165,183,124)
#ADBE89
(173,190,137)
#B5C596
(181,197,150)
#BDCCA3
(189,204,163)
#C5D3B0
(197,211,176)
#CDDABD
(205,218,189)
#D5E1CA
(213,225,202)
#DDE8D7
(221,232,215)
#E5EFE4
(229,239,228)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB06F; }

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

This text font color is #9DB06F.


Background Color

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

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

This div background color is #9DB06F.


Border color

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

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

This div border color is #9DB06F.


Opacity

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

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

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

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

This text has shadow with #9DB06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB06F on black background.


Color preview on white background

This text has color #9DB06F on white background.



Black color preview on #9DB06F background

This text has black color on #9DB06F background.


White color preview on #9DB06F background

This text has white color on #9DB06F background.