COLOR #9DD5D4

HEX: #9DD5D4
RGB: (157,213,212)

Color info

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

RGB color model

#9DD5D4 color RGB value is (157,213,212).

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

RGB channels and saturation

R 157 of 255 = 62%
G 213 of 255 = 84%
B 212 of 255 = 83%

157
213
212

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

Portions of RGB colors in percentages

R + G + B =
157 + 213 + 212 = 582 (100%)
R 157 of 582 ~ 26.98%
G 213 of 582 ~ 36.6%
B 212 of 582 ~ 36.43%

%26.98
%36.6
%36.43

CMYK color model

#9DD5D4 color CMYK value is (26,0,0,16).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 16.47%
CMYK:
(26,0,0,16)
C26M0Y0K16 
(26%,0%,0%,16%)
(0.26/0.00/0.00/0.16)	

CMYK percentages

%26.29
%0
%0.47
%16.47

Codes

Color #9DD5D4 in popluar color models

9DD5D4
RGB157213212
HSL179°40.00%72.55%
HSB/HSV179°26.29%83.53%
CMYK26.29%0.00%0.47%
16.47%

Color #9DD5D4 in popluar number systems.

HEX9DD5D4
Decimal157213212
Binary100111011101010111010100
Octal235325324

Shades and tints

Shades of #9DD5D4

#9DD5D4
(157,213,212)
#8FC2C1
(143,194,193)
#81AFAE
(129,175,174)
#739C9B
(115,156,155)
#658988
(101,137,136)
#577675
(87,118,117)
#496362
(73,99,98)
#3B504F
(59,80,79)
#2D3D3C
(45,61,60)
#1F2A29
(31,42,41)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #9DD5D4

#9DD5D4
(157,213,212)
#A5D8D7
(165,216,215)
#ADDBDA
(173,219,218)
#B5DEDD
(181,222,221)
#BDE1E0
(189,225,224)
#C5E4E3
(197,228,227)
#CDE7E6
(205,231,230)
#D5EAE9
(213,234,233)
#DDEDEC
(221,237,236)
#E5F0EF
(229,240,239)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD5D4; }

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

This text font color is #9DD5D4.


Background Color

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

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

This div background color is #9DD5D4.


Border color

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

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

This div border color is #9DD5D4.


Opacity

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

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

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

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

This text has shadow with #9DD5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD5D4 on black background.


Color preview on white background

This text has color #9DD5D4 on white background.



Black color preview on #9DD5D4 background

This text has black color on #9DD5D4 background.


White color preview on #9DD5D4 background

This text has white color on #9DD5D4 background.