COLOR #9DD4CE

HEX: #9DD4CE
RGB: (157,212,206)

Color info

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

RGB color model

#9DD4CE color RGB value is (157,212,206).

  • red value is 157;
  • green value is 212;
  • blue value is 206.
RGB:
(157,212,206)
(62%,83%,81%)

RGB channels and saturation

R 157 of 255 = 62%
G 212 of 255 = 83%
B 206 of 255 = 81%

157
212
206

R + G + B ~ 75%. #9DD4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 212 + 206 = 575 (100%)
R 157 of 575 ~ 27.3%
G 212 of 575 ~ 36.87%
B 206 of 575 ~ 35.83%

%27.3
%36.87
%35.83

CMYK color model

#9DD4CE color CMYK value is (26,0,3,17).

  • cyan value is 25.94%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(26,0,3,17)
C26M0Y3K17 
(26%,0%,3%,17%)
(0.26/0.00/0.03/0.17)	

CMYK percentages

%25.94
%0
%2.83
%16.86

Codes

Color #9DD4CE in popluar color models

9DD4CE
RGB157212206
HSL173°39.01%72.35%
HSB/HSV173°25.94%83.14%
CMYK25.94%0.00%2.83%
16.86%

Color #9DD4CE in popluar number systems.

HEX9DD4CE
Decimal157212206
Binary100111011101010011001110
Octal235324316

Shades and tints

Shades of #9DD4CE

#9DD4CE
(157,212,206)
#8FC1BC
(143,193,188)
#81AEAA
(129,174,170)
#739B98
(115,155,152)
#658886
(101,136,134)
#577574
(87,117,116)
#496262
(73,98,98)
#3B4F50
(59,79,80)
#2D3C3E
(45,60,62)
#1F292C
(31,41,44)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #9DD4CE

#9DD4CE
(157,212,206)
#A5D7D2
(165,215,210)
#ADDAD6
(173,218,214)
#B5DDDA
(181,221,218)
#BDE0DE
(189,224,222)
#C5E3E2
(197,227,226)
#CDE6E6
(205,230,230)
#D5E9EA
(213,233,234)
#DDECEE
(221,236,238)
#E5EFF2
(229,239,242)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD4CE color. Also use rgb(157,212,206) instead hex code.

Text Font Color

.myTextColor { color: #9DD4CE; }

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

This text font color is #9DD4CE.


Background Color

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

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

This div background color is #9DD4CE.


Border color

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

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

This div border color is #9DD4CE.


Opacity

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

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

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

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

This text has shadow with #9DD4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD4CE on black background.


Color preview on white background

This text has color #9DD4CE on white background.



Black color preview on #9DD4CE background

This text has black color on #9DD4CE background.


White color preview on #9DD4CE background

This text has white color on #9DD4CE background.