COLOR #9CA8CE

HEX: #9CA8CE
RGB: (156,168,206)

Color info

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

RGB color model

#9CA8CE color RGB value is (156,168,206).

  • red value is 156;
  • green value is 168;
  • blue value is 206.
RGB:
(156,168,206)
(61%,66%,81%)

RGB channels and saturation

R 156 of 255 = 61%
G 168 of 255 = 66%
B 206 of 255 = 81%

156
168
206

R + G + B ~ 69%. #9CA8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 168 + 206 = 530 (100%)
R 156 of 530 ~ 29.43%
G 168 of 530 ~ 31.7%
B 206 of 530 ~ 38.87%

%29.43
%31.7
%38.87

CMYK color model

#9CA8CE color CMYK value is (24,18,0,19).

  • cyan value is 24.27%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,18,0,19)
C24M18Y0K19 
(24%,18%,0%,19%)
(0.24/0.18/0.00/0.19)	

CMYK percentages

%24.27
%18.45
%0
%19.22

Codes

Color #9CA8CE in popluar color models

9CA8CE
RGB156168206
HSL226°33.78%70.98%
HSB/HSV226°24.27%80.78%
CMYK24.27%18.45%0.00%
19.22%

Color #9CA8CE in popluar number systems.

HEX9CA8CE
Decimal156168206
Binary100111001010100011001110
Octal234250316

Shades and tints

Shades of #9CA8CE

#9CA8CE
(156,168,206)
#8E99BC
(142,153,188)
#808AAA
(128,138,170)
#727B98
(114,123,152)
#646C86
(100,108,134)
#565D74
(86,93,116)
#484E62
(72,78,98)
#3A3F50
(58,63,80)
#2C303E
(44,48,62)
#1E212C
(30,33,44)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #9CA8CE

#9CA8CE
(156,168,206)
#A5AFD2
(165,175,210)
#AEB6D6
(174,182,214)
#B7BDDA
(183,189,218)
#C0C4DE
(192,196,222)
#C9CBE2
(201,203,226)
#D2D2E6
(210,210,230)
#DBD9EA
(219,217,234)
#E4E0EE
(228,224,238)
#EDE7F2
(237,231,242)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA8CE color. Also use rgb(156,168,206) instead hex code.

Text Font Color

.myTextColor { color: #9CA8CE; }

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

This text font color is #9CA8CE.


Background Color

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

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

This div background color is #9CA8CE.


Border color

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

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

This div border color is #9CA8CE.


Opacity

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

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

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

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

This text has shadow with #9CA8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA8CE on black background.


Color preview on white background

This text has color #9CA8CE on white background.



Black color preview on #9CA8CE background

This text has black color on #9CA8CE background.


White color preview on #9CA8CE background

This text has white color on #9CA8CE background.