COLOR #9DCE93

HEX: #9DCE93
RGB: (157,206,147)

Color info

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

RGB color model

#9DCE93 color RGB value is (157,206,147).

  • red value is 157;
  • green value is 206;
  • blue value is 147.
RGB:
(157,206,147)
(62%,81%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 147 of 255 = 58%

157
206
147

R + G + B ~ 67%. #9DCE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 147 = 510 (100%)
R 157 of 510 ~ 30.78%
G 206 of 510 ~ 40.39%
B 147 of 510 ~ 28.82%

%30.78
%40.39
%28.82

CMYK color model

#9DCE93 color CMYK value is (24,0,29,19).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 19.22%
CMYK:
(24,0,29,19)
C24M0Y29K19 
(24%,0%,29%,19%)
(0.24/0.00/0.29/0.19)	

CMYK percentages

%23.79
%0
%28.64
%19.22

Codes

Color #9DCE93 in popluar color models

9DCE93
RGB157206147
HSL110°37.58%69.22%
HSB/HSV110°28.64%80.78%
CMYK23.79%0.00%28.64%
19.22%

Color #9DCE93 in popluar number systems.

HEX9DCE93
Decimal157206147
Binary100111011100111010010011
Octal235316223

Shades and tints

Shades of #9DCE93

#9DCE93
(157,206,147)
#8FBC86
(143,188,134)
#81AA79
(129,170,121)
#73986C
(115,152,108)
#65865F
(101,134,95)
#577452
(87,116,82)
#496245
(73,98,69)
#3B5038
(59,80,56)
#2D3E2B
(45,62,43)
#1F2C1E
(31,44,30)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #9DCE93

#9DCE93
(157,206,147)
#A5D29C
(165,210,156)
#ADD6A5
(173,214,165)
#B5DAAE
(181,218,174)
#BDDEB7
(189,222,183)
#C5E2C0
(197,226,192)
#CDE6C9
(205,230,201)
#D5EAD2
(213,234,210)
#DDEEDB
(221,238,219)
#E5F2E4
(229,242,228)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCE93; }

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

This text font color is #9DCE93.


Background Color

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

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

This div background color is #9DCE93.


Border color

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

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

This div border color is #9DCE93.


Opacity

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

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

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

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

This text has shadow with #9DCE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCE93 on black background.


Color preview on white background

This text has color #9DCE93 on white background.



Black color preview on #9DCE93 background

This text has black color on #9DCE93 background.


White color preview on #9DCE93 background

This text has white color on #9DCE93 background.