COLOR #96AAEB

HEX: #96AAEB
RGB: (150,170,235)

Color info

#96AAEB contains mainly blue color. Web safe color of #96AAEB is #9999FF (or #99F).

RGB color model

#96AAEB color RGB value is (150,170,235).

  • red value is 150;
  • green value is 170;
  • blue value is 235.
RGB:
(150,170,235)
(59%,67%,92%)

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 235 of 255 = 92%

150
170
235

R + G + B ~ 73%. #96AAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 235 = 555 (100%)
R 150 of 555 ~ 27.03%
G 170 of 555 ~ 30.63%
B 235 of 555 ~ 42.34%

%27.03
%30.63
%42.34

CMYK color model

#96AAEB color CMYK value is (36,28,0,8).

  • cyan value is 36.17%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(36,28,0,8)
C36M28Y0K8 
(36%,28%,0%,8%)
(0.36/0.28/0.00/0.08)	

CMYK percentages

%36.17
%27.66
%0
%7.84

Codes

Color #96AAEB in popluar color models

96AAEB
RGB150170235
HSL226°68.00%75.49%
HSB/HSV226°36.17%92.16%
CMYK36.17%27.66%0.00%
7.84%

Color #96AAEB in popluar number systems.

HEX96AAEB
Decimal150170235
Binary100101101010101011101011
Octal226252353

Shades and tints

Shades of #96AAEB

#96AAEB
(150,170,235)
#899BD6
(137,155,214)
#7C8CC1
(124,140,193)
#6F7DAC
(111,125,172)
#626E97
(98,110,151)
#555F82
(85,95,130)
#48506D
(72,80,109)
#3B4158
(59,65,88)
#2E3243
(46,50,67)
#21232E
(33,35,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #96AAEB

#96AAEB
(150,170,235)
#9FB1EC
(159,177,236)
#A8B8ED
(168,184,237)
#B1BFEE
(177,191,238)
#BAC6EF
(186,198,239)
#C3CDF0
(195,205,240)
#CCD4F1
(204,212,241)
#D5DBF2
(213,219,242)
#DEE2F3
(222,226,243)
#E7E9F4
(231,233,244)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AAEB color. Also use rgb(150,170,235) instead hex code.

Text Font Color

.myTextColor { color: #96AAEB; }

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

This text font color is #96AAEB.


Background Color

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

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

This div background color is #96AAEB.


Border color

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

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

This div border color is #96AAEB.


Opacity

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

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

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

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

This text has shadow with #96AAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AAEB on black background.


Color preview on white background

This text has color #96AAEB on white background.



Black color preview on #96AAEB background

This text has black color on #96AAEB background.


White color preview on #96AAEB background

This text has white color on #96AAEB background.