COLOR #9CA0E6

HEX: #9CA0E6
RGB: (156,160,230)

Color info

#9CA0E6 contains mainly blue color. Web safe color of #9CA0E6 is #9999CC (or #99C).

RGB color model

#9CA0E6 color RGB value is (156,160,230).

  • red value is 156;
  • green value is 160;
  • blue value is 230.
RGB:
(156,160,230)
(61%,63%,90%)

RGB channels and saturation

R 156 of 255 = 61%
G 160 of 255 = 63%
B 230 of 255 = 90%

156
160
230

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

Portions of RGB colors in percentages

R + G + B =
156 + 160 + 230 = 546 (100%)
R 156 of 546 ~ 28.57%
G 160 of 546 ~ 29.3%
B 230 of 546 ~ 42.12%

%28.57
%29.3
%42.12

CMYK color model

#9CA0E6 color CMYK value is (32,30,0,10).

  • cyan value is 32.17%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(32,30,0,10)
C32M30Y0K10 
(32%,30%,0%,10%)
(0.32/0.30/0.00/0.10)	

CMYK percentages

%32.17
%30.43
%0
%9.8

Codes

Color #9CA0E6 in popluar color models

9CA0E6
RGB156160230
HSL237°59.68%75.69%
HSB/HSV237°32.17%90.20%
CMYK32.17%30.43%0.00%
9.80%

Color #9CA0E6 in popluar number systems.

HEX9CA0E6
Decimal156160230
Binary100111001010000011100110
Octal234240346

Shades and tints

Shades of #9CA0E6

#9CA0E6
(156,160,230)
#8E92D2
(142,146,210)
#8084BE
(128,132,190)
#7276AA
(114,118,170)
#646896
(100,104,150)
#565A82
(86,90,130)
#484C6E
(72,76,110)
#3A3E5A
(58,62,90)
#2C3046
(44,48,70)
#1E2232
(30,34,50)
#10141E
(16,20,30)
#000000
(0,0,0)

Tints of #9CA0E6

#9CA0E6
(156,160,230)
#A5A8E8
(165,168,232)
#AEB0EA
(174,176,234)
#B7B8EC
(183,184,236)
#C0C0EE
(192,192,238)
#C9C8F0
(201,200,240)
#D2D0F2
(210,208,242)
#DBD8F4
(219,216,244)
#E4E0F6
(228,224,246)
#EDE8F8
(237,232,248)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA0E6 color. Also use rgb(156,160,230) instead hex code.

Text Font Color

.myTextColor { color: #9CA0E6; }

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

This text font color is #9CA0E6.


Background Color

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

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

This div background color is #9CA0E6.


Border color

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

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

This div border color is #9CA0E6.


Opacity

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

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

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

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

This text has shadow with #9CA0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA0E6 on black background.


Color preview on white background

This text has color #9CA0E6 on white background.



Black color preview on #9CA0E6 background

This text has black color on #9CA0E6 background.


White color preview on #9CA0E6 background

This text has white color on #9CA0E6 background.