COLOR #9CCBCD

HEX: #9CCBCD RGB: (156,203,205)

Color info

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

RGB color model

#9CCBCD color RGB value is (156,203,205).

RGB: (156,203,205) (61%, 80%, 80%)

RGB channels and saturation

R 156 of 255 = 61%
G 203 of 255 = 80%
B 205 of 255 = 80%

156
203
205

R + G + B ~ 74%. #9CCBCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 203 + 205 = 564 (100%)
R 156 of 564 ~ 27.66%
G 203 of 564 ~ 35.99%
B 205 of 564 ~ 36.35'%

%27.66
%35.99
%36.35

CMYK color model

#9CCBCD color CMYK value is (24,1,0,20).

  • cyan value is 23.90%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (24,1,0,20)
C24M1Y0K20 (24%, 1%, 0%, 20%)
(0.24 / 0.01 / 0.00 / 0.20)

CMYK percentages

%23.9
%0.98
%0
%19.61

Codes

Color #9CCBCD in popluar color models

9C CB CD
RGB 156 203 205
HSL 182° 32.89% 70.78%
HSB/HSV 182° 23.90% 80.39%
CMYK 23.90% 0.98% 0.00%
19.61%

Color #9CCBCD in popluar number systems.

HEX 9C CB CD
Decimal 156 203 205
Binary 10011100 11001011 11001101
Octal 234 313 315

Shades and tints

Shades of #9CCBCD

#9CCBCD
(156,203,205)
#8EB9BB
(142,185,187)
#80A7A9
(128,167,169)
#729597
(114,149,151)
#648385
(100,131,133)
#567173
(86,113,115)
#485F61
(72,95,97)
#3A4D4F
(58,77,79)
#2C3B3D
(44,59,61)
#1E292B
(30,41,43)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #9CCBCD

#9CCBCD
(156,203,205)
#A5CFD1
(165,207,209)
#AED3D5
(174,211,213)
#B7D7D9
(183,215,217)
#C0DBDD
(192,219,221)
#C9DFE1
(201,223,225)
#D2E3E5
(210,227,229)
#DBE7E9
(219,231,233)
#E4EBED
(228,235,237)
#EDEFF1
(237,239,241)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCBCD; }

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

This text font color is #9CCBCD.

Background Color

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

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

This div background color is #9CCBCD.

Border color

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

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

This div border color is #9CCBCD.

Opacity

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

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

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

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

This text has shadow with #9CCBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCBCD.

Preview

Color preview on black background

This text has color #9CCBCD on black background.


Color preview on white background

This text has color #9CCBCD on white background.


Black color preview on #9CCBCD background

This text has black color on #9CCBCD background.


White color preview on #9CCBCD background

This text has white color on #9CCBCD background.


Related colors

Complementary color

Complementary color for #hex is #633432.


I love getcolorcode.com

Triadic colors

1 #CD9CCB and #CBCD9C with #9CCBCD are triadic colors.

2 #CDCB9C and #CB9CCD with #9CCBCD are triadic colors.