COLOR #96A8CB

HEX: #96A8CB
RGB: (150,168,203)

Color info

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

RGB color model

#96A8CB color RGB value is (150,168,203).

  • red value is 150;
  • green value is 168;
  • blue value is 203.
RGB:
(150,168,203)
(59%,66%,80%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 203 of 255 = 80%

150
168
203

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

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 203 = 521 (100%)
R 150 of 521 ~ 28.79%
G 168 of 521 ~ 32.25%
B 203 of 521 ~ 38.96%

%28.79
%32.25
%38.96

CMYK color model

#96A8CB color CMYK value is (26,17,0,20).

  • cyan value is 26.11%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(26,17,0,20)
C26M17Y0K20 
(26%,17%,0%,20%)
(0.26/0.17/0.00/0.20)	

CMYK percentages

%26.11
%17.24
%0
%20.39

Codes

Color #96A8CB in popluar color models

96A8CB
RGB150168203
HSL220°33.76%69.22%
HSB/HSV220°26.11%79.61%
CMYK26.11%17.24%0.00%
20.39%

Color #96A8CB in popluar number systems.

HEX96A8CB
Decimal150168203
Binary100101101010100011001011
Octal226250313

Shades and tints

Shades of #96A8CB

#96A8CB
(150,168,203)
#8999B9
(137,153,185)
#7C8AA7
(124,138,167)
#6F7B95
(111,123,149)
#626C83
(98,108,131)
#555D71
(85,93,113)
#484E5F
(72,78,95)
#3B3F4D
(59,63,77)
#2E303B
(46,48,59)
#212129
(33,33,41)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #96A8CB

#96A8CB
(150,168,203)
#9FAFCF
(159,175,207)
#A8B6D3
(168,182,211)
#B1BDD7
(177,189,215)
#BAC4DB
(186,196,219)
#C3CBDF
(195,203,223)
#CCD2E3
(204,210,227)
#D5D9E7
(213,217,231)
#DEE0EB
(222,224,235)
#E7E7EF
(231,231,239)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A8CB color. Also use rgb(150,168,203) instead hex code.

Text Font Color

.myTextColor { color: #96A8CB; }

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

This text font color is #96A8CB.


Background Color

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

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

This div background color is #96A8CB.


Border color

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

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

This div border color is #96A8CB.


Opacity

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

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

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

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

This text has shadow with #96A8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A8CB on black background.


Color preview on white background

This text has color #96A8CB on white background.



Black color preview on #96A8CB background

This text has black color on #96A8CB background.


White color preview on #96A8CB background

This text has white color on #96A8CB background.