COLOR #9DCE92

HEX: #9DCE92
RGB: (157,206,146)

Color info

#9DCE92 contains mainly red and green colors. Web safe color of #9DCE92 is #99CC99 (or #9C9).

RGB color model

#9DCE92 color RGB value is (157,206,146).

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

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 146 of 255 = 57%

157
206
146

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

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 146 = 509 (100%)
R 157 of 509 ~ 30.84%
G 206 of 509 ~ 40.47%
B 146 of 509 ~ 28.68%

%30.84
%40.47
%28.68

CMYK color model

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

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • 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
%29.13
%19.22

Codes

Color #9DCE92 in popluar color models

9DCE92
RGB157206146
HSL109°37.97%69.02%
HSB/HSV109°29.13%80.78%
CMYK23.79%0.00%29.13%
19.22%

Color #9DCE92 in popluar number systems.

HEX9DCE92
Decimal157206146
Binary100111011100111010010010
Octal235316222

Shades and tints

Shades of #9DCE92

#9DCE92
(157,206,146)
#8FBC85
(143,188,133)
#81AA78
(129,170,120)
#73986B
(115,152,107)
#65865E
(101,134,94)
#577451
(87,116,81)
#496244
(73,98,68)
#3B5037
(59,80,55)
#2D3E2A
(45,62,42)
#1F2C1D
(31,44,29)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #9DCE92

#9DCE92
(157,206,146)
#A5D29B
(165,210,155)
#ADD6A4
(173,214,164)
#B5DAAD
(181,218,173)
#BDDEB6
(189,222,182)
#C5E2BF
(197,226,191)
#CDE6C8
(205,230,200)
#D5EAD1
(213,234,209)
#DDEEDA
(221,238,218)
#E5F2E3
(229,242,227)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCE92; }

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

This text font color is #9DCE92.


Background Color

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

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

This div background color is #9DCE92.


Border color

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

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

This div border color is #9DCE92.


Opacity

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

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

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

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

This text has shadow with #9DCE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCE92 on black background.


Color preview on white background

This text has color #9DCE92 on white background.



Black color preview on #9DCE92 background

This text has black color on #9DCE92 background.


White color preview on #9DCE92 background

This text has white color on #9DCE92 background.