COLOR #9DEDE8

HEX: #9DEDE8
RGB: (157,237,232)

Color info

#9DEDE8 contains mainly green and blue colors. Web safe color of #9DEDE8 is #99FFFF (or #9FF).

RGB color model

#9DEDE8 color RGB value is (157,237,232).

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

RGB channels and saturation

R 157 of 255 = 62%
G 237 of 255 = 93%
B 232 of 255 = 91%

157
237
232

R + G + B ~ 82%. #9DEDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 237 + 232 = 626 (100%)
R 157 of 626 ~ 25.08%
G 237 of 626 ~ 37.86%
B 232 of 626 ~ 37.06%

%25.08
%37.86
%37.06

CMYK color model

#9DEDE8 color CMYK value is (34,0,2,7).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(34,0,2,7)
C34M0Y2K7 
(34%,0%,2%,7%)
(0.34/0.00/0.02/0.07)	

CMYK percentages

%33.76
%0
%2.11
%7.06

Codes

Color #9DEDE8 in popluar color models

9DEDE8
RGB157237232
HSL176°68.97%77.25%
HSB/HSV176°33.76%92.94%
CMYK33.76%0.00%2.11%
7.06%

Color #9DEDE8 in popluar number systems.

HEX9DEDE8
Decimal157237232
Binary100111011110110111101000
Octal235355350

Shades and tints

Shades of #9DEDE8

#9DEDE8
(157,237,232)
#8FD8D3
(143,216,211)
#81C3BE
(129,195,190)
#73AEA9
(115,174,169)
#659994
(101,153,148)
#57847F
(87,132,127)
#496F6A
(73,111,106)
#3B5A55
(59,90,85)
#2D4540
(45,69,64)
#1F302B
(31,48,43)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #9DEDE8

#9DEDE8
(157,237,232)
#A5EEEA
(165,238,234)
#ADEFEC
(173,239,236)
#B5F0EE
(181,240,238)
#BDF1F0
(189,241,240)
#C5F2F2
(197,242,242)
#CDF3F4
(205,243,244)
#D5F4F6
(213,244,246)
#DDF5F8
(221,245,248)
#E5F6FA
(229,246,250)
#EDF7FC
(237,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DEDE8; }

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

This text font color is #9DEDE8.


Background Color

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

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

This div background color is #9DEDE8.


Border color

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

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

This div border color is #9DEDE8.


Opacity

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

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

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

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

This text has shadow with #9DEDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DEDE8 on black background.


Color preview on white background

This text has color #9DEDE8 on white background.



Black color preview on #9DEDE8 background

This text has black color on #9DEDE8 background.


White color preview on #9DEDE8 background

This text has white color on #9DEDE8 background.