COLOR #9DCE90

HEX: #9DCE90 RGB: (157,206,144)

Color info

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

RGB color model

#9DCE90 color RGB value is (157,206,144).

RGB: (157,206,144) (62%, 81%, 56%)

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 144 of 255 = 56%

157
206
144

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

Portions of RGB colors in percentages

R + G + B = 157 + 206 + 144 = 507 (100%)
R 157 of 507 ~ 30.97%
G 206 of 507 ~ 40.63%
B 144 of 507 ~ 28.4'%

%30.97
%40.63
%28.4

CMYK color model

#9DCE90 color CMYK value is (24,0,30,19).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 30.10%
  • key color value is 19.22%

CMYK: (24,0,30,19)
C24M0Y30K19 (24%, 0%, 30%, 19%)
(0.24 / 0.00 / 0.30 / 0.19)

CMYK percentages

%23.79
%0
%30.1
%19.22

Codes

Color #9DCE90 in popluar color models

9D CE 90
RGB 157 206 144
HSL 107° 38.75% 68.63%
HSB/HSV 107° 30.10% 80.78%
CMYK 23.79% 0.00% 30.10%
19.22%

Color #9DCE90 in popluar number systems.

HEX 9D CE 90
Decimal 157 206 144
Binary 10011101 11001110 10010000
Octal 235 316 220

Shades and tints

Shades of #9DCE90

#9DCE90
(157,206,144)
#8FBC83
(143,188,131)
#81AA76
(129,170,118)
#739869
(115,152,105)
#65865C
(101,134,92)
#57744F
(87,116,79)
#496242
(73,98,66)
#3B5035
(59,80,53)
#2D3E28
(45,62,40)
#1F2C1B
(31,44,27)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #9DCE90

#9DCE90
(157,206,144)
#A5D29A
(165,210,154)
#ADD6A4
(173,214,164)
#B5DAAE
(181,218,174)
#BDDEB8
(189,222,184)
#C5E2C2
(197,226,194)
#CDE6CC
(205,230,204)
#D5EAD6
(213,234,214)
#DDEEE0
(221,238,224)
#E5F2EA
(229,242,234)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCE90; }

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

This text font color is #9DCE90.

Background Color

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

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

This div background color is #9DCE90.

Border color

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

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

This div border color is #9DCE90.

Opacity

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

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

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

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

This text has shadow with #9DCE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCE90.

Preview

Color preview on black background

This text has color #9DCE90 on black background.


Color preview on white background

This text has color #9DCE90 on white background.


Black color preview on #9DCE90 background

This text has black color on #9DCE90 background.


White color preview on #9DCE90 background

This text has white color on #9DCE90 background.


Related colors

Complementary color

Complementary color for #hex is #62316F.


I love getcolorcode.com

Triadic colors

1 #909DCE and #CE909D with #9DCE90 are triadic colors.

2 #90CE9D and #CE9D90 with #9DCE90 are triadic colors.