COLOR #9DB77A

HEX: #9DB77A
RGB: (157,183,122)

Color info

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

RGB color model

#9DB77A color RGB value is (157,183,122).

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

RGB channels and saturation

R 157 of 255 = 62%
G 183 of 255 = 72%
B 122 of 255 = 48%

157
183
122

R + G + B ~ 61%. #9DB77A is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 183 + 122 = 462 (100%)
R 157 of 462 ~ 33.98%
G 183 of 462 ~ 39.61%
B 122 of 462 ~ 26.41%

%33.98
%39.61
%26.41

CMYK color model

#9DB77A color CMYK value is (14,0,33,28).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 28.24%
CMYK:
(14,0,33,28)
C14M0Y33K28 
(14%,0%,33%,28%)
(0.14/0.00/0.33/0.28)	

CMYK percentages

%14.21
%0
%33.33
%28.24

Codes

Color #9DB77A in popluar color models

9DB77A
RGB157183122
HSL86°29.76%59.80%
HSB/HSV86°33.33%71.76%
CMYK14.21%0.00%33.33%
28.24%

Color #9DB77A in popluar number systems.

HEX9DB77A
Decimal157183122
Binary10011101101101111111010
Octal235267172

Shades and tints

Shades of #9DB77A

#9DB77A
(157,183,122)
#8FA76F
(143,167,111)
#819764
(129,151,100)
#738759
(115,135,89)
#65774E
(101,119,78)
#576743
(87,103,67)
#495738
(73,87,56)
#3B472D
(59,71,45)
#2D3722
(45,55,34)
#1F2717
(31,39,23)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #9DB77A

#9DB77A
(157,183,122)
#A5BD86
(165,189,134)
#ADC392
(173,195,146)
#B5C99E
(181,201,158)
#BDCFAA
(189,207,170)
#C5D5B6
(197,213,182)
#CDDBC2
(205,219,194)
#D5E1CE
(213,225,206)
#DDE7DA
(221,231,218)
#E5EDE6
(229,237,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB77A; }

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

This text font color is #9DB77A.


Background Color

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

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

This div background color is #9DB77A.


Border color

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

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

This div border color is #9DB77A.


Opacity

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

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

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

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

This text has shadow with #9DB77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB77A on black background.


Color preview on white background

This text has color #9DB77A on white background.



Black color preview on #9DB77A background

This text has black color on #9DB77A background.


White color preview on #9DB77A background

This text has white color on #9DB77A background.