COLOR #9DCA95

HEX: #9DCA95
RGB: (157,202,149)

Color info

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

RGB color model

#9DCA95 color RGB value is (157,202,149).

  • red value is 157;
  • green value is 202;
  • blue value is 149.
RGB:
(157,202,149)
(62%,79%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 149 of 255 = 58%

157
202
149

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

Portions of RGB colors in percentages

R + G + B =
157 + 202 + 149 = 508 (100%)
R 157 of 508 ~ 30.91%
G 202 of 508 ~ 39.76%
B 149 of 508 ~ 29.33%

%30.91
%39.76
%29.33

CMYK color model

#9DCA95 color CMYK value is (22,0,26,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 20.78%
CMYK:
(22,0,26,21)
C22M0Y26K21 
(22%,0%,26%,21%)
(0.22/0.00/0.26/0.21)	

CMYK percentages

%22.28
%0
%26.24
%20.78

Codes

Color #9DCA95 in popluar color models

9DCA95
RGB157202149
HSL111°33.33%68.82%
HSB/HSV111°26.24%79.22%
CMYK22.28%0.00%26.24%
20.78%

Color #9DCA95 in popluar number systems.

HEX9DCA95
Decimal157202149
Binary100111011100101010010101
Octal235312225

Shades and tints

Shades of #9DCA95

#9DCA95
(157,202,149)
#8FB888
(143,184,136)
#81A67B
(129,166,123)
#73946E
(115,148,110)
#658261
(101,130,97)
#577054
(87,112,84)
#495E47
(73,94,71)
#3B4C3A
(59,76,58)
#2D3A2D
(45,58,45)
#1F2820
(31,40,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #9DCA95

#9DCA95
(157,202,149)
#A5CE9E
(165,206,158)
#ADD2A7
(173,210,167)
#B5D6B0
(181,214,176)
#BDDAB9
(189,218,185)
#C5DEC2
(197,222,194)
#CDE2CB
(205,226,203)
#D5E6D4
(213,230,212)
#DDEADD
(221,234,221)
#E5EEE6
(229,238,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCA95; }

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

This text font color is #9DCA95.


Background Color

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

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

This div background color is #9DCA95.


Border color

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

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

This div border color is #9DCA95.


Opacity

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

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

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

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

This text has shadow with #9DCA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCA95 on black background.


Color preview on white background

This text has color #9DCA95 on white background.



Black color preview on #9DCA95 background

This text has black color on #9DCA95 background.


White color preview on #9DCA95 background

This text has white color on #9DCA95 background.