COLOR #9DE8D2

HEX: #9DE8D2
RGB: (157,232,210)

Color info

#9DE8D2 contains mainly green and blue colors. Web safe color of #9DE8D2 is #99FFCC (or #9FC).

RGB color model

#9DE8D2 color RGB value is (157,232,210).

  • red value is 157;
  • green value is 232;
  • blue value is 210.
RGB:
(157,232,210)
(62%,91%,82%)

RGB channels and saturation

R 157 of 255 = 62%
G 232 of 255 = 91%
B 210 of 255 = 82%

157
232
210

R + G + B ~ 78%. #9DE8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 232 + 210 = 599 (100%)
R 157 of 599 ~ 26.21%
G 232 of 599 ~ 38.73%
B 210 of 599 ~ 35.06%

%26.21
%38.73
%35.06

CMYK color model

#9DE8D2 color CMYK value is (32,0,9,9).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 9.02%
CMYK:
(32,0,9,9)
C32M0Y9K9 
(32%,0%,9%,9%)
(0.32/0.00/0.09/0.09)	

CMYK percentages

%32.33
%0
%9.48
%9.02

Codes

Color #9DE8D2 in popluar color models

9DE8D2
RGB157232210
HSL162°61.98%76.27%
HSB/HSV162°32.33%90.98%
CMYK32.33%0.00%9.48%
9.02%

Color #9DE8D2 in popluar number systems.

HEX9DE8D2
Decimal157232210
Binary100111011110100011010010
Octal235350322

Shades and tints

Shades of #9DE8D2

#9DE8D2
(157,232,210)
#8FD3BF
(143,211,191)
#81BEAC
(129,190,172)
#73A999
(115,169,153)
#659486
(101,148,134)
#577F73
(87,127,115)
#496A60
(73,106,96)
#3B554D
(59,85,77)
#2D403A
(45,64,58)
#1F2B27
(31,43,39)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #9DE8D2

#9DE8D2
(157,232,210)
#A5EAD6
(165,234,214)
#ADECDA
(173,236,218)
#B5EEDE
(181,238,222)
#BDF0E2
(189,240,226)
#C5F2E6
(197,242,230)
#CDF4EA
(205,244,234)
#D5F6EE
(213,246,238)
#DDF8F2
(221,248,242)
#E5FAF6
(229,250,246)
#EDFCFA
(237,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE8D2 color. Also use rgb(157,232,210) instead hex code.

Text Font Color

.myTextColor { color: #9DE8D2; }

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

This text font color is #9DE8D2.


Background Color

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

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

This div background color is #9DE8D2.


Border color

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

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

This div border color is #9DE8D2.


Opacity

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

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

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

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

This text has shadow with #9DE8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE8D2 on black background.


Color preview on white background

This text has color #9DE8D2 on white background.



Black color preview on #9DE8D2 background

This text has black color on #9DE8D2 background.


White color preview on #9DE8D2 background

This text has white color on #9DE8D2 background.