COLOR #96B0C1

HEX: #96B0C1
RGB: (150,176,193)

Color info

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

RGB color model

#96B0C1 color RGB value is (150,176,193).

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

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 193 of 255 = 76%

150
176
193

R + G + B ~ 68%. #96B0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 176 + 193 = 519 (100%)
R 150 of 519 ~ 28.9%
G 176 of 519 ~ 33.91%
B 193 of 519 ~ 37.19%

%28.9
%33.91
%37.19

CMYK color model

#96B0C1 color CMYK value is (22,9,0,24).

  • cyan value is 22.28%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(22,9,0,24)
C22M9Y0K24 
(22%,9%,0%,24%)
(0.22/0.09/0.00/0.24)	

CMYK percentages

%22.28
%8.81
%0
%24.31

Codes

Color #96B0C1 in popluar color models

96B0C1
RGB150176193
HSL204°25.75%67.25%
HSB/HSV204°22.28%75.69%
CMYK22.28%8.81%0.00%
24.31%

Color #96B0C1 in popluar number systems.

HEX96B0C1
Decimal150176193
Binary100101101011000011000001
Octal226260301

Shades and tints

Shades of #96B0C1

#96B0C1
(150,176,193)
#89A0B0
(137,160,176)
#7C909F
(124,144,159)
#6F808E
(111,128,142)
#62707D
(98,112,125)
#55606C
(85,96,108)
#48505B
(72,80,91)
#3B404A
(59,64,74)
#2E3039
(46,48,57)
#212028
(33,32,40)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #96B0C1

#96B0C1
(150,176,193)
#9FB7C6
(159,183,198)
#A8BECB
(168,190,203)
#B1C5D0
(177,197,208)
#BACCD5
(186,204,213)
#C3D3DA
(195,211,218)
#CCDADF
(204,218,223)
#D5E1E4
(213,225,228)
#DEE8E9
(222,232,233)
#E7EFEE
(231,239,238)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B0C1; }

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

This text font color is #96B0C1.


Background Color

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

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

This div background color is #96B0C1.


Border color

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

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

This div border color is #96B0C1.


Opacity

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

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

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

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

This text has shadow with #96B0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B0C1 on black background.


Color preview on white background

This text has color #96B0C1 on white background.



Black color preview on #96B0C1 background

This text has black color on #96B0C1 background.


White color preview on #96B0C1 background

This text has white color on #96B0C1 background.