COLOR #9DDED5

HEX: #9DDED5
RGB: (157,222,213)

Color info

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

RGB color model

#9DDED5 color RGB value is (157,222,213).

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

RGB channels and saturation

R 157 of 255 = 62%
G 222 of 255 = 87%
B 213 of 255 = 84%

157
222
213

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

Portions of RGB colors in percentages

R + G + B =
157 + 222 + 213 = 592 (100%)
R 157 of 592 ~ 26.52%
G 222 of 592 ~ 37.5%
B 213 of 592 ~ 35.98%

%26.52
%37.5
%35.98

CMYK color model

#9DDED5 color CMYK value is (29,0,4,13).

  • cyan value is 29.28%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 12.94%
CMYK:
(29,0,4,13)
C29M0Y4K13 
(29%,0%,4%,13%)
(0.29/0.00/0.04/0.13)	

CMYK percentages

%29.28
%0
%4.05
%12.94

Codes

Color #9DDED5 in popluar color models

9DDED5
RGB157222213
HSL172°49.62%74.31%
HSB/HSV172°29.28%87.06%
CMYK29.28%0.00%4.05%
12.94%

Color #9DDED5 in popluar number systems.

HEX9DDED5
Decimal157222213
Binary100111011101111011010101
Octal235336325

Shades and tints

Shades of #9DDED5

#9DDED5
(157,222,213)
#8FCAC2
(143,202,194)
#81B6AF
(129,182,175)
#73A29C
(115,162,156)
#658E89
(101,142,137)
#577A76
(87,122,118)
#496663
(73,102,99)
#3B5250
(59,82,80)
#2D3E3D
(45,62,61)
#1F2A2A
(31,42,42)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #9DDED5

#9DDED5
(157,222,213)
#A5E1D8
(165,225,216)
#ADE4DB
(173,228,219)
#B5E7DE
(181,231,222)
#BDEAE1
(189,234,225)
#C5EDE4
(197,237,228)
#CDF0E7
(205,240,231)
#D5F3EA
(213,243,234)
#DDF6ED
(221,246,237)
#E5F9F0
(229,249,240)
#EDFCF3
(237,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DDED5; }

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

This text font color is #9DDED5.


Background Color

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

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

This div background color is #9DDED5.


Border color

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

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

This div border color is #9DDED5.


Opacity

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

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

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

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

This text has shadow with #9DDED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDED5 on black background.


Color preview on white background

This text has color #9DDED5 on white background.



Black color preview on #9DDED5 background

This text has black color on #9DDED5 background.


White color preview on #9DDED5 background

This text has white color on #9DDED5 background.