COLOR #9DD4CC

HEX: #9DD4CC RGB: (157,212,204)

Color info

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

RGB color model

#9DD4CC color RGB value is (157,212,204).

RGB: (157,212,204) (62%, 83%, 80%)

RGB channels and saturation

R 157 of 255 = 62%
G 212 of 255 = 83%
B 204 of 255 = 80%

157
212
204

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

Portions of RGB colors in percentages

R + G + B = 157 + 212 + 204 = 573 (100%)
R 157 of 573 ~ 27.4%
G 212 of 573 ~ 37%
B 204 of 573 ~ 35.6'%

%27.4
%37
%35.6

CMYK color model

#9DD4CC color CMYK value is (26,0,4,17).

  • cyan value is 25.94%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%

CMYK: (26,0,4,17)
C26M0Y4K17 (26%, 0%, 4%, 17%)
(0.26 / 0.00 / 0.04 / 0.17)

CMYK percentages

%25.94
%0
%3.77
%16.86

Codes

Color #9DD4CC in popluar color models

9D D4 CC
RGB 157 212 204
HSL 171° 39.01% 72.35%
HSB/HSV 171° 25.94% 83.14%
CMYK 25.94% 0.00% 3.77%
16.86%

Color #9DD4CC in popluar number systems.

HEX 9D D4 CC
Decimal 157 212 204
Binary 10011101 11010100 11001100
Octal 235 324 314

Shades and tints

Shades of #9DD4CC

#9DD4CC
(157,212,204)
#8FC1BA
(143,193,186)
#81AEA8
(129,174,168)
#739B96
(115,155,150)
#658884
(101,136,132)
#577572
(87,117,114)
#496260
(73,98,96)
#3B4F4E
(59,79,78)
#2D3C3C
(45,60,60)
#1F292A
(31,41,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #9DD4CC

#9DD4CC
(157,212,204)
#A5D7D0
(165,215,208)
#ADDAD4
(173,218,212)
#B5DDD8
(181,221,216)
#BDE0DC
(189,224,220)
#C5E3E0
(197,227,224)
#CDE6E4
(205,230,228)
#D5E9E8
(213,233,232)
#DDECEC
(221,236,236)
#E5EFF0
(229,239,240)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD4CC; }

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

This text font color is #9DD4CC.

Background Color

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

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

This div background color is #9DD4CC.

Border color

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

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

This div border color is #9DD4CC.

Opacity

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

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

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

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

This text has shadow with #9DD4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD4CC.

Preview

Color preview on black background

This text has color #9DD4CC on black background.


Color preview on white background

This text has color #9DD4CC on white background.


Black color preview on #9DD4CC background

This text has black color on #9DD4CC background.


White color preview on #9DD4CC background

This text has white color on #9DD4CC background.


Related colors

Complementary color

Complementary color for #hex is #622B33.


I love getcolorcode.com

Triadic colors

1 #CC9DD4 and #D4CC9D with #9DD4CC are triadic colors.

2 #CCD49D and #D49DCC with #9DD4CC are triadic colors.