COLOR #96B6C7

HEX: #96B6C7
RGB: (150,182,199)

Color info

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

RGB color model

#96B6C7 color RGB value is (150,182,199).

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

RGB channels and saturation

R 150 of 255 = 59%
G 182 of 255 = 71%
B 199 of 255 = 78%

150
182
199

R + G + B ~ 69%. #96B6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 182 + 199 = 531 (100%)
R 150 of 531 ~ 28.25%
G 182 of 531 ~ 34.27%
B 199 of 531 ~ 37.48%

%28.25
%34.27
%37.48

CMYK color model

#96B6C7 color CMYK value is (25,9,0,22).

  • cyan value is 24.62%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(25,9,0,22)
C25M9Y0K22 
(25%,9%,0%,22%)
(0.25/0.09/0.00/0.22)	

CMYK percentages

%24.62
%8.54
%0
%21.96

Codes

Color #96B6C7 in popluar color models

96B6C7
RGB150182199
HSL201°30.43%68.43%
HSB/HSV201°24.62%78.04%
CMYK24.62%8.54%0.00%
21.96%

Color #96B6C7 in popluar number systems.

HEX96B6C7
Decimal150182199
Binary100101101011011011000111
Octal226266307

Shades and tints

Shades of #96B6C7

#96B6C7
(150,182,199)
#89A6B5
(137,166,181)
#7C96A3
(124,150,163)
#6F8691
(111,134,145)
#62767F
(98,118,127)
#55666D
(85,102,109)
#48565B
(72,86,91)
#3B4649
(59,70,73)
#2E3637
(46,54,55)
#212625
(33,38,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #96B6C7

#96B6C7
(150,182,199)
#9FBCCC
(159,188,204)
#A8C2D1
(168,194,209)
#B1C8D6
(177,200,214)
#BACEDB
(186,206,219)
#C3D4E0
(195,212,224)
#CCDAE5
(204,218,229)
#D5E0EA
(213,224,234)
#DEE6EF
(222,230,239)
#E7ECF4
(231,236,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B6C7; }

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

This text font color is #96B6C7.


Background Color

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

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

This div background color is #96B6C7.


Border color

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

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

This div border color is #96B6C7.


Opacity

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

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

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

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

This text has shadow with #96B6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B6C7 on black background.


Color preview on white background

This text has color #96B6C7 on white background.



Black color preview on #96B6C7 background

This text has black color on #96B6C7 background.


White color preview on #96B6C7 background

This text has white color on #96B6C7 background.