COLOR #96A0CE

HEX: #96A0CE
RGB: (150,160,206)

Color info

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

RGB color model

#96A0CE color RGB value is (150,160,206).

  • red value is 150;
  • green value is 160;
  • blue value is 206.
RGB:
(150,160,206)
(59%,63%,81%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 206 of 255 = 81%

150
160
206

R + G + B ~ 68%. #96A0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 206 = 516 (100%)
R 150 of 516 ~ 29.07%
G 160 of 516 ~ 31.01%
B 206 of 516 ~ 39.92%

%29.07
%31.01
%39.92

CMYK color model

#96A0CE color CMYK value is (27,22,0,19).

  • cyan value is 27.18%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,22,0,19)
C27M22Y0K19 
(27%,22%,0%,19%)
(0.27/0.22/0.00/0.19)	

CMYK percentages

%27.18
%22.33
%0
%19.22

Codes

Color #96A0CE in popluar color models

96A0CE
RGB150160206
HSL229°36.36%69.80%
HSB/HSV229°27.18%80.78%
CMYK27.18%22.33%0.00%
19.22%

Color #96A0CE in popluar number systems.

HEX96A0CE
Decimal150160206
Binary100101101010000011001110
Octal226240316

Shades and tints

Shades of #96A0CE

#96A0CE
(150,160,206)
#8992BC
(137,146,188)
#7C84AA
(124,132,170)
#6F7698
(111,118,152)
#626886
(98,104,134)
#555A74
(85,90,116)
#484C62
(72,76,98)
#3B3E50
(59,62,80)
#2E303E
(46,48,62)
#21222C
(33,34,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #96A0CE

#96A0CE
(150,160,206)
#9FA8D2
(159,168,210)
#A8B0D6
(168,176,214)
#B1B8DA
(177,184,218)
#BAC0DE
(186,192,222)
#C3C8E2
(195,200,226)
#CCD0E6
(204,208,230)
#D5D8EA
(213,216,234)
#DEE0EE
(222,224,238)
#E7E8F2
(231,232,242)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A0CE color. Also use rgb(150,160,206) instead hex code.

Text Font Color

.myTextColor { color: #96A0CE; }

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

This text font color is #96A0CE.


Background Color

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

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

This div background color is #96A0CE.


Border color

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

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

This div border color is #96A0CE.


Opacity

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

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

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

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

This text has shadow with #96A0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A0CE on black background.


Color preview on white background

This text has color #96A0CE on white background.



Black color preview on #96A0CE background

This text has black color on #96A0CE background.


White color preview on #96A0CE background

This text has white color on #96A0CE background.