COLOR #9DCCED

HEX: #9DCCED
RGB: (157,204,237)

Color info

#9DCCED contains mainly green and blue colors. Web safe color of #9DCCED is #99CCFF (or #9CF).

RGB color model

#9DCCED color RGB value is (157,204,237).

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

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 237 of 255 = 93%

157
204
237

R + G + B ~ 78%. #9DCCED is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 204 + 237 = 598 (100%)
R 157 of 598 ~ 26.25%
G 204 of 598 ~ 34.11%
B 237 of 598 ~ 39.63%

%26.25
%34.11
%39.63

CMYK color model

#9DCCED color CMYK value is (34,14,0,7).

  • cyan value is 33.76%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(34,14,0,7)
C34M14Y0K7 
(34%,14%,0%,7%)
(0.34/0.14/0.00/0.07)	

CMYK percentages

%33.76
%13.92
%0
%7.06

Codes

Color #9DCCED in popluar color models

9DCCED
RGB157204237
HSL205°68.97%77.25%
HSB/HSV205°33.76%92.94%
CMYK33.76%13.92%0.00%
7.06%

Color #9DCCED in popluar number systems.

HEX9DCCED
Decimal157204237
Binary100111011100110011101101
Octal235314355

Shades and tints

Shades of #9DCCED

#9DCCED
(157,204,237)
#8FBAD8
(143,186,216)
#81A8C3
(129,168,195)
#7396AE
(115,150,174)
#658499
(101,132,153)
#577284
(87,114,132)
#49606F
(73,96,111)
#3B4E5A
(59,78,90)
#2D3C45
(45,60,69)
#1F2A30
(31,42,48)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #9DCCED

#9DCCED
(157,204,237)
#A5D0EE
(165,208,238)
#ADD4EF
(173,212,239)
#B5D8F0
(181,216,240)
#BDDCF1
(189,220,241)
#C5E0F2
(197,224,242)
#CDE4F3
(205,228,243)
#D5E8F4
(213,232,244)
#DDECF5
(221,236,245)
#E5F0F6
(229,240,246)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCCED; }

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

This text font color is #9DCCED.


Background Color

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

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

This div background color is #9DCCED.


Border color

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

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

This div border color is #9DCCED.


Opacity

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

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

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

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

This text has shadow with #9DCCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCCED on black background.


Color preview on white background

This text has color #9DCCED on white background.



Black color preview on #9DCCED background

This text has black color on #9DCCED background.


White color preview on #9DCCED background

This text has white color on #9DCCED background.