COLOR #96A5C3

HEX: #96A5C3
RGB: (150,165,195)

Color info

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

RGB color model

#96A5C3 color RGB value is (150,165,195).

  • red value is 150;
  • green value is 165;
  • blue value is 195.
RGB:
(150,165,195)
(59%,65%,76%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 195 of 255 = 76%

150
165
195

R + G + B ~ 67%. #96A5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 195 = 510 (100%)
R 150 of 510 ~ 29.41%
G 165 of 510 ~ 32.35%
B 195 of 510 ~ 38.24%

%29.41
%32.35
%38.24

CMYK color model

#96A5C3 color CMYK value is (23,15,0,24).

  • cyan value is 23.08%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(23,15,0,24)
C23M15Y0K24 
(23%,15%,0%,24%)
(0.23/0.15/0.00/0.24)	

CMYK percentages

%23.08
%15.38
%0
%23.53

Codes

Color #96A5C3 in popluar color models

96A5C3
RGB150165195
HSL220°27.27%67.65%
HSB/HSV220°23.08%76.47%
CMYK23.08%15.38%0.00%
23.53%

Color #96A5C3 in popluar number systems.

HEX96A5C3
Decimal150165195
Binary100101101010010111000011
Octal226245303

Shades and tints

Shades of #96A5C3

#96A5C3
(150,165,195)
#8996B2
(137,150,178)
#7C87A1
(124,135,161)
#6F7890
(111,120,144)
#62697F
(98,105,127)
#555A6E
(85,90,110)
#484B5D
(72,75,93)
#3B3C4C
(59,60,76)
#2E2D3B
(46,45,59)
#211E2A
(33,30,42)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #96A5C3

#96A5C3
(150,165,195)
#9FADC8
(159,173,200)
#A8B5CD
(168,181,205)
#B1BDD2
(177,189,210)
#BAC5D7
(186,197,215)
#C3CDDC
(195,205,220)
#CCD5E1
(204,213,225)
#D5DDE6
(213,221,230)
#DEE5EB
(222,229,235)
#E7EDF0
(231,237,240)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A5C3 color. Also use rgb(150,165,195) instead hex code.

Text Font Color

.myTextColor { color: #96A5C3; }

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

This text font color is #96A5C3.


Background Color

.myBgColor { background-color: #96A5C3; }

<div style="background-color:#96A5C3">Inner text</div>

This div background color is #96A5C3.


Border color

.myBorderColor { border: 1px solid #96A5C3; }

<div style="border:3px solid #96A5C3">Div</div>

This div border color is #96A5C3.


Opacity

.myOpacity80 { color: #96A5C3; opacity: 0.8; }

<p style="color:#96A5C3;opacity:0.8;">80%</p>

Text with #96A5C3 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 #96A5C3;}

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

This text has shadow with #96A5C3 color.

.textShadow {text-shadow: 3px 3px 1px #96A5C3, 3px 3px 1px red;}

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

This text has shadow with #96A5C3 primary color and red secondary color.


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

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

This text has shadow with #96A5C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5C3 on black background.


Color preview on white background

This text has color #96A5C3 on white background.



Black color preview on #96A5C3 background

This text has black color on #96A5C3 background.


White color preview on #96A5C3 background

This text has white color on #96A5C3 background.