COLOR #96ABC8

HEX: #96ABC8
RGB: (150,171,200)

Color info

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

RGB color model

#96ABC8 color RGB value is (150,171,200).

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

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 200 of 255 = 78%

150
171
200

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

Portions of RGB colors in percentages

R + G + B =
150 + 171 + 200 = 521 (100%)
R 150 of 521 ~ 28.79%
G 171 of 521 ~ 32.82%
B 200 of 521 ~ 38.39%

%28.79
%32.82
%38.39

CMYK color model

#96ABC8 color CMYK value is (25,15,0,22).

  • cyan value is 25.00%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(25,15,0,22)
C25M15Y0K22 
(25%,15%,0%,22%)
(0.25/0.15/0.00/0.22)	

CMYK percentages

%25
%14.5
%0
%21.57

Codes

Color #96ABC8 in popluar color models

96ABC8
RGB150171200
HSL215°31.25%68.63%
HSB/HSV215°25.00%78.43%
CMYK25.00%14.50%0.00%
21.57%

Color #96ABC8 in popluar number systems.

HEX96ABC8
Decimal150171200
Binary100101101010101111001000
Octal226253310

Shades and tints

Shades of #96ABC8

#96ABC8
(150,171,200)
#899CB6
(137,156,182)
#7C8DA4
(124,141,164)
#6F7E92
(111,126,146)
#626F80
(98,111,128)
#55606E
(85,96,110)
#48515C
(72,81,92)
#3B424A
(59,66,74)
#2E3338
(46,51,56)
#212426
(33,36,38)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #96ABC8

#96ABC8
(150,171,200)
#9FB2CD
(159,178,205)
#A8B9D2
(168,185,210)
#B1C0D7
(177,192,215)
#BAC7DC
(186,199,220)
#C3CEE1
(195,206,225)
#CCD5E6
(204,213,230)
#D5DCEB
(213,220,235)
#DEE3F0
(222,227,240)
#E7EAF5
(231,234,245)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ABC8; }

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

This text font color is #96ABC8.


Background Color

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

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

This div background color is #96ABC8.


Border color

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

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

This div border color is #96ABC8.


Opacity

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

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

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

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

This text has shadow with #96ABC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ABC8 on black background.


Color preview on white background

This text has color #96ABC8 on white background.



Black color preview on #96ABC8 background

This text has black color on #96ABC8 background.


White color preview on #96ABC8 background

This text has white color on #96ABC8 background.