COLOR #9DD8D0

HEX: #9DD8D0 RGB: (157,216,208)

Color info

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

RGB color model

#9DD8D0 color RGB value is (157,216,208).

RGB: (157,216,208) (62%, 85%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 216 of 255 = 85%
B 208 of 255 = 82%

157
216
208

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

Portions of RGB colors in percentages

R + G + B = 157 + 216 + 208 = 581 (100%)
R 157 of 581 ~ 27.02%
G 216 of 581 ~ 37.18%
B 208 of 581 ~ 35.8'%

%27.02
%37.18
%35.8

CMYK color model

#9DD8D0 color CMYK value is (27,0,4,15).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 15.29%
CMYK: (27,0,4,15) C27M0Y4K15 (27%,0%,4%,15%) (0.27/0.00/0.04/0.15) 

CMYK percentages

%27.31
%0
%3.7
%15.29

Codes

Color #9DD8D0 in popluar color models

9D D8 D0
RGB 157 216 208
HSL 172° 43.07% 73.14%
HSB/HSV 172° 27.31% 84.71%
CMYK 27.31% 0.00% 3.70%
15.29%

Color #9DD8D0 in popluar number systems.

HEX 9D D8 D0
Decimal 157 216 208
Binary 10011101 11011000 11010000
Octal 235 330 320

Shades and tints

Shades of #9DD8D0

#9DD8D0
(157,216,208)
#8FC5BE
(143,197,190)
#81B2AC
(129,178,172)
#739F9A
(115,159,154)
#658C88
(101,140,136)
#577976
(87,121,118)
#496664
(73,102,100)
#3B5352
(59,83,82)
#2D4040
(45,64,64)
#1F2D2E
(31,45,46)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #9DD8D0

#9DD8D0
(157,216,208)
#A5DBD4
(165,219,212)
#ADDED8
(173,222,216)
#B5E1DC
(181,225,220)
#BDE4E0
(189,228,224)
#C5E7E4
(197,231,228)
#CDEAE8
(205,234,232)
#D5EDEC
(213,237,236)
#DDF0F0
(221,240,240)
#E5F3F4
(229,243,244)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD8D0 color. Also use rgb(157,216,208) instead hex code.

Text Font Color

.myTextColor { color: #9DD8D0; }

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

This text font color is #9DD8D0.

Background Color

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

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

This div background color is #9DD8D0.

Border color

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

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

This div border color is #9DD8D0.

Opacity

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

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

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

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

This text has shadow with #9DD8D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD8D0.

Preview

Color preview on black background

This text has color #9DD8D0 on black background.


Color preview on white background

This text has color #9DD8D0 on white background.


Black color preview on #9DD8D0 background

This text has black color on #9DD8D0 background.


White color preview on #9DD8D0 background

This text has white color on #9DD8D0 background.


Related colors

Complementary color

Complementary color for #hex is #62272F.


I love getcolorcode.com

Triadic colors

1 #D09DD8 and #D8D09D with #9DD8D0 are triadic colors.

2 #D0D89D and #D89DD0 with #9DD8D0 are triadic colors.