COLOR #9DD2D8

HEX: #9DD2D8
RGB: (157,210,216)

Color info

#9DD2D8 contains red, green and blue colors in about the same proportion. Web safe color of #9DD2D8 is #99CCCC (or #9CC).

RGB color model

#9DD2D8 color RGB value is (157,210,216).

  • red value is 157;
  • green value is 210;
  • blue value is 216.
RGB:
(157,210,216)
(62%,82%,85%)

RGB channels and saturation

R 157 of 255 = 62%
G 210 of 255 = 82%
B 216 of 255 = 85%

157
210
216

R + G + B ~ 76%. #9DD2D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 210 + 216 = 583 (100%)
R 157 of 583 ~ 26.93%
G 210 of 583 ~ 36.02%
B 216 of 583 ~ 37.05%

%26.93
%36.02
%37.05

CMYK color model

#9DD2D8 color CMYK value is (27,3,0,15).

  • cyan value is 27.31%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,3,0,15)
C27M3Y0K15 
(27%,3%,0%,15%)
(0.27/0.03/0.00/0.15)	

CMYK percentages

%27.31
%2.78
%0
%15.29

Codes

Color #9DD2D8 in popluar color models

9DD2D8
RGB157210216
HSL186°43.07%73.14%
HSB/HSV186°27.31%84.71%
CMYK27.31%2.78%0.00%
15.29%

Color #9DD2D8 in popluar number systems.

HEX9DD2D8
Decimal157210216
Binary100111011101001011011000
Octal235322330

Shades and tints

Shades of #9DD2D8

#9DD2D8
(157,210,216)
#8FBFC5
(143,191,197)
#81ACB2
(129,172,178)
#73999F
(115,153,159)
#65868C
(101,134,140)
#577379
(87,115,121)
#496066
(73,96,102)
#3B4D53
(59,77,83)
#2D3A40
(45,58,64)
#1F272D
(31,39,45)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #9DD2D8

#9DD2D8
(157,210,216)
#A5D6DB
(165,214,219)
#ADDADE
(173,218,222)
#B5DEE1
(181,222,225)
#BDE2E4
(189,226,228)
#C5E6E7
(197,230,231)
#CDEAEA
(205,234,234)
#D5EEED
(213,238,237)
#DDF2F0
(221,242,240)
#E5F6F3
(229,246,243)
#EDFAF6
(237,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD2D8 color. Also use rgb(157,210,216) instead hex code.

Text Font Color

.myTextColor { color: #9DD2D8; }

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

This text font color is #9DD2D8.


Background Color

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

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

This div background color is #9DD2D8.


Border color

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

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

This div border color is #9DD2D8.


Opacity

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

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

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

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

This text has shadow with #9DD2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD2D8 on black background.


Color preview on white background

This text has color #9DD2D8 on white background.



Black color preview on #9DD2D8 background

This text has black color on #9DD2D8 background.


White color preview on #9DD2D8 background

This text has white color on #9DD2D8 background.