COLOR #9CA5D2

HEX: #9CA5D2
RGB: (156,165,210)

Color info

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

RGB color model

#9CA5D2 color RGB value is (156,165,210).

  • red value is 156;
  • green value is 165;
  • blue value is 210.
RGB:
(156,165,210)
(61%,65%,82%)

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 210 of 255 = 82%

156
165
210

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

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 210 = 531 (100%)
R 156 of 531 ~ 29.38%
G 165 of 531 ~ 31.07%
B 210 of 531 ~ 39.55%

%29.38
%31.07
%39.55

CMYK color model

#9CA5D2 color CMYK value is (26,21,0,18).

  • cyan value is 25.71%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(26,21,0,18)
C26M21Y0K18 
(26%,21%,0%,18%)
(0.26/0.21/0.00/0.18)	

CMYK percentages

%25.71
%21.43
%0
%17.65

Codes

Color #9CA5D2 in popluar color models

9CA5D2
RGB156165210
HSL230°37.50%71.76%
HSB/HSV230°25.71%82.35%
CMYK25.71%21.43%0.00%
17.65%

Color #9CA5D2 in popluar number systems.

HEX9CA5D2
Decimal156165210
Binary100111001010010111010010
Octal234245322

Shades and tints

Shades of #9CA5D2

#9CA5D2
(156,165,210)
#8E96BF
(142,150,191)
#8087AC
(128,135,172)
#727899
(114,120,153)
#646986
(100,105,134)
#565A73
(86,90,115)
#484B60
(72,75,96)
#3A3C4D
(58,60,77)
#2C2D3A
(44,45,58)
#1E1E27
(30,30,39)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #9CA5D2

#9CA5D2
(156,165,210)
#A5ADD6
(165,173,214)
#AEB5DA
(174,181,218)
#B7BDDE
(183,189,222)
#C0C5E2
(192,197,226)
#C9CDE6
(201,205,230)
#D2D5EA
(210,213,234)
#DBDDEE
(219,221,238)
#E4E5F2
(228,229,242)
#EDEDF6
(237,237,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA5D2 color. Also use rgb(156,165,210) instead hex code.

Text Font Color

.myTextColor { color: #9CA5D2; }

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

This text font color is #9CA5D2.


Background Color

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

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

This div background color is #9CA5D2.


Border color

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

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

This div border color is #9CA5D2.


Opacity

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

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

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

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

This text has shadow with #9CA5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA5D2 on black background.


Color preview on white background

This text has color #9CA5D2 on white background.



Black color preview on #9CA5D2 background

This text has black color on #9CA5D2 background.


White color preview on #9CA5D2 background

This text has white color on #9CA5D2 background.