COLOR #96ABD6

HEX: #96ABD6
RGB: (150,171,214)

Color info

#96ABD6 contains mainly green and blue colors. Web safe color of #96ABD6 is #9999CC (or #99C).

RGB color model

#96ABD6 color RGB value is (150,171,214).

  • red value is 150;
  • green value is 171;
  • blue value is 214.
RGB:
(150,171,214)
(59%,67%,84%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 214 of 255 = 84%

150
171
214

R + G + B ~ 70%. #96ABD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 171 + 214 = 535 (100%)
R 150 of 535 ~ 28.04%
G 171 of 535 ~ 31.96%
B 214 of 535 ~ 40%

%28.04
%31.96
%40

CMYK color model

#96ABD6 color CMYK value is (30,20,0,16).

  • cyan value is 29.91%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(30,20,0,16)
C30M20Y0K16 
(30%,20%,0%,16%)
(0.30/0.20/0.00/0.16)	

CMYK percentages

%29.91
%20.09
%0
%16.08

Codes

Color #96ABD6 in popluar color models

96ABD6
RGB150171214
HSL220°43.84%71.37%
HSB/HSV220°29.91%83.92%
CMYK29.91%20.09%0.00%
16.08%

Color #96ABD6 in popluar number systems.

HEX96ABD6
Decimal150171214
Binary100101101010101111010110
Octal226253326

Shades and tints

Shades of #96ABD6

#96ABD6
(150,171,214)
#899CC3
(137,156,195)
#7C8DB0
(124,141,176)
#6F7E9D
(111,126,157)
#626F8A
(98,111,138)
#556077
(85,96,119)
#485164
(72,81,100)
#3B4251
(59,66,81)
#2E333E
(46,51,62)
#21242B
(33,36,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #96ABD6

#96ABD6
(150,171,214)
#9FB2D9
(159,178,217)
#A8B9DC
(168,185,220)
#B1C0DF
(177,192,223)
#BAC7E2
(186,199,226)
#C3CEE5
(195,206,229)
#CCD5E8
(204,213,232)
#D5DCEB
(213,220,235)
#DEE3EE
(222,227,238)
#E7EAF1
(231,234,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ABD6 color. Also use rgb(150,171,214) instead hex code.

Text Font Color

.myTextColor { color: #96ABD6; }

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

This text font color is #96ABD6.


Background Color

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

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

This div background color is #96ABD6.


Border color

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

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

This div border color is #96ABD6.


Opacity

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

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

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

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

This text has shadow with #96ABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ABD6 on black background.


Color preview on white background

This text has color #96ABD6 on white background.



Black color preview on #96ABD6 background

This text has black color on #96ABD6 background.


White color preview on #96ABD6 background

This text has white color on #96ABD6 background.