COLOR #96B9DE

HEX: #96B9DE
RGB: (150,185,222)

Color info

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

RGB color model

#96B9DE color RGB value is (150,185,222).

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

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 222 of 255 = 87%

150
185
222

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

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 222 = 557 (100%)
R 150 of 557 ~ 26.93%
G 185 of 557 ~ 33.21%
B 222 of 557 ~ 39.86%

%26.93
%33.21
%39.86

CMYK color model

#96B9DE color CMYK value is (32,17,0,13).

  • cyan value is 32.43%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(32,17,0,13)
C32M17Y0K13 
(32%,17%,0%,13%)
(0.32/0.17/0.00/0.13)	

CMYK percentages

%32.43
%16.67
%0
%12.94

Codes

Color #96B9DE in popluar color models

96B9DE
RGB150185222
HSL211°52.17%72.94%
HSB/HSV211°32.43%87.06%
CMYK32.43%16.67%0.00%
12.94%

Color #96B9DE in popluar number systems.

HEX96B9DE
Decimal150185222
Binary100101101011100111011110
Octal226271336

Shades and tints

Shades of #96B9DE

#96B9DE
(150,185,222)
#89A9CA
(137,169,202)
#7C99B6
(124,153,182)
#6F89A2
(111,137,162)
#62798E
(98,121,142)
#55697A
(85,105,122)
#485966
(72,89,102)
#3B4952
(59,73,82)
#2E393E
(46,57,62)
#21292A
(33,41,42)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #96B9DE

#96B9DE
(150,185,222)
#9FBFE1
(159,191,225)
#A8C5E4
(168,197,228)
#B1CBE7
(177,203,231)
#BAD1EA
(186,209,234)
#C3D7ED
(195,215,237)
#CCDDF0
(204,221,240)
#D5E3F3
(213,227,243)
#DEE9F6
(222,233,246)
#E7EFF9
(231,239,249)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B9DE; }

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

This text font color is #96B9DE.


Background Color

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

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

This div background color is #96B9DE.


Border color

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

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

This div border color is #96B9DE.


Opacity

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

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

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

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

This text has shadow with #96B9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B9DE on black background.


Color preview on white background

This text has color #96B9DE on white background.



Black color preview on #96B9DE background

This text has black color on #96B9DE background.


White color preview on #96B9DE background

This text has white color on #96B9DE background.