COLOR #9DE2C3

HEX: #9DE2C3
RGB: (157,226,195)

Color info

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

RGB color model

#9DE2C3 color RGB value is (157,226,195).

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

RGB channels and saturation

R 157 of 255 = 62%
G 226 of 255 = 89%
B 195 of 255 = 76%

157
226
195

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

Portions of RGB colors in percentages

R + G + B =
157 + 226 + 195 = 578 (100%)
R 157 of 578 ~ 27.16%
G 226 of 578 ~ 39.1%
B 195 of 578 ~ 33.74%

%27.16
%39.1
%33.74

CMYK color model

#9DE2C3 color CMYK value is (31,0,14,11).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(31,0,14,11)
C31M0Y14K11 
(31%,0%,14%,11%)
(0.31/0.00/0.14/0.11)	

CMYK percentages

%30.53
%0
%13.72
%11.37

Codes

Color #9DE2C3 in popluar color models

9DE2C3
RGB157226195
HSL153°54.33%75.10%
HSB/HSV153°30.53%88.63%
CMYK30.53%0.00%13.72%
11.37%

Color #9DE2C3 in popluar number systems.

HEX9DE2C3
Decimal157226195
Binary100111011110001011000011
Octal235342303

Shades and tints

Shades of #9DE2C3

#9DE2C3
(157,226,195)
#8FCEB2
(143,206,178)
#81BAA1
(129,186,161)
#73A690
(115,166,144)
#65927F
(101,146,127)
#577E6E
(87,126,110)
#496A5D
(73,106,93)
#3B564C
(59,86,76)
#2D423B
(45,66,59)
#1F2E2A
(31,46,42)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #9DE2C3

#9DE2C3
(157,226,195)
#A5E4C8
(165,228,200)
#ADE6CD
(173,230,205)
#B5E8D2
(181,232,210)
#BDEAD7
(189,234,215)
#C5ECDC
(197,236,220)
#CDEEE1
(205,238,225)
#D5F0E6
(213,240,230)
#DDF2EB
(221,242,235)
#E5F4F0
(229,244,240)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE2C3 color. Also use rgb(157,226,195) instead hex code.

Text Font Color

.myTextColor { color: #9DE2C3; }

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

This text font color is #9DE2C3.


Background Color

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

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

This div background color is #9DE2C3.


Border color

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

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

This div border color is #9DE2C3.


Opacity

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

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

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

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

This text has shadow with #9DE2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE2C3 on black background.


Color preview on white background

This text has color #9DE2C3 on white background.



Black color preview on #9DE2C3 background

This text has black color on #9DE2C3 background.


White color preview on #9DE2C3 background

This text has white color on #9DE2C3 background.