COLOR #9DEAD6

HEX: #9DEAD6
RGB: (157,234,214)

Color info

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

RGB color model

#9DEAD6 color RGB value is (157,234,214).

  • red value is 157;
  • green value is 234;
  • blue value is 214.
RGB:
(157,234,214)
(62%,92%,84%)

RGB channels and saturation

R 157 of 255 = 62%
G 234 of 255 = 92%
B 214 of 255 = 84%

157
234
214

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

Portions of RGB colors in percentages

R + G + B =
157 + 234 + 214 = 605 (100%)
R 157 of 605 ~ 25.95%
G 234 of 605 ~ 38.68%
B 214 of 605 ~ 35.37%

%25.95
%38.68
%35.37

CMYK color model

#9DEAD6 color CMYK value is (33,0,9,8).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(33,0,9,8)
C33M0Y9K8 
(33%,0%,9%,8%)
(0.33/0.00/0.09/0.08)	

CMYK percentages

%32.91
%0
%8.55
%8.24

Codes

Color #9DEAD6 in popluar color models

9DEAD6
RGB157234214
HSL164°64.71%76.67%
HSB/HSV164°32.91%91.76%
CMYK32.91%0.00%8.55%
8.24%

Color #9DEAD6 in popluar number systems.

HEX9DEAD6
Decimal157234214
Binary100111011110101011010110
Octal235352326

Shades and tints

Shades of #9DEAD6

#9DEAD6
(157,234,214)
#8FD5C3
(143,213,195)
#81C0B0
(129,192,176)
#73AB9D
(115,171,157)
#65968A
(101,150,138)
#578177
(87,129,119)
#496C64
(73,108,100)
#3B5751
(59,87,81)
#2D423E
(45,66,62)
#1F2D2B
(31,45,43)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #9DEAD6

#9DEAD6
(157,234,214)
#A5EBD9
(165,235,217)
#ADECDC
(173,236,220)
#B5EDDF
(181,237,223)
#BDEEE2
(189,238,226)
#C5EFE5
(197,239,229)
#CDF0E8
(205,240,232)
#D5F1EB
(213,241,235)
#DDF2EE
(221,242,238)
#E5F3F1
(229,243,241)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DEAD6 color. Also use rgb(157,234,214) instead hex code.

Text Font Color

.myTextColor { color: #9DEAD6; }

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

This text font color is #9DEAD6.


Background Color

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

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

This div background color is #9DEAD6.


Border color

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

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

This div border color is #9DEAD6.


Opacity

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

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

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

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

This text has shadow with #9DEAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DEAD6 on black background.


Color preview on white background

This text has color #9DEAD6 on white background.



Black color preview on #9DEAD6 background

This text has black color on #9DEAD6 background.


White color preview on #9DEAD6 background

This text has white color on #9DEAD6 background.