COLOR #9DE3C2

HEX: #9DE3C2
RGB: (157,227,194)

Color info

#9DE3C2 contains mainly green and blue colors. Web safe color of #9DE3C2 is #99CCCC (or #9CC).

RGB color model

#9DE3C2 color RGB value is (157,227,194).

  • red value is 157;
  • green value is 227;
  • blue value is 194.
RGB:
(157,227,194)
(62%,89%,76%)

RGB channels and saturation

R 157 of 255 = 62%
G 227 of 255 = 89%
B 194 of 255 = 76%

157
227
194

R + G + B ~ 76%. #9DE3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 227 + 194 = 578 (100%)
R 157 of 578 ~ 27.16%
G 227 of 578 ~ 39.27%
B 194 of 578 ~ 33.56%

%27.16
%39.27
%33.56

CMYK color model

#9DE3C2 color CMYK value is (31,0,15,11).

  • cyan value is 30.84%
  • magenta value is 0.00%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(31,0,15,11)
C31M0Y15K11 
(31%,0%,15%,11%)
(0.31/0.00/0.15/0.11)	

CMYK percentages

%30.84
%0
%14.54
%10.98

Codes

Color #9DE3C2 in popluar color models

9DE3C2
RGB157227194
HSL152°55.56%75.29%
HSB/HSV152°30.84%89.02%
CMYK30.84%0.00%14.54%
10.98%

Color #9DE3C2 in popluar number systems.

HEX9DE3C2
Decimal157227194
Binary100111011110001111000010
Octal235343302

Shades and tints

Shades of #9DE3C2

#9DE3C2
(157,227,194)
#8FCFB1
(143,207,177)
#81BBA0
(129,187,160)
#73A78F
(115,167,143)
#65937E
(101,147,126)
#577F6D
(87,127,109)
#496B5C
(73,107,92)
#3B574B
(59,87,75)
#2D433A
(45,67,58)
#1F2F29
(31,47,41)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #9DE3C2

#9DE3C2
(157,227,194)
#A5E5C7
(165,229,199)
#ADE7CC
(173,231,204)
#B5E9D1
(181,233,209)
#BDEBD6
(189,235,214)
#C5EDDB
(197,237,219)
#CDEFE0
(205,239,224)
#D5F1E5
(213,241,229)
#DDF3EA
(221,243,234)
#E5F5EF
(229,245,239)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE3C2 color. Also use rgb(157,227,194) instead hex code.

Text Font Color

.myTextColor { color: #9DE3C2; }

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

This text font color is #9DE3C2.


Background Color

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

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

This div background color is #9DE3C2.


Border color

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

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

This div border color is #9DE3C2.


Opacity

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

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

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

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

This text has shadow with #9DE3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE3C2 on black background.


Color preview on white background

This text has color #9DE3C2 on white background.



Black color preview on #9DE3C2 background

This text has black color on #9DE3C2 background.


White color preview on #9DE3C2 background

This text has white color on #9DE3C2 background.