COLOR #9DD3CD

HEX: #9DD3CD
RGB: (157,211,205)

Color info

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

RGB color model

#9DD3CD color RGB value is (157,211,205).

  • red value is 157;
  • green value is 211;
  • blue value is 205.
RGB:
(157,211,205)
(62%,83%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 211 of 255 = 83%
B 205 of 255 = 80%

157
211
205

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

Portions of RGB colors in percentages

R + G + B =
157 + 211 + 205 = 573 (100%)
R 157 of 573 ~ 27.4%
G 211 of 573 ~ 36.82%
B 205 of 573 ~ 35.78%

%27.4
%36.82
%35.78

CMYK color model

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

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

CMYK percentages

%25.59
%0
%2.84
%17.25

Codes

Color #9DD3CD in popluar color models

9DD3CD
RGB157211205
HSL173°38.03%72.16%
HSB/HSV173°25.59%82.75%
CMYK25.59%0.00%2.84%
17.25%

Color #9DD3CD in popluar number systems.

HEX9DD3CD
Decimal157211205
Binary100111011101001111001101
Octal235323315

Shades and tints

Shades of #9DD3CD

#9DD3CD
(157,211,205)
#8FC0BB
(143,192,187)
#81ADA9
(129,173,169)
#739A97
(115,154,151)
#658785
(101,135,133)
#577473
(87,116,115)
#496161
(73,97,97)
#3B4E4F
(59,78,79)
#2D3B3D
(45,59,61)
#1F282B
(31,40,43)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #9DD3CD

#9DD3CD
(157,211,205)
#A5D7D1
(165,215,209)
#ADDBD5
(173,219,213)
#B5DFD9
(181,223,217)
#BDE3DD
(189,227,221)
#C5E7E1
(197,231,225)
#CDEBE5
(205,235,229)
#D5EFE9
(213,239,233)
#DDF3ED
(221,243,237)
#E5F7F1
(229,247,241)
#EDFBF5
(237,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD3CD color. Also use rgb(157,211,205) instead hex code.

Text Font Color

.myTextColor { color: #9DD3CD; }

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

This text font color is #9DD3CD.


Background Color

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

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

This div background color is #9DD3CD.


Border color

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

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

This div border color is #9DD3CD.


Opacity

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

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

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

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

This text has shadow with #9DD3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD3CD on black background.


Color preview on white background

This text has color #9DD3CD on white background.



Black color preview on #9DD3CD background

This text has black color on #9DD3CD background.


White color preview on #9DD3CD background

This text has white color on #9DD3CD background.