COLOR #96B0D2

HEX: #96B0D2
RGB: (150,176,210)

Color info

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

RGB color model

#96B0D2 color RGB value is (150,176,210).

  • red value is 150;
  • green value is 176;
  • blue value is 210.
RGB:
(150,176,210)
(59%,69%,82%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 210 of 255 = 82%

150
176
210

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

Portions of RGB colors in percentages

R + G + B =
150 + 176 + 210 = 536 (100%)
R 150 of 536 ~ 27.99%
G 176 of 536 ~ 32.84%
B 210 of 536 ~ 39.18%

%27.99
%32.84
%39.18

CMYK color model

#96B0D2 color CMYK value is (29,16,0,18).

  • cyan value is 28.57%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(29,16,0,18)
C29M16Y0K18 
(29%,16%,0%,18%)
(0.29/0.16/0.00/0.18)	

CMYK percentages

%28.57
%16.19
%0
%17.65

Codes

Color #96B0D2 in popluar color models

96B0D2
RGB150176210
HSL214°40.00%70.59%
HSB/HSV214°28.57%82.35%
CMYK28.57%16.19%0.00%
17.65%

Color #96B0D2 in popluar number systems.

HEX96B0D2
Decimal150176210
Binary100101101011000011010010
Octal226260322

Shades and tints

Shades of #96B0D2

#96B0D2
(150,176,210)
#89A0BF
(137,160,191)
#7C90AC
(124,144,172)
#6F8099
(111,128,153)
#627086
(98,112,134)
#556073
(85,96,115)
#485060
(72,80,96)
#3B404D
(59,64,77)
#2E303A
(46,48,58)
#212027
(33,32,39)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #96B0D2

#96B0D2
(150,176,210)
#9FB7D6
(159,183,214)
#A8BEDA
(168,190,218)
#B1C5DE
(177,197,222)
#BACCE2
(186,204,226)
#C3D3E6
(195,211,230)
#CCDAEA
(204,218,234)
#D5E1EE
(213,225,238)
#DEE8F2
(222,232,242)
#E7EFF6
(231,239,246)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B0D2 color. Also use rgb(150,176,210) instead hex code.

Text Font Color

.myTextColor { color: #96B0D2; }

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

This text font color is #96B0D2.


Background Color

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

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

This div background color is #96B0D2.


Border color

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

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

This div border color is #96B0D2.


Opacity

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

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

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

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

This text has shadow with #96B0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B0D2 on black background.


Color preview on white background

This text has color #96B0D2 on white background.



Black color preview on #96B0D2 background

This text has black color on #96B0D2 background.


White color preview on #96B0D2 background

This text has white color on #96B0D2 background.