COLOR #9DD6CB

HEX: #9DD6CB
RGB: (157,214,203)

Color info

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

RGB color model

#9DD6CB color RGB value is (157,214,203).

  • red value is 157;
  • green value is 214;
  • blue value is 203.
RGB:
(157,214,203)
(62%,84%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 214 of 255 = 84%
B 203 of 255 = 80%

157
214
203

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

Portions of RGB colors in percentages

R + G + B =
157 + 214 + 203 = 574 (100%)
R 157 of 574 ~ 27.35%
G 214 of 574 ~ 37.28%
B 203 of 574 ~ 35.37%

%27.35
%37.28
%35.37

CMYK color model

#9DD6CB color CMYK value is (27,0,5,16).

  • cyan value is 26.64%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(27,0,5,16)
C27M0Y5K16 
(27%,0%,5%,16%)
(0.27/0.00/0.05/0.16)	

CMYK percentages

%26.64
%0
%5.14
%16.08

Codes

Color #9DD6CB in popluar color models

9DD6CB
RGB157214203
HSL168°41.01%72.75%
HSB/HSV168°26.64%83.92%
CMYK26.64%0.00%5.14%
16.08%

Color #9DD6CB in popluar number systems.

HEX9DD6CB
Decimal157214203
Binary100111011101011011001011
Octal235326313

Shades and tints

Shades of #9DD6CB

#9DD6CB
(157,214,203)
#8FC3B9
(143,195,185)
#81B0A7
(129,176,167)
#739D95
(115,157,149)
#658A83
(101,138,131)
#577771
(87,119,113)
#49645F
(73,100,95)
#3B514D
(59,81,77)
#2D3E3B
(45,62,59)
#1F2B29
(31,43,41)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #9DD6CB

#9DD6CB
(157,214,203)
#A5D9CF
(165,217,207)
#ADDCD3
(173,220,211)
#B5DFD7
(181,223,215)
#BDE2DB
(189,226,219)
#C5E5DF
(197,229,223)
#CDE8E3
(205,232,227)
#D5EBE7
(213,235,231)
#DDEEEB
(221,238,235)
#E5F1EF
(229,241,239)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD6CB color. Also use rgb(157,214,203) instead hex code.

Text Font Color

.myTextColor { color: #9DD6CB; }

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

This text font color is #9DD6CB.


Background Color

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

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

This div background color is #9DD6CB.


Border color

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

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

This div border color is #9DD6CB.


Opacity

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

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

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

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

This text has shadow with #9DD6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD6CB on black background.


Color preview on white background

This text has color #9DD6CB on white background.



Black color preview on #9DD6CB background

This text has black color on #9DD6CB background.


White color preview on #9DD6CB background

This text has white color on #9DD6CB background.