COLOR #9DC099

HEX: #9DC099
RGB: (157,192,153)

Color info

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

RGB color model

#9DC099 color RGB value is (157,192,153).

  • red value is 157;
  • green value is 192;
  • blue value is 153.
RGB:
(157,192,153)
(62%,75%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 192 of 255 = 75%
B 153 of 255 = 60%

157
192
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 192 + 153 = 502 (100%)
R 157 of 502 ~ 31.27%
G 192 of 502 ~ 38.25%
B 153 of 502 ~ 30.48%

%31.27
%38.25
%30.48

CMYK color model

#9DC099 color CMYK value is (18,0,20,25).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 24.71%
CMYK:
(18,0,20,25)
C18M0Y20K25 
(18%,0%,20%,25%)
(0.18/0.00/0.20/0.25)	

CMYK percentages

%18.23
%0
%20.31
%24.71

Codes

Color #9DC099 in popluar color models

9DC099
RGB157192153
HSL114°23.64%67.65%
HSB/HSV114°20.31%75.29%
CMYK18.23%0.00%20.31%
24.71%

Color #9DC099 in popluar number systems.

HEX9DC099
Decimal157192153
Binary100111011100000010011001
Octal235300231

Shades and tints

Shades of #9DC099

#9DC099
(157,192,153)
#8FAF8C
(143,175,140)
#819E7F
(129,158,127)
#738D72
(115,141,114)
#657C65
(101,124,101)
#576B58
(87,107,88)
#495A4B
(73,90,75)
#3B493E
(59,73,62)
#2D3831
(45,56,49)
#1F2724
(31,39,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #9DC099

#9DC099
(157,192,153)
#A5C5A2
(165,197,162)
#ADCAAB
(173,202,171)
#B5CFB4
(181,207,180)
#BDD4BD
(189,212,189)
#C5D9C6
(197,217,198)
#CDDECF
(205,222,207)
#D5E3D8
(213,227,216)
#DDE8E1
(221,232,225)
#E5EDEA
(229,237,234)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC099; }

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

This text font color is #9DC099.


Background Color

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

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

This div background color is #9DC099.


Border color

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

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

This div border color is #9DC099.


Opacity

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

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

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

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

This text has shadow with #9DC099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC099 on black background.


Color preview on white background

This text has color #9DC099 on white background.



Black color preview on #9DC099 background

This text has black color on #9DC099 background.


White color preview on #9DC099 background

This text has white color on #9DC099 background.