COLOR #9CBDC6

HEX: #9CBDC6 RGB: (156,189,198)

Color info

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

RGB color model

#9CBDC6 color RGB value is (156,189,198).

RGB: (156,189,198) (61%, 74%, 78%)

RGB channels and saturation

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

156
189
198

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

Portions of RGB colors in percentages

R + G + B = 156 + 189 + 198 = 543 (100%)
R 156 of 543 ~ 28.73%
G 189 of 543 ~ 34.81%
B 198 of 543 ~ 36.46'%

%28.73
%34.81
%36.46

CMYK color model

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

  • cyan value is 21.21%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (21,5,0,22)
C21M5Y0K22 (21%, 5%, 0%, 22%)
(0.21 / 0.05 / 0.00 / 0.22)

CMYK percentages

%21.21
%4.55
%0
%22.35

Codes

Color #9CBDC6 in popluar color models

9C BD C6
RGB 156 189 198
HSL 193° 26.92% 69.41%
HSB/HSV 193° 21.21% 77.65%
CMYK 21.21% 4.55% 0.00%
22.35%

Color #9CBDC6 in popluar number systems.

HEX 9C BD C6
Decimal 156 189 198
Binary 10011100 10111101 11000110
Octal 234 275 306

Shades and tints

Shades of #9CBDC6

#9CBDC6
(156,189,198)
#8EACB4
(142,172,180)
#809BA2
(128,155,162)
#728A90
(114,138,144)
#64797E
(100,121,126)
#56686C
(86,104,108)
#48575A
(72,87,90)
#3A4648
(58,70,72)
#2C3536
(44,53,54)
#1E2424
(30,36,36)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #9CBDC6

#9CBDC6
(156,189,198)
#A5C3CB
(165,195,203)
#AEC9D0
(174,201,208)
#B7CFD5
(183,207,213)
#C0D5DA
(192,213,218)
#C9DBDF
(201,219,223)
#D2E1E4
(210,225,228)
#DBE7E9
(219,231,233)
#E4EDEE
(228,237,238)
#EDF3F3
(237,243,243)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBDC6; }

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

This text font color is #9CBDC6.

Background Color

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

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

This div background color is #9CBDC6.

Border color

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

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

This div border color is #9CBDC6.

Opacity

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

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

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

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

This text has shadow with #9CBDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBDC6.

Preview

Color preview on black background

This text has color #9CBDC6 on black background.


Color preview on white background

This text has color #9CBDC6 on white background.


Black color preview on #9CBDC6 background

This text has black color on #9CBDC6 background.


White color preview on #9CBDC6 background

This text has white color on #9CBDC6 background.


Related colors

Complementary color

Complementary color for #hex is #634239.


I love getcolorcode.com

Triadic colors

1 #C69CBD and #BDC69C with #9CBDC6 are triadic colors.

2 #C6BD9C and #BD9CC6 with #9CBDC6 are triadic colors.