COLOR #9CCDE3

HEX: #9CCDE3
RGB: (156,205,227)

Color info

#9CCDE3 contains mainly green and blue colors. Web safe color of #9CCDE3 is #99CCCC (or #9CC).

RGB color model

#9CCDE3 color RGB value is (156,205,227).

  • red value is 156;
  • green value is 205;
  • blue value is 227.
RGB:
(156,205,227)
(61%,80%,89%)

RGB channels and saturation

R 156 of 255 = 61%
G 205 of 255 = 80%
B 227 of 255 = 89%

156
205
227

R + G + B ~ 77%. #9CCDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 205 + 227 = 588 (100%)
R 156 of 588 ~ 26.53%
G 205 of 588 ~ 34.86%
B 227 of 588 ~ 38.61%

%26.53
%34.86
%38.61

CMYK color model

#9CCDE3 color CMYK value is (31,10,0,11).

  • cyan value is 31.28%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(31,10,0,11)
C31M10Y0K11 
(31%,10%,0%,11%)
(0.31/0.10/0.00/0.11)	

CMYK percentages

%31.28
%9.69
%0
%10.98

Codes

Color #9CCDE3 in popluar color models

9CCDE3
RGB156205227
HSL199°55.91%75.10%
HSB/HSV199°31.28%89.02%
CMYK31.28%9.69%0.00%
10.98%

Color #9CCDE3 in popluar number systems.

HEX9CCDE3
Decimal156205227
Binary100111001100110111100011
Octal234315343

Shades and tints

Shades of #9CCDE3

#9CCDE3
(156,205,227)
#8EBBCF
(142,187,207)
#80A9BB
(128,169,187)
#7297A7
(114,151,167)
#648593
(100,133,147)
#56737F
(86,115,127)
#48616B
(72,97,107)
#3A4F57
(58,79,87)
#2C3D43
(44,61,67)
#1E2B2F
(30,43,47)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #9CCDE3

#9CCDE3
(156,205,227)
#A5D1E5
(165,209,229)
#AED5E7
(174,213,231)
#B7D9E9
(183,217,233)
#C0DDEB
(192,221,235)
#C9E1ED
(201,225,237)
#D2E5EF
(210,229,239)
#DBE9F1
(219,233,241)
#E4EDF3
(228,237,243)
#EDF1F5
(237,241,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCDE3 color. Also use rgb(156,205,227) instead hex code.

Text Font Color

.myTextColor { color: #9CCDE3; }

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

This text font color is #9CCDE3.


Background Color

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

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

This div background color is #9CCDE3.


Border color

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

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

This div border color is #9CCDE3.


Opacity

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

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

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

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

This text has shadow with #9CCDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCDE3 on black background.


Color preview on white background

This text has color #9CCDE3 on white background.



Black color preview on #9CCDE3 background

This text has black color on #9CCDE3 background.


White color preview on #9CCDE3 background

This text has white color on #9CCDE3 background.