COLOR #9DD7CF

HEX: #9DD7CF
RGB: (157,215,207)

Color info

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

RGB color model

#9DD7CF color RGB value is (157,215,207).

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

RGB channels and saturation

R 157 of 255 = 62%
G 215 of 255 = 84%
B 207 of 255 = 81%

157
215
207

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

Portions of RGB colors in percentages

R + G + B =
157 + 215 + 207 = 579 (100%)
R 157 of 579 ~ 27.12%
G 215 of 579 ~ 37.13%
B 207 of 579 ~ 35.75%

%27.12
%37.13
%35.75

CMYK color model

#9DD7CF color CMYK value is (27,0,4,16).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 15.69%
CMYK:
(27,0,4,16)
C27M0Y4K16 
(27%,0%,4%,16%)
(0.27/0.00/0.04/0.16)	

CMYK percentages

%26.98
%0
%3.72
%15.69

Codes

Color #9DD7CF in popluar color models

9DD7CF
RGB157215207
HSL172°42.03%72.94%
HSB/HSV172°26.98%84.31%
CMYK26.98%0.00%3.72%
15.69%

Color #9DD7CF in popluar number systems.

HEX9DD7CF
Decimal157215207
Binary100111011101011111001111
Octal235327317

Shades and tints

Shades of #9DD7CF

#9DD7CF
(157,215,207)
#8FC4BD
(143,196,189)
#81B1AB
(129,177,171)
#739E99
(115,158,153)
#658B87
(101,139,135)
#577875
(87,120,117)
#496563
(73,101,99)
#3B5251
(59,82,81)
#2D3F3F
(45,63,63)
#1F2C2D
(31,44,45)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #9DD7CF

#9DD7CF
(157,215,207)
#A5DAD3
(165,218,211)
#ADDDD7
(173,221,215)
#B5E0DB
(181,224,219)
#BDE3DF
(189,227,223)
#C5E6E3
(197,230,227)
#CDE9E7
(205,233,231)
#D5ECEB
(213,236,235)
#DDEFEF
(221,239,239)
#E5F2F3
(229,242,243)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD7CF; }

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

This text font color is #9DD7CF.


Background Color

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

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

This div background color is #9DD7CF.


Border color

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

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

This div border color is #9DD7CF.


Opacity

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

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

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

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

This text has shadow with #9DD7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD7CF on black background.


Color preview on white background

This text has color #9DD7CF on white background.



Black color preview on #9DD7CF background

This text has black color on #9DD7CF background.


White color preview on #9DD7CF background

This text has white color on #9DD7CF background.