COLOR #9DCCD2

HEX: #9DCCD2
RGB: (157,204,210)

Color info

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

RGB color model

#9DCCD2 color RGB value is (157,204,210).

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

RGB channels and saturation

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

157
204
210

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

Portions of RGB colors in percentages

R + G + B =
157 + 204 + 210 = 571 (100%)
R 157 of 571 ~ 27.5%
G 204 of 571 ~ 35.73%
B 210 of 571 ~ 36.78%

%27.5
%35.73
%36.78

CMYK color model

#9DCCD2 color CMYK value is (25,3,0,18).

  • cyan value is 25.24%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(25,3,0,18)
C25M3Y0K18 
(25%,3%,0%,18%)
(0.25/0.03/0.00/0.18)	

CMYK percentages

%25.24
%2.86
%0
%17.65

Codes

Color #9DCCD2 in popluar color models

9DCCD2
RGB157204210
HSL187°37.06%71.96%
HSB/HSV187°25.24%82.35%
CMYK25.24%2.86%0.00%
17.65%

Color #9DCCD2 in popluar number systems.

HEX9DCCD2
Decimal157204210
Binary100111011100110011010010
Octal235314322

Shades and tints

Shades of #9DCCD2

#9DCCD2
(157,204,210)
#8FBABF
(143,186,191)
#81A8AC
(129,168,172)
#739699
(115,150,153)
#658486
(101,132,134)
#577273
(87,114,115)
#496060
(73,96,96)
#3B4E4D
(59,78,77)
#2D3C3A
(45,60,58)
#1F2A27
(31,42,39)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #9DCCD2

#9DCCD2
(157,204,210)
#A5D0D6
(165,208,214)
#ADD4DA
(173,212,218)
#B5D8DE
(181,216,222)
#BDDCE2
(189,220,226)
#C5E0E6
(197,224,230)
#CDE4EA
(205,228,234)
#D5E8EE
(213,232,238)
#DDECF2
(221,236,242)
#E5F0F6
(229,240,246)
#EDF4FA
(237,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCCD2; }

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

This text font color is #9DCCD2.


Background Color

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

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

This div background color is #9DCCD2.


Border color

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

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

This div border color is #9DCCD2.


Opacity

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

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

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

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

This text has shadow with #9DCCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCCD2 on black background.


Color preview on white background

This text has color #9DCCD2 on white background.



Black color preview on #9DCCD2 background

This text has black color on #9DCCD2 background.


White color preview on #9DCCD2 background

This text has white color on #9DCCD2 background.