COLOR #9DB771

HEX: #9DB771
RGB: (157,183,113)

Color info

#9DB771 contains mainly red and green colors. Web safe color of #9DB771 is #99CC66 (or #9C6).

RGB color model

#9DB771 color RGB value is (157,183,113).

  • red value is 157;
  • green value is 183;
  • blue value is 113.
RGB:
(157,183,113)
(62%,72%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 183 of 255 = 72%
B 113 of 255 = 44%

157
183
113

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

Portions of RGB colors in percentages

R + G + B =
157 + 183 + 113 = 453 (100%)
R 157 of 453 ~ 34.66%
G 183 of 453 ~ 40.4%
B 113 of 453 ~ 24.94%

%34.66
%40.4
%24.94

CMYK color model

#9DB771 color CMYK value is (14,0,38,28).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 38.25%
  • key color value is 28.24%
CMYK:
(14,0,38,28)
C14M0Y38K28 
(14%,0%,38%,28%)
(0.14/0.00/0.38/0.28)	

CMYK percentages

%14.21
%0
%38.25
%28.24

Codes

Color #9DB771 in popluar color models

9DB771
RGB157183113
HSL82°32.71%58.04%
HSB/HSV82°38.25%71.76%
CMYK14.21%0.00%38.25%
28.24%

Color #9DB771 in popluar number systems.

HEX9DB771
Decimal157183113
Binary10011101101101111110001
Octal235267161

Shades and tints

Shades of #9DB771

#9DB771
(157,183,113)
#8FA767
(143,167,103)
#81975D
(129,151,93)
#738753
(115,135,83)
#657749
(101,119,73)
#57673F
(87,103,63)
#495735
(73,87,53)
#3B472B
(59,71,43)
#2D3721
(45,55,33)
#1F2717
(31,39,23)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #9DB771

#9DB771
(157,183,113)
#A5BD7D
(165,189,125)
#ADC389
(173,195,137)
#B5C995
(181,201,149)
#BDCFA1
(189,207,161)
#C5D5AD
(197,213,173)
#CDDBB9
(205,219,185)
#D5E1C5
(213,225,197)
#DDE7D1
(221,231,209)
#E5EDDD
(229,237,221)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB771 color. Also use rgb(157,183,113) instead hex code.

Text Font Color

.myTextColor { color: #9DB771; }

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

This text font color is #9DB771.


Background Color

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

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

This div background color is #9DB771.


Border color

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

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

This div border color is #9DB771.


Opacity

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

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

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

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

This text has shadow with #9DB771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB771 on black background.


Color preview on white background

This text has color #9DB771 on white background.



Black color preview on #9DB771 background

This text has black color on #9DB771 background.


White color preview on #9DB771 background

This text has white color on #9DB771 background.