COLOR #9CC8DE

HEX: #9CC8DE RGB: (156,200,222)

Color info

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

RGB color model

#9CC8DE color RGB value is (156,200,222).

RGB: (156,200,222) (61%, 78%, 87%)

RGB channels and saturation

R 156 of 255 = 61%
G 200 of 255 = 78%
B 222 of 255 = 87%

156
200
222

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

Portions of RGB colors in percentages

R + G + B = 156 + 200 + 222 = 578 (100%)
R 156 of 578 ~ 26.99%
G 200 of 578 ~ 34.6%
B 222 of 578 ~ 38.41'%

%26.99
%34.6
%38.41

CMYK color model

#9CC8DE color CMYK value is (30,10,0,13).

  • cyan value is 29.73%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (30,10,0,13)
C30M10Y0K13 (30%, 10%, 0%, 13%)
(0.30 / 0.10 / 0.00 / 0.13)

CMYK percentages

%29.73
%9.91
%0
%12.94

Codes

Color #9CC8DE in popluar color models

9C C8 DE
RGB 156 200 222
HSL 200° 50.00% 74.12%
HSB/HSV 200° 29.73% 87.06%
CMYK 29.73% 9.91% 0.00%
12.94%

Color #9CC8DE in popluar number systems.

HEX 9C C8 DE
Decimal 156 200 222
Binary 10011100 11001000 11011110
Octal 234 310 336

Shades and tints

Shades of #9CC8DE

#9CC8DE
(156,200,222)
#8EB6CA
(142,182,202)
#80A4B6
(128,164,182)
#7292A2
(114,146,162)
#64808E
(100,128,142)
#566E7A
(86,110,122)
#485C66
(72,92,102)
#3A4A52
(58,74,82)
#2C383E
(44,56,62)
#1E262A
(30,38,42)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #9CC8DE

#9CC8DE
(156,200,222)
#A5CDE1
(165,205,225)
#AED2E4
(174,210,228)
#B7D7E7
(183,215,231)
#C0DCEA
(192,220,234)
#C9E1ED
(201,225,237)
#D2E6F0
(210,230,240)
#DBEBF3
(219,235,243)
#E4F0F6
(228,240,246)
#EDF5F9
(237,245,249)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC8DE color. Also use rgb(156,200,222) instead hex code.

Text Font Color

.myTextColor { color: #9CC8DE; }

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

This text font color is #9CC8DE.

Background Color

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

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

This div background color is #9CC8DE.

Border color

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

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

This div border color is #9CC8DE.

Opacity

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

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

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

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

This text has shadow with #9CC8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC8DE.

Preview

Color preview on black background

This text has color #9CC8DE on black background.


Color preview on white background

This text has color #9CC8DE on white background.


Black color preview on #9CC8DE background

This text has black color on #9CC8DE background.


White color preview on #9CC8DE background

This text has white color on #9CC8DE background.


Related colors

Complementary color

Complementary color for #hex is #633721.


I love getcolorcode.com

Triadic colors

1 #DE9CC8 and #C8DE9C with #9CC8DE are triadic colors.

2 #DEC89C and #C89CDE with #9CC8DE are triadic colors.