COLOR #9CBDC7

HEX: #9CBDC7
RGB: (156,189,199)

Color info

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

RGB color model

#9CBDC7 color RGB value is (156,189,199).

  • red value is 156;
  • green value is 189;
  • blue value is 199.
RGB:
(156,189,199)
(61%,74%,78%)

RGB channels and saturation

R 156 of 255 = 61%
G 189 of 255 = 74%
B 199 of 255 = 78%

156
189
199

R + G + B ~ 71%. #9CBDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 189 + 199 = 544 (100%)
R 156 of 544 ~ 28.68%
G 189 of 544 ~ 34.74%
B 199 of 544 ~ 36.58%

%28.68
%34.74
%36.58

CMYK color model

#9CBDC7 color CMYK value is (22,5,0,22).

  • cyan value is 21.61%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(22,5,0,22)
C22M5Y0K22 
(22%,5%,0%,22%)
(0.22/0.05/0.00/0.22)	

CMYK percentages

%21.61
%5.03
%0
%21.96

Codes

Color #9CBDC7 in popluar color models

9CBDC7
RGB156189199
HSL194°27.74%69.61%
HSB/HSV194°21.61%78.04%
CMYK21.61%5.03%0.00%
21.96%

Color #9CBDC7 in popluar number systems.

HEX9CBDC7
Decimal156189199
Binary100111001011110111000111
Octal234275307

Shades and tints

Shades of #9CBDC7

#9CBDC7
(156,189,199)
#8EACB5
(142,172,181)
#809BA3
(128,155,163)
#728A91
(114,138,145)
#64797F
(100,121,127)
#56686D
(86,104,109)
#48575B
(72,87,91)
#3A4649
(58,70,73)
#2C3537
(44,53,55)
#1E2425
(30,36,37)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #9CBDC7

#9CBDC7
(156,189,199)
#A5C3CC
(165,195,204)
#AEC9D1
(174,201,209)
#B7CFD6
(183,207,214)
#C0D5DB
(192,213,219)
#C9DBE0
(201,219,224)
#D2E1E5
(210,225,229)
#DBE7EA
(219,231,234)
#E4EDEF
(228,237,239)
#EDF3F4
(237,243,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBDC7; }

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

This text font color is #9CBDC7.


Background Color

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

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

This div background color is #9CBDC7.


Border color

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

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

This div border color is #9CBDC7.


Opacity

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

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

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

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

This text has shadow with #9CBDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBDC7 on black background.


Color preview on white background

This text has color #9CBDC7 on white background.



Black color preview on #9CBDC7 background

This text has black color on #9CBDC7 background.


White color preview on #9CBDC7 background

This text has white color on #9CBDC7 background.