COLOR #9DBC9D

HEX: #9DBC9D
RGB: (157,188,157)

Color info

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

RGB color model

#9DBC9D color RGB value is (157,188,157).

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

RGB channels and saturation

R 157 of 255 = 62%
G 188 of 255 = 74%
B 157 of 255 = 62%

157
188
157

R + G + B ~ 66%. #9DBC9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 188 + 157 = 502 (100%)
R 157 of 502 ~ 31.27%
G 188 of 502 ~ 37.45%
B 157 of 502 ~ 31.27%

%31.27
%37.45
%31.27

CMYK color model

#9DBC9D color CMYK value is (16,0,16,26).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK:
(16,0,16,26)
C16M0Y16K26 
(16%,0%,16%,26%)
(0.16/0.00/0.16/0.26)	

CMYK percentages

%16.49
%0
%16.49
%26.27

Codes

Color #9DBC9D in popluar color models

9DBC9D
RGB157188157
HSL120°18.79%67.65%
HSB/HSV120°16.49%73.73%
CMYK16.49%0.00%16.49%
26.27%

Color #9DBC9D in popluar number systems.

HEX9DBC9D
Decimal157188157
Binary100111011011110010011101
Octal235274235

Shades and tints

Shades of #9DBC9D

#9DBC9D
(157,188,157)
#8FAB8F
(143,171,143)
#819A81
(129,154,129)
#738973
(115,137,115)
#657865
(101,120,101)
#576757
(87,103,87)
#495649
(73,86,73)
#3B453B
(59,69,59)
#2D342D
(45,52,45)
#1F231F
(31,35,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #9DBC9D

#9DBC9D
(157,188,157)
#A5C2A5
(165,194,165)
#ADC8AD
(173,200,173)
#B5CEB5
(181,206,181)
#BDD4BD
(189,212,189)
#C5DAC5
(197,218,197)
#CDE0CD
(205,224,205)
#D5E6D5
(213,230,213)
#DDECDD
(221,236,221)
#E5F2E5
(229,242,229)
#EDF8ED
(237,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBC9D; }

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

This text font color is #9DBC9D.


Background Color

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

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

This div background color is #9DBC9D.


Border color

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

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

This div border color is #9DBC9D.


Opacity

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

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

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

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

This text has shadow with #9DBC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBC9D on black background.


Color preview on white background

This text has color #9DBC9D on white background.



Black color preview on #9DBC9D background

This text has black color on #9DBC9D background.


White color preview on #9DBC9D background

This text has white color on #9DBC9D background.