COLOR #9DCCD1

HEX: #9DCCD1 RGB: (157,204,209)

Color info

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

RGB color model

#9DCCD1 color RGB value is (157,204,209).

RGB: (157,204,209) (62%, 80%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 209 of 255 = 82%

157
204
209

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

Portions of RGB colors in percentages

R + G + B = 157 + 204 + 209 = 570 (100%)
R 157 of 570 ~ 27.54%
G 204 of 570 ~ 35.79%
B 209 of 570 ~ 36.67'%

%27.54
%35.79
%36.67

CMYK color model

#9DCCD1 color CMYK value is (25,2,0,18).

  • cyan value is 24.88%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (25,2,0,18)
C25M2Y0K18 (25%, 2%, 0%, 18%)
(0.25 / 0.02 / 0.00 / 0.18)

CMYK percentages

%24.88
%2.39
%0
%18.04

Codes

Color #9DCCD1 in popluar color models

9D CC D1
RGB 157 204 209
HSL 186° 36.11% 71.76%
HSB/HSV 186° 24.88% 81.96%
CMYK 24.88% 2.39% 0.00%
18.04%

Color #9DCCD1 in popluar number systems.

HEX 9D CC D1
Decimal 157 204 209
Binary 10011101 11001100 11010001
Octal 235 314 321

Shades and tints

Shades of #9DCCD1

#9DCCD1
(157,204,209)
#8FBABE
(143,186,190)
#81A8AB
(129,168,171)
#739698
(115,150,152)
#658485
(101,132,133)
#577272
(87,114,114)
#49605F
(73,96,95)
#3B4E4C
(59,78,76)
#2D3C39
(45,60,57)
#1F2A26
(31,42,38)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #9DCCD1

#9DCCD1
(157,204,209)
#A5D0D5
(165,208,213)
#ADD4D9
(173,212,217)
#B5D8DD
(181,216,221)
#BDDCE1
(189,220,225)
#C5E0E5
(197,224,229)
#CDE4E9
(205,228,233)
#D5E8ED
(213,232,237)
#DDECF1
(221,236,241)
#E5F0F5
(229,240,245)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCCD1; }

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

This text font color is #9DCCD1.

Background Color

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

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

This div background color is #9DCCD1.

Border color

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

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

This div border color is #9DCCD1.

Opacity

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

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

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

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

This text has shadow with #9DCCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCCD1.

Preview

Color preview on black background

This text has color #9DCCD1 on black background.


Color preview on white background

This text has color #9DCCD1 on white background.


Black color preview on #9DCCD1 background

This text has black color on #9DCCD1 background.


White color preview on #9DCCD1 background

This text has white color on #9DCCD1 background.


Related colors

Complementary color

Complementary color for #hex is #62332E.


I love getcolorcode.com

Triadic colors

1 #D19DCC and #CCD19D with #9DCCD1 are triadic colors.

2 #D1CC9D and #CC9DD1 with #9DCCD1 are triadic colors.