COLOR #9DE0D5

HEX: #9DE0D5
RGB: (157,224,213)

Color info

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

RGB color model

#9DE0D5 color RGB value is (157,224,213).

  • red value is 157;
  • green value is 224;
  • blue value is 213.
RGB:
(157,224,213)
(62%,88%,84%)

RGB channels and saturation

R 157 of 255 = 62%
G 224 of 255 = 88%
B 213 of 255 = 84%

157
224
213

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

Portions of RGB colors in percentages

R + G + B =
157 + 224 + 213 = 594 (100%)
R 157 of 594 ~ 26.43%
G 224 of 594 ~ 37.71%
B 213 of 594 ~ 35.86%

%26.43
%37.71
%35.86

CMYK color model

#9DE0D5 color CMYK value is (30,0,5,12).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(30,0,5,12)
C30M0Y5K12 
(30%,0%,5%,12%)
(0.30/0.00/0.05/0.12)	

CMYK percentages

%29.91
%0
%4.91
%12.16

Codes

Color #9DE0D5 in popluar color models

9DE0D5
RGB157224213
HSL170°51.94%74.71%
HSB/HSV170°29.91%87.84%
CMYK29.91%0.00%4.91%
12.16%

Color #9DE0D5 in popluar number systems.

HEX9DE0D5
Decimal157224213
Binary100111011110000011010101
Octal235340325

Shades and tints

Shades of #9DE0D5

#9DE0D5
(157,224,213)
#8FCCC2
(143,204,194)
#81B8AF
(129,184,175)
#73A49C
(115,164,156)
#659089
(101,144,137)
#577C76
(87,124,118)
#496863
(73,104,99)
#3B5450
(59,84,80)
#2D403D
(45,64,61)
#1F2C2A
(31,44,42)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #9DE0D5

#9DE0D5
(157,224,213)
#A5E2D8
(165,226,216)
#ADE4DB
(173,228,219)
#B5E6DE
(181,230,222)
#BDE8E1
(189,232,225)
#C5EAE4
(197,234,228)
#CDECE7
(205,236,231)
#D5EEEA
(213,238,234)
#DDF0ED
(221,240,237)
#E5F2F0
(229,242,240)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE0D5 color. Also use rgb(157,224,213) instead hex code.

Text Font Color

.myTextColor { color: #9DE0D5; }

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

This text font color is #9DE0D5.


Background Color

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

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

This div background color is #9DE0D5.


Border color

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

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

This div border color is #9DE0D5.


Opacity

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

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

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

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

This text has shadow with #9DE0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE0D5 on black background.


Color preview on white background

This text has color #9DE0D5 on white background.



Black color preview on #9DE0D5 background

This text has black color on #9DE0D5 background.


White color preview on #9DE0D5 background

This text has white color on #9DE0D5 background.