COLOR #96B9D2

HEX: #96B9D2
RGB: (150,185,210)

Color info

#96B9D2 contains mainly green and blue colors. Web safe color of #96B9D2 is #99CCCC (or #9CC).

RGB color model

#96B9D2 color RGB value is (150,185,210).

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

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 210 of 255 = 82%

150
185
210

R + G + B ~ 71%. #96B9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 210 = 545 (100%)
R 150 of 545 ~ 27.52%
G 185 of 545 ~ 33.94%
B 210 of 545 ~ 38.53%

%27.52
%33.94
%38.53

CMYK color model

#96B9D2 color CMYK value is (29,12,0,18).

  • cyan value is 28.57%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(29,12,0,18)
C29M12Y0K18 
(29%,12%,0%,18%)
(0.29/0.12/0.00/0.18)	

CMYK percentages

%28.57
%11.9
%0
%17.65

Codes

Color #96B9D2 in popluar color models

96B9D2
RGB150185210
HSL205°40.00%70.59%
HSB/HSV205°28.57%82.35%
CMYK28.57%11.90%0.00%
17.65%

Color #96B9D2 in popluar number systems.

HEX96B9D2
Decimal150185210
Binary100101101011100111010010
Octal226271322

Shades and tints

Shades of #96B9D2

#96B9D2
(150,185,210)
#89A9BF
(137,169,191)
#7C99AC
(124,153,172)
#6F8999
(111,137,153)
#627986
(98,121,134)
#556973
(85,105,115)
#485960
(72,89,96)
#3B494D
(59,73,77)
#2E393A
(46,57,58)
#212927
(33,41,39)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #96B9D2

#96B9D2
(150,185,210)
#9FBFD6
(159,191,214)
#A8C5DA
(168,197,218)
#B1CBDE
(177,203,222)
#BAD1E2
(186,209,226)
#C3D7E6
(195,215,230)
#CCDDEA
(204,221,234)
#D5E3EE
(213,227,238)
#DEE9F2
(222,233,242)
#E7EFF6
(231,239,246)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B9D2; }

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

This text font color is #96B9D2.


Background Color

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

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

This div background color is #96B9D2.


Border color

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

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

This div border color is #96B9D2.


Opacity

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

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

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

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

This text has shadow with #96B9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B9D2 on black background.


Color preview on white background

This text has color #96B9D2 on white background.



Black color preview on #96B9D2 background

This text has black color on #96B9D2 background.


White color preview on #96B9D2 background

This text has white color on #96B9D2 background.