COLOR #9DC199

HEX: #9DC199
RGB: (157,193,153)

Color info

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

RGB color model

#9DC199 color RGB value is (157,193,153).

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

RGB channels and saturation

R 157 of 255 = 62%
G 193 of 255 = 76%
B 153 of 255 = 60%

157
193
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 193 + 153 = 503 (100%)
R 157 of 503 ~ 31.21%
G 193 of 503 ~ 38.37%
B 153 of 503 ~ 30.42%

%31.21
%38.37
%30.42

CMYK color model

#9DC199 color CMYK value is (19,0,21,24).

  • cyan value is 18.65%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 24.31%
CMYK:
(19,0,21,24)
C19M0Y21K24 
(19%,0%,21%,24%)
(0.19/0.00/0.21/0.24)	

CMYK percentages

%18.65
%0
%20.73
%24.31

Codes

Color #9DC199 in popluar color models

9DC199
RGB157193153
HSL114°24.39%67.84%
HSB/HSV114°20.73%75.69%
CMYK18.65%0.00%20.73%
24.31%

Color #9DC199 in popluar number systems.

HEX9DC199
Decimal157193153
Binary100111011100000110011001
Octal235301231

Shades and tints

Shades of #9DC199

#9DC199
(157,193,153)
#8FB08C
(143,176,140)
#819F7F
(129,159,127)
#738E72
(115,142,114)
#657D65
(101,125,101)
#576C58
(87,108,88)
#495B4B
(73,91,75)
#3B4A3E
(59,74,62)
#2D3931
(45,57,49)
#1F2824
(31,40,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #9DC199

#9DC199
(157,193,153)
#A5C6A2
(165,198,162)
#ADCBAB
(173,203,171)
#B5D0B4
(181,208,180)
#BDD5BD
(189,213,189)
#C5DAC6
(197,218,198)
#CDDFCF
(205,223,207)
#D5E4D8
(213,228,216)
#DDE9E1
(221,233,225)
#E5EEEA
(229,238,234)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC199; }

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

This text font color is #9DC199.


Background Color

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

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

This div background color is #9DC199.


Border color

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

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

This div border color is #9DC199.


Opacity

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

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

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

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

This text has shadow with #9DC199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC199 on black background.


Color preview on white background

This text has color #9DC199 on white background.



Black color preview on #9DC199 background

This text has black color on #9DC199 background.


White color preview on #9DC199 background

This text has white color on #9DC199 background.