COLOR #9DCCD0

HEX: #9DCCD0
RGB: (157,204,208)

Color info

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

RGB color model

#9DCCD0 color RGB value is (157,204,208).

  • red value is 157;
  • green value is 204;
  • blue value is 208.
RGB:
(157,204,208)
(62%,80%,82%)

RGB channels and saturation

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

157
204
208

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

Portions of RGB colors in percentages

R + G + B =
157 + 204 + 208 = 569 (100%)
R 157 of 569 ~ 27.59%
G 204 of 569 ~ 35.85%
B 208 of 569 ~ 36.56%

%27.59
%35.85
%36.56

CMYK color model

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

  • cyan value is 24.52%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(25,2,0,18)
C25M2Y0K18 
(25%,2%,0%,18%)
(0.25/0.02/0.00/0.18)	

CMYK percentages

%24.52
%1.92
%0
%18.43

Codes

Color #9DCCD0 in popluar color models

9DCCD0
RGB157204208
HSL185°35.17%71.57%
HSB/HSV185°24.52%81.57%
CMYK24.52%1.92%0.00%
18.43%

Color #9DCCD0 in popluar number systems.

HEX9DCCD0
Decimal157204208
Binary100111011100110011010000
Octal235314320

Shades and tints

Shades of #9DCCD0

#9DCCD0
(157,204,208)
#8FBABE
(143,186,190)
#81A8AC
(129,168,172)
#73969A
(115,150,154)
#658488
(101,132,136)
#577276
(87,114,118)
#496064
(73,96,100)
#3B4E52
(59,78,82)
#2D3C40
(45,60,64)
#1F2A2E
(31,42,46)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #9DCCD0

#9DCCD0
(157,204,208)
#A5D0D4
(165,208,212)
#ADD4D8
(173,212,216)
#B5D8DC
(181,216,220)
#BDDCE0
(189,220,224)
#C5E0E4
(197,224,228)
#CDE4E8
(205,228,232)
#D5E8EC
(213,232,236)
#DDECF0
(221,236,240)
#E5F0F4
(229,240,244)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCCD0; }

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

This text font color is #9DCCD0.


Background Color

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

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

This div background color is #9DCCD0.


Border color

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

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

This div border color is #9DCCD0.


Opacity

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

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

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

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

This text has shadow with #9DCCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCCD0 on black background.


Color preview on white background

This text has color #9DCCD0 on white background.



Black color preview on #9DCCD0 background

This text has black color on #9DCCD0 background.


White color preview on #9DCCD0 background

This text has white color on #9DCCD0 background.