COLOR #9DB57C

HEX: #9DB57C
RGB: (157,181,124)

Color info

#9DB57C contains red, green and blue colors in about the same proportion. Web safe color of #9DB57C is #99CC66 (or #9C6).

RGB color model

#9DB57C color RGB value is (157,181,124).

  • red value is 157;
  • green value is 181;
  • blue value is 124.
RGB:
(157,181,124)
(62%,71%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 124 of 255 = 49%

157
181
124

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 124 = 462 (100%)
R 157 of 462 ~ 33.98%
G 181 of 462 ~ 39.18%
B 124 of 462 ~ 26.84%

%33.98
%39.18
%26.84

CMYK color model

#9DB57C color CMYK value is (13,0,31,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 31.49%
  • key color value is 29.02%
CMYK:
(13,0,31,29)
C13M0Y31K29 
(13%,0%,31%,29%)
(0.13/0.00/0.31/0.29)	

CMYK percentages

%13.26
%0
%31.49
%29.02

Codes

Color #9DB57C in popluar color models

9DB57C
RGB157181124
HSL85°27.80%59.80%
HSB/HSV85°31.49%70.98%
CMYK13.26%0.00%31.49%
29.02%

Color #9DB57C in popluar number systems.

HEX9DB57C
Decimal157181124
Binary10011101101101011111100
Octal235265174

Shades and tints

Shades of #9DB57C

#9DB57C
(157,181,124)
#8FA571
(143,165,113)
#819566
(129,149,102)
#73855B
(115,133,91)
#657550
(101,117,80)
#576545
(87,101,69)
#49553A
(73,85,58)
#3B452F
(59,69,47)
#2D3524
(45,53,36)
#1F2519
(31,37,25)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #9DB57C

#9DB57C
(157,181,124)
#A5BB87
(165,187,135)
#ADC192
(173,193,146)
#B5C79D
(181,199,157)
#BDCDA8
(189,205,168)
#C5D3B3
(197,211,179)
#CDD9BE
(205,217,190)
#D5DFC9
(213,223,201)
#DDE5D4
(221,229,212)
#E5EBDF
(229,235,223)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB57C color. Also use rgb(157,181,124) instead hex code.

Text Font Color

.myTextColor { color: #9DB57C; }

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

This text font color is #9DB57C.


Background Color

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

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

This div background color is #9DB57C.


Border color

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

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

This div border color is #9DB57C.


Opacity

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

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

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

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

This text has shadow with #9DB57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB57C on black background.


Color preview on white background

This text has color #9DB57C on white background.



Black color preview on #9DB57C background

This text has black color on #9DB57C background.


White color preview on #9DB57C background

This text has white color on #9DB57C background.