COLOR #96B2CC

HEX: #96B2CC
RGB: (150,178,204)

Color info

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

RGB color model

#96B2CC color RGB value is (150,178,204).

  • red value is 150;
  • green value is 178;
  • blue value is 204.
RGB:
(150,178,204)
(59%,70%,80%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 204 of 255 = 80%

150
178
204

R + G + B ~ 70%. #96B2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 178 + 204 = 532 (100%)
R 150 of 532 ~ 28.2%
G 178 of 532 ~ 33.46%
B 204 of 532 ~ 38.35%

%28.2
%33.46
%38.35

CMYK color model

#96B2CC color CMYK value is (26,13,0,20).

  • cyan value is 26.47%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(26,13,0,20)
C26M13Y0K20 
(26%,13%,0%,20%)
(0.26/0.13/0.00/0.20)	

CMYK percentages

%26.47
%12.75
%0
%20

Codes

Color #96B2CC in popluar color models

96B2CC
RGB150178204
HSL209°34.62%69.41%
HSB/HSV209°26.47%80.00%
CMYK26.47%12.75%0.00%
20.00%

Color #96B2CC in popluar number systems.

HEX96B2CC
Decimal150178204
Binary100101101011001011001100
Octal226262314

Shades and tints

Shades of #96B2CC

#96B2CC
(150,178,204)
#89A2BA
(137,162,186)
#7C92A8
(124,146,168)
#6F8296
(111,130,150)
#627284
(98,114,132)
#556272
(85,98,114)
#485260
(72,82,96)
#3B424E
(59,66,78)
#2E323C
(46,50,60)
#21222A
(33,34,42)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #96B2CC

#96B2CC
(150,178,204)
#9FB9D0
(159,185,208)
#A8C0D4
(168,192,212)
#B1C7D8
(177,199,216)
#BACEDC
(186,206,220)
#C3D5E0
(195,213,224)
#CCDCE4
(204,220,228)
#D5E3E8
(213,227,232)
#DEEAEC
(222,234,236)
#E7F1F0
(231,241,240)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B2CC color. Also use rgb(150,178,204) instead hex code.

Text Font Color

.myTextColor { color: #96B2CC; }

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

This text font color is #96B2CC.


Background Color

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

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

This div background color is #96B2CC.


Border color

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

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

This div border color is #96B2CC.


Opacity

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

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

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

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

This text has shadow with #96B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B2CC on black background.


Color preview on white background

This text has color #96B2CC on white background.



Black color preview on #96B2CC background

This text has black color on #96B2CC background.


White color preview on #96B2CC background

This text has white color on #96B2CC background.