COLOR #9DBD5C

HEX: #9DBD5C
RGB: (157,189,92)

Color info

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

RGB color model

#9DBD5C color RGB value is (157,189,92).

  • red value is 157;
  • green value is 189;
  • blue value is 92.
RGB:
(157,189,92)
(62%,74%,36%)

RGB channels and saturation

R 157 of 255 = 62%
G 189 of 255 = 74%
B 92 of 255 = 36%

157
189
92

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

Portions of RGB colors in percentages

R + G + B =
157 + 189 + 92 = 438 (100%)
R 157 of 438 ~ 35.84%
G 189 of 438 ~ 43.15%
B 92 of 438 ~ 21%

%35.84
%43.15
%21

CMYK color model

#9DBD5C color CMYK value is (17,0,51,26).

  • cyan value is 16.93%
  • magenta value is 0.00%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK:
(17,0,51,26)
C17M0Y51K26 
(17%,0%,51%,26%)
(0.17/0.00/0.51/0.26)	

CMYK percentages

%16.93
%0
%51.32
%25.88

Codes

Color #9DBD5C in popluar color models

9DBD5C
RGB15718992
HSL80°42.36%55.10%
HSB/HSV80°51.32%74.12%
CMYK16.93%0.00%51.32%
25.88%

Color #9DBD5C in popluar number systems.

HEX9DBD5C
Decimal15718992
Binary10011101101111011011100
Octal235275134

Shades and tints

Shades of #9DBD5C

#9DBD5C
(157,189,92)
#8FAC54
(143,172,84)
#819B4C
(129,155,76)
#738A44
(115,138,68)
#65793C
(101,121,60)
#576834
(87,104,52)
#49572C
(73,87,44)
#3B4624
(59,70,36)
#2D351C
(45,53,28)
#1F2414
(31,36,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #9DBD5C

#9DBD5C
(157,189,92)
#A5C36A
(165,195,106)
#ADC978
(173,201,120)
#B5CF86
(181,207,134)
#BDD594
(189,213,148)
#C5DBA2
(197,219,162)
#CDE1B0
(205,225,176)
#D5E7BE
(213,231,190)
#DDEDCC
(221,237,204)
#E5F3DA
(229,243,218)
#EDF9E8
(237,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBD5C color. Also use rgb(157,189,92) instead hex code.

Text Font Color

.myTextColor { color: #9DBD5C; }

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

This text font color is #9DBD5C.


Background Color

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

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

This div background color is #9DBD5C.


Border color

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

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

This div border color is #9DBD5C.


Opacity

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

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

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

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

This text has shadow with #9DBD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBD5C on black background.


Color preview on white background

This text has color #9DBD5C on white background.



Black color preview on #9DBD5C background

This text has black color on #9DBD5C background.


White color preview on #9DBD5C background

This text has white color on #9DBD5C background.