COLOR #9CA2DB

HEX: #9CA2DB
RGB: (156,162,219)

Color info

#9CA2DB contains mainly green and blue colors. Web safe color of #9CA2DB is #9999CC (or #99C).

RGB color model

#9CA2DB color RGB value is (156,162,219).

  • red value is 156;
  • green value is 162;
  • blue value is 219.
RGB:
(156,162,219)
(61%,64%,86%)

RGB channels and saturation

R 156 of 255 = 61%
G 162 of 255 = 64%
B 219 of 255 = 86%

156
162
219

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

Portions of RGB colors in percentages

R + G + B =
156 + 162 + 219 = 537 (100%)
R 156 of 537 ~ 29.05%
G 162 of 537 ~ 30.17%
B 219 of 537 ~ 40.78%

%29.05
%30.17
%40.78

CMYK color model

#9CA2DB color CMYK value is (29,26,0,14).

  • cyan value is 28.77%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,26,0,14)
C29M26Y0K14 
(29%,26%,0%,14%)
(0.29/0.26/0.00/0.14)	

CMYK percentages

%28.77
%26.03
%0
%14.12

Codes

Color #9CA2DB in popluar color models

9CA2DB
RGB156162219
HSL234°46.67%73.53%
HSB/HSV234°28.77%85.88%
CMYK28.77%26.03%0.00%
14.12%

Color #9CA2DB in popluar number systems.

HEX9CA2DB
Decimal156162219
Binary100111001010001011011011
Octal234242333

Shades and tints

Shades of #9CA2DB

#9CA2DB
(156,162,219)
#8E94C8
(142,148,200)
#8086B5
(128,134,181)
#7278A2
(114,120,162)
#646A8F
(100,106,143)
#565C7C
(86,92,124)
#484E69
(72,78,105)
#3A4056
(58,64,86)
#2C3243
(44,50,67)
#1E2430
(30,36,48)
#10161D
(16,22,29)
#000000
(0,0,0)

Tints of #9CA2DB

#9CA2DB
(156,162,219)
#A5AADE
(165,170,222)
#AEB2E1
(174,178,225)
#B7BAE4
(183,186,228)
#C0C2E7
(192,194,231)
#C9CAEA
(201,202,234)
#D2D2ED
(210,210,237)
#DBDAF0
(219,218,240)
#E4E2F3
(228,226,243)
#EDEAF6
(237,234,246)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA2DB color. Also use rgb(156,162,219) instead hex code.

Text Font Color

.myTextColor { color: #9CA2DB; }

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

This text font color is #9CA2DB.


Background Color

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

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

This div background color is #9CA2DB.


Border color

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

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

This div border color is #9CA2DB.


Opacity

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

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

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

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

This text has shadow with #9CA2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA2DB on black background.


Color preview on white background

This text has color #9CA2DB on white background.



Black color preview on #9CA2DB background

This text has black color on #9CA2DB background.


White color preview on #9CA2DB background

This text has white color on #9CA2DB background.