COLOR #9DD7DC

HEX: #9DD7DC
RGB: (157,215,220)

Color info

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

RGB color model

#9DD7DC color RGB value is (157,215,220).

  • red value is 157;
  • green value is 215;
  • blue value is 220.
RGB:
(157,215,220)
(62%,84%,86%)

RGB channels and saturation

R 157 of 255 = 62%
G 215 of 255 = 84%
B 220 of 255 = 86%

157
215
220

R + G + B ~ 77%. #9DD7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 215 + 220 = 592 (100%)
R 157 of 592 ~ 26.52%
G 215 of 592 ~ 36.32%
B 220 of 592 ~ 37.16%

%26.52
%36.32
%37.16

CMYK color model

#9DD7DC color CMYK value is (29,2,0,14).

  • cyan value is 28.64%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(29,2,0,14)
C29M2Y0K14 
(29%,2%,0%,14%)
(0.29/0.02/0.00/0.14)	

CMYK percentages

%28.64
%2.27
%0
%13.73

Codes

Color #9DD7DC in popluar color models

9DD7DC
RGB157215220
HSL185°47.37%73.92%
HSB/HSV185°28.64%86.27%
CMYK28.64%2.27%0.00%
13.73%

Color #9DD7DC in popluar number systems.

HEX9DD7DC
Decimal157215220
Binary100111011101011111011100
Octal235327334

Shades and tints

Shades of #9DD7DC

#9DD7DC
(157,215,220)
#8FC4C8
(143,196,200)
#81B1B4
(129,177,180)
#739EA0
(115,158,160)
#658B8C
(101,139,140)
#577878
(87,120,120)
#496564
(73,101,100)
#3B5250
(59,82,80)
#2D3F3C
(45,63,60)
#1F2C28
(31,44,40)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #9DD7DC

#9DD7DC
(157,215,220)
#A5DADF
(165,218,223)
#ADDDE2
(173,221,226)
#B5E0E5
(181,224,229)
#BDE3E8
(189,227,232)
#C5E6EB
(197,230,235)
#CDE9EE
(205,233,238)
#D5ECF1
(213,236,241)
#DDEFF4
(221,239,244)
#E5F2F7
(229,242,247)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD7DC color. Also use rgb(157,215,220) instead hex code.

Text Font Color

.myTextColor { color: #9DD7DC; }

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

This text font color is #9DD7DC.


Background Color

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

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

This div background color is #9DD7DC.


Border color

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

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

This div border color is #9DD7DC.


Opacity

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

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

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

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

This text has shadow with #9DD7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD7DC on black background.


Color preview on white background

This text has color #9DD7DC on white background.



Black color preview on #9DD7DC background

This text has black color on #9DD7DC background.


White color preview on #9DD7DC background

This text has white color on #9DD7DC background.