COLOR #96B6D1

HEX: #96B6D1
RGB: (150,182,209)

Color info

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

RGB color model

#96B6D1 color RGB value is (150,182,209).

  • red value is 150;
  • green value is 182;
  • blue value is 209.
RGB:
(150,182,209)
(59%,71%,82%)

RGB channels and saturation

R 150 of 255 = 59%
G 182 of 255 = 71%
B 209 of 255 = 82%

150
182
209

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

Portions of RGB colors in percentages

R + G + B =
150 + 182 + 209 = 541 (100%)
R 150 of 541 ~ 27.73%
G 182 of 541 ~ 33.64%
B 209 of 541 ~ 38.63%

%27.73
%33.64
%38.63

CMYK color model

#96B6D1 color CMYK value is (28,13,0,18).

  • cyan value is 28.23%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,13,0,18)
C28M13Y0K18 
(28%,13%,0%,18%)
(0.28/0.13/0.00/0.18)	

CMYK percentages

%28.23
%12.92
%0
%18.04

Codes

Color #96B6D1 in popluar color models

96B6D1
RGB150182209
HSL207°39.07%70.39%
HSB/HSV207°28.23%81.96%
CMYK28.23%12.92%0.00%
18.04%

Color #96B6D1 in popluar number systems.

HEX96B6D1
Decimal150182209
Binary100101101011011011010001
Octal226266321

Shades and tints

Shades of #96B6D1

#96B6D1
(150,182,209)
#89A6BE
(137,166,190)
#7C96AB
(124,150,171)
#6F8698
(111,134,152)
#627685
(98,118,133)
#556672
(85,102,114)
#48565F
(72,86,95)
#3B464C
(59,70,76)
#2E3639
(46,54,57)
#212626
(33,38,38)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #96B6D1

#96B6D1
(150,182,209)
#9FBCD5
(159,188,213)
#A8C2D9
(168,194,217)
#B1C8DD
(177,200,221)
#BACEE1
(186,206,225)
#C3D4E5
(195,212,229)
#CCDAE9
(204,218,233)
#D5E0ED
(213,224,237)
#DEE6F1
(222,230,241)
#E7ECF5
(231,236,245)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B6D1 color. Also use rgb(150,182,209) instead hex code.

Text Font Color

.myTextColor { color: #96B6D1; }

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

This text font color is #96B6D1.


Background Color

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

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

This div background color is #96B6D1.


Border color

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

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

This div border color is #96B6D1.


Opacity

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

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

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

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

This text has shadow with #96B6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B6D1 on black background.


Color preview on white background

This text has color #96B6D1 on white background.



Black color preview on #96B6D1 background

This text has black color on #96B6D1 background.


White color preview on #96B6D1 background

This text has white color on #96B6D1 background.