COLOR #9CB0CA

HEX: #9CB0CA RGB: (156,176,202)

Color info

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

RGB color model

#9CB0CA color RGB value is (156,176,202).

RGB: (156,176,202) (61%, 69%, 79%)

RGB channels and saturation

R 156 of 255 = 61%
G 176 of 255 = 69%
B 202 of 255 = 79%

156
176
202

R + G + B ~ 70%. #9CB0CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 176 + 202 = 534 (100%)
R 156 of 534 ~ 29.21%
G 176 of 534 ~ 32.96%
B 202 of 534 ~ 37.83'%

%29.21
%32.96
%37.83

CMYK color model

#9CB0CA color CMYK value is (23,13,0,21).

  • cyan value is 22.77%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (23,13,0,21)
C23M13Y0K21 (23%, 13%, 0%, 21%)
(0.23 / 0.13 / 0.00 / 0.21)

CMYK percentages

%22.77
%12.87
%0
%20.78

Codes

Color #9CB0CA in popluar color models

9C B0 CA
RGB 156 176 202
HSL 214° 30.26% 70.20%
HSB/HSV 214° 22.77% 79.22%
CMYK 22.77% 12.87% 0.00%
20.78%

Color #9CB0CA in popluar number systems.

HEX 9C B0 CA
Decimal 156 176 202
Binary 10011100 10110000 11001010
Octal 234 260 312

Shades and tints

Shades of #9CB0CA

#9CB0CA
(156,176,202)
#8EA0B8
(142,160,184)
#8090A6
(128,144,166)
#728094
(114,128,148)
#647082
(100,112,130)
#566070
(86,96,112)
#48505E
(72,80,94)
#3A404C
(58,64,76)
#2C303A
(44,48,58)
#1E2028
(30,32,40)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #9CB0CA

#9CB0CA
(156,176,202)
#A5B7CE
(165,183,206)
#AEBED2
(174,190,210)
#B7C5D6
(183,197,214)
#C0CCDA
(192,204,218)
#C9D3DE
(201,211,222)
#D2DAE2
(210,218,226)
#DBE1E6
(219,225,230)
#E4E8EA
(228,232,234)
#EDEFEE
(237,239,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB0CA color. Also use rgb(156,176,202) instead hex code.

Text Font Color

.myTextColor { color: #9CB0CA; }

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

This text font color is #9CB0CA.

Background Color

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

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

This div background color is #9CB0CA.

Border color

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

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

This div border color is #9CB0CA.

Opacity

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

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

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

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

This text has shadow with #9CB0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB0CA.

Preview

Color preview on black background

This text has color #9CB0CA on black background.


Color preview on white background

This text has color #9CB0CA on white background.


Black color preview on #9CB0CA background

This text has black color on #9CB0CA background.


White color preview on #9CB0CA background

This text has white color on #9CB0CA background.


Related colors

Complementary color

Complementary color for #hex is #634F35.


I love getcolorcode.com

Triadic colors

1 #CA9CB0 and #B0CA9C with #9CB0CA are triadic colors.

2 #CAB09C and #B09CCA with #9CB0CA are triadic colors.