COLOR #9DB17C

HEX: #9DB17C
RGB: (157,177,124)

Color info

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

RGB color model

#9DB17C color RGB value is (157,177,124).

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

RGB channels and saturation

R 157 of 255 = 62%
G 177 of 255 = 69%
B 124 of 255 = 49%

157
177
124

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

Portions of RGB colors in percentages

R + G + B =
157 + 177 + 124 = 458 (100%)
R 157 of 458 ~ 34.28%
G 177 of 458 ~ 38.65%
B 124 of 458 ~ 27.07%

%34.28
%38.65
%27.07

CMYK color model

#9DB17C color CMYK value is (11,0,30,31).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 30.59%
CMYK:
(11,0,30,31)
C11M0Y30K31 
(11%,0%,30%,31%)
(0.11/0.00/0.30/0.31)	

CMYK percentages

%11.3
%0
%29.94
%30.59

Codes

Color #9DB17C in popluar color models

9DB17C
RGB157177124
HSL83°25.36%59.02%
HSB/HSV83°29.94%69.41%
CMYK11.30%0.00%29.94%
30.59%

Color #9DB17C in popluar number systems.

HEX9DB17C
Decimal157177124
Binary10011101101100011111100
Octal235261174

Shades and tints

Shades of #9DB17C

#9DB17C
(157,177,124)
#8FA171
(143,161,113)
#819166
(129,145,102)
#73815B
(115,129,91)
#657150
(101,113,80)
#576145
(87,97,69)
#49513A
(73,81,58)
#3B412F
(59,65,47)
#2D3124
(45,49,36)
#1F2119
(31,33,25)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #9DB17C

#9DB17C
(157,177,124)
#A5B887
(165,184,135)
#ADBF92
(173,191,146)
#B5C69D
(181,198,157)
#BDCDA8
(189,205,168)
#C5D4B3
(197,212,179)
#CDDBBE
(205,219,190)
#D5E2C9
(213,226,201)
#DDE9D4
(221,233,212)
#E5F0DF
(229,240,223)
#EDF7EA
(237,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB17C; }

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

This text font color is #9DB17C.


Background Color

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

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

This div background color is #9DB17C.


Border color

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

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

This div border color is #9DB17C.


Opacity

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

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

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

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

This text has shadow with #9DB17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB17C on black background.


Color preview on white background

This text has color #9DB17C on white background.



Black color preview on #9DB17C background

This text has black color on #9DB17C background.


White color preview on #9DB17C background

This text has white color on #9DB17C background.