COLOR #9CA5D5

HEX: #9CA5D5
RGB: (156,165,213)

Color info

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

RGB color model

#9CA5D5 color RGB value is (156,165,213).

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

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 213 of 255 = 84%

156
165
213

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

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 213 = 534 (100%)
R 156 of 534 ~ 29.21%
G 165 of 534 ~ 30.9%
B 213 of 534 ~ 39.89%

%29.21
%30.9
%39.89

CMYK color model

#9CA5D5 color CMYK value is (27,23,0,16).

  • cyan value is 26.76%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(27,23,0,16)
C27M23Y0K16 
(27%,23%,0%,16%)
(0.27/0.23/0.00/0.16)	

CMYK percentages

%26.76
%22.54
%0
%16.47

Codes

Color #9CA5D5 in popluar color models

9CA5D5
RGB156165213
HSL231°40.43%72.35%
HSB/HSV231°26.76%83.53%
CMYK26.76%22.54%0.00%
16.47%

Color #9CA5D5 in popluar number systems.

HEX9CA5D5
Decimal156165213
Binary100111001010010111010101
Octal234245325

Shades and tints

Shades of #9CA5D5

#9CA5D5
(156,165,213)
#8E96C2
(142,150,194)
#8087AF
(128,135,175)
#72789C
(114,120,156)
#646989
(100,105,137)
#565A76
(86,90,118)
#484B63
(72,75,99)
#3A3C50
(58,60,80)
#2C2D3D
(44,45,61)
#1E1E2A
(30,30,42)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #9CA5D5

#9CA5D5
(156,165,213)
#A5ADD8
(165,173,216)
#AEB5DB
(174,181,219)
#B7BDDE
(183,189,222)
#C0C5E1
(192,197,225)
#C9CDE4
(201,205,228)
#D2D5E7
(210,213,231)
#DBDDEA
(219,221,234)
#E4E5ED
(228,229,237)
#EDEDF0
(237,237,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA5D5; }

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

This text font color is #9CA5D5.


Background Color

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

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

This div background color is #9CA5D5.


Border color

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

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

This div border color is #9CA5D5.


Opacity

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

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

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

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

This text has shadow with #9CA5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA5D5 on black background.


Color preview on white background

This text has color #9CA5D5 on white background.



Black color preview on #9CA5D5 background

This text has black color on #9CA5D5 background.


White color preview on #9CA5D5 background

This text has white color on #9CA5D5 background.