COLOR #9DD8D4

HEX: #9DD8D4
RGB: (157,216,212)

Color info

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

RGB color model

#9DD8D4 color RGB value is (157,216,212).

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

RGB channels and saturation

R 157 of 255 = 62%
G 216 of 255 = 85%
B 212 of 255 = 83%

157
216
212

R + G + B ~ 77%. #9DD8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 216 + 212 = 585 (100%)
R 157 of 585 ~ 26.84%
G 216 of 585 ~ 36.92%
B 212 of 585 ~ 36.24%

%26.84
%36.92
%36.24

CMYK color model

#9DD8D4 color CMYK value is (27,0,2,15).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(27,0,2,15)
C27M0Y2K15 
(27%,0%,2%,15%)
(0.27/0.00/0.02/0.15)	

CMYK percentages

%27.31
%0
%1.85
%15.29

Codes

Color #9DD8D4 in popluar color models

9DD8D4
RGB157216212
HSL176°43.07%73.14%
HSB/HSV176°27.31%84.71%
CMYK27.31%0.00%1.85%
15.29%

Color #9DD8D4 in popluar number systems.

HEX9DD8D4
Decimal157216212
Binary100111011101100011010100
Octal235330324

Shades and tints

Shades of #9DD8D4

#9DD8D4
(157,216,212)
#8FC5C1
(143,197,193)
#81B2AE
(129,178,174)
#739F9B
(115,159,155)
#658C88
(101,140,136)
#577975
(87,121,117)
#496662
(73,102,98)
#3B534F
(59,83,79)
#2D403C
(45,64,60)
#1F2D29
(31,45,41)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #9DD8D4

#9DD8D4
(157,216,212)
#A5DBD7
(165,219,215)
#ADDEDA
(173,222,218)
#B5E1DD
(181,225,221)
#BDE4E0
(189,228,224)
#C5E7E3
(197,231,227)
#CDEAE6
(205,234,230)
#D5EDE9
(213,237,233)
#DDF0EC
(221,240,236)
#E5F3EF
(229,243,239)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD8D4; }

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

This text font color is #9DD8D4.


Background Color

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

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

This div background color is #9DD8D4.


Border color

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

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

This div border color is #9DD8D4.


Opacity

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

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

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

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

This text has shadow with #9DD8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD8D4 on black background.


Color preview on white background

This text has color #9DD8D4 on white background.



Black color preview on #9DD8D4 background

This text has black color on #9DD8D4 background.


White color preview on #9DD8D4 background

This text has white color on #9DD8D4 background.