COLOR #9DE8D3

HEX: #9DE8D3
RGB: (157,232,211)

Color info

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

RGB color model

#9DE8D3 color RGB value is (157,232,211).

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

RGB channels and saturation

R 157 of 255 = 62%
G 232 of 255 = 91%
B 211 of 255 = 83%

157
232
211

R + G + B ~ 79%. #9DE8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 232 + 211 = 600 (100%)
R 157 of 600 ~ 26.17%
G 232 of 600 ~ 38.67%
B 211 of 600 ~ 35.17%

%26.17
%38.67
%35.17

CMYK color model

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

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • 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.05
%9.02

Codes

Color #9DE8D3 in popluar color models

9DE8D3
RGB157232211
HSL163°61.98%76.27%
HSB/HSV163°32.33%90.98%
CMYK32.33%0.00%9.05%
9.02%

Color #9DE8D3 in popluar number systems.

HEX9DE8D3
Decimal157232211
Binary100111011110100011010011
Octal235350323

Shades and tints

Shades of #9DE8D3

#9DE8D3
(157,232,211)
#8FD3C0
(143,211,192)
#81BEAD
(129,190,173)
#73A99A
(115,169,154)
#659487
(101,148,135)
#577F74
(87,127,116)
#496A61
(73,106,97)
#3B554E
(59,85,78)
#2D403B
(45,64,59)
#1F2B28
(31,43,40)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #9DE8D3

#9DE8D3
(157,232,211)
#A5EAD7
(165,234,215)
#ADECDB
(173,236,219)
#B5EEDF
(181,238,223)
#BDF0E3
(189,240,227)
#C5F2E7
(197,242,231)
#CDF4EB
(205,244,235)
#D5F6EF
(213,246,239)
#DDF8F3
(221,248,243)
#E5FAF7
(229,250,247)
#EDFCFB
(237,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE8D3; }

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

This text font color is #9DE8D3.


Background Color

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

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

This div background color is #9DE8D3.


Border color

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

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

This div border color is #9DE8D3.


Opacity

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

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

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

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

This text has shadow with #9DE8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE8D3 on black background.


Color preview on white background

This text has color #9DE8D3 on white background.



Black color preview on #9DE8D3 background

This text has black color on #9DE8D3 background.


White color preview on #9DE8D3 background

This text has white color on #9DE8D3 background.