COLOR #9CBDCD

HEX: #9CBDCD RGB: (156,189,205)

Color info

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

RGB color model

#9CBDCD color RGB value is (156,189,205).

RGB: (156,189,205) (61%, 74%, 80%)

RGB channels and saturation

R 156 of 255 = 61%
G 189 of 255 = 74%
B 205 of 255 = 80%

156
189
205

R + G + B ~ 72%. #9CBDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 189 + 205 = 550 (100%)
R 156 of 550 ~ 28.36%
G 189 of 550 ~ 34.36%
B 205 of 550 ~ 37.27'%

%28.36
%34.36
%37.27

CMYK color model

#9CBDCD color CMYK value is (24,8,0,20).

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

CMYK: (24,8,0,20)
C24M8Y0K20 (24%, 8%, 0%, 20%)
(0.24 / 0.08 / 0.00 / 0.20)

CMYK percentages

%23.9
%7.8
%0
%19.61

Codes

Color #9CBDCD in popluar color models

9C BD CD
RGB 156 189 205
HSL 200° 32.89% 70.78%
HSB/HSV 200° 23.90% 80.39%
CMYK 23.90% 7.80% 0.00%
19.61%

Color #9CBDCD in popluar number systems.

HEX 9C BD CD
Decimal 156 189 205
Binary 10011100 10111101 11001101
Octal 234 275 315

Shades and tints

Shades of #9CBDCD

#9CBDCD
(156,189,205)
#8EACBB
(142,172,187)
#809BA9
(128,155,169)
#728A97
(114,138,151)
#647985
(100,121,133)
#566873
(86,104,115)
#485761
(72,87,97)
#3A464F
(58,70,79)
#2C353D
(44,53,61)
#1E242B
(30,36,43)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #9CBDCD

#9CBDCD
(156,189,205)
#A5C3D1
(165,195,209)
#AEC9D5
(174,201,213)
#B7CFD9
(183,207,217)
#C0D5DD
(192,213,221)
#C9DBE1
(201,219,225)
#D2E1E5
(210,225,229)
#DBE7E9
(219,231,233)
#E4EDED
(228,237,237)
#EDF3F1
(237,243,241)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBDCD; }

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

This text font color is #9CBDCD.

Background Color

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

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

This div background color is #9CBDCD.

Border color

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

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

This div border color is #9CBDCD.

Opacity

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

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

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

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

This text has shadow with #9CBDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBDCD.

Preview

Color preview on black background

This text has color #9CBDCD on black background.


Color preview on white background

This text has color #9CBDCD on white background.


Black color preview on #9CBDCD background

This text has black color on #9CBDCD background.


White color preview on #9CBDCD background

This text has white color on #9CBDCD background.


Related colors

Complementary color

Complementary color for #hex is #634232.


I love getcolorcode.com

Triadic colors

1 #CD9CBD and #BDCD9C with #9CBDCD are triadic colors.

2 #CDBD9C and #BD9CCD with #9CBDCD are triadic colors.