COLOR #9CCBD9

HEX: #9CCBD9 RGB: (156,203,217)

Color info

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

RGB color model

#9CCBD9 color RGB value is (156,203,217).

RGB: (156,203,217) (61%, 80%, 85%)

RGB channels and saturation

R 156 of 255 = 61%
G 203 of 255 = 80%
B 217 of 255 = 85%

156
203
217

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

Portions of RGB colors in percentages

R + G + B = 156 + 203 + 217 = 576 (100%)
R 156 of 576 ~ 27.08%
G 203 of 576 ~ 35.24%
B 217 of 576 ~ 37.67'%

%27.08
%35.24
%37.67

CMYK color model

#9CCBD9 color CMYK value is (28,6,0,15).

  • cyan value is 28.11%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (28,6,0,15)
C28M6Y0K15 (28%, 6%, 0%, 15%)
(0.28 / 0.06 / 0.00 / 0.15)

CMYK percentages

%28.11
%6.45
%0
%14.9

Codes

Color #9CCBD9 in popluar color models

9C CB D9
RGB 156 203 217
HSL 194° 44.53% 73.14%
HSB/HSV 194° 28.11% 85.10%
CMYK 28.11% 6.45% 0.00%
14.90%

Color #9CCBD9 in popluar number systems.

HEX 9C CB D9
Decimal 156 203 217
Binary 10011100 11001011 11011001
Octal 234 313 331

Shades and tints

Shades of #9CCBD9

#9CCBD9
(156,203,217)
#8EB9C6
(142,185,198)
#80A7B3
(128,167,179)
#7295A0
(114,149,160)
#64838D
(100,131,141)
#56717A
(86,113,122)
#485F67
(72,95,103)
#3A4D54
(58,77,84)
#2C3B41
(44,59,65)
#1E292E
(30,41,46)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #9CCBD9

#9CCBD9
(156,203,217)
#A5CFDC
(165,207,220)
#AED3DF
(174,211,223)
#B7D7E2
(183,215,226)
#C0DBE5
(192,219,229)
#C9DFE8
(201,223,232)
#D2E3EB
(210,227,235)
#DBE7EE
(219,231,238)
#E4EBF1
(228,235,241)
#EDEFF4
(237,239,244)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCBD9 color. Also use rgb(156,203,217) instead hex code.

Text Font Color

.myTextColor { color: #9CCBD9; }

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

This text font color is #9CCBD9.

Background Color

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

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

This div background color is #9CCBD9.

Border color

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

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

This div border color is #9CCBD9.

Opacity

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

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

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

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

This text has shadow with #9CCBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCBD9.

Preview

Color preview on black background

This text has color #9CCBD9 on black background.


Color preview on white background

This text has color #9CCBD9 on white background.


Black color preview on #9CCBD9 background

This text has black color on #9CCBD9 background.


White color preview on #9CCBD9 background

This text has white color on #9CCBD9 background.


Related colors

Complementary color

Complementary color for #hex is #633426.


I love getcolorcode.com

Triadic colors

1 #D99CCB and #CBD99C with #9CCBD9 are triadic colors.

2 #D9CB9C and #CB9CD9 with #9CCBD9 are triadic colors.