COLOR #96C2CC

HEX: #96C2CC
RGB: (150,194,204)

Color info

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

RGB color model

#96C2CC color RGB value is (150,194,204).

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

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 204 of 255 = 80%

150
194
204

R + G + B ~ 72%. #96C2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 204 = 548 (100%)
R 150 of 548 ~ 27.37%
G 194 of 548 ~ 35.4%
B 204 of 548 ~ 37.23%

%27.37
%35.4
%37.23

CMYK color model

#96C2CC color CMYK value is (26,5,0,20).

  • cyan value is 26.47%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(26,5,0,20)
C26M5Y0K20 
(26%,5%,0%,20%)
(0.26/0.05/0.00/0.20)	

CMYK percentages

%26.47
%4.9
%0
%20

Codes

Color #96C2CC in popluar color models

96C2CC
RGB150194204
HSL191°34.62%69.41%
HSB/HSV191°26.47%80.00%
CMYK26.47%4.90%0.00%
20.00%

Color #96C2CC in popluar number systems.

HEX96C2CC
Decimal150194204
Binary100101101100001011001100
Octal226302314

Shades and tints

Shades of #96C2CC

#96C2CC
(150,194,204)
#89B1BA
(137,177,186)
#7CA0A8
(124,160,168)
#6F8F96
(111,143,150)
#627E84
(98,126,132)
#556D72
(85,109,114)
#485C60
(72,92,96)
#3B4B4E
(59,75,78)
#2E3A3C
(46,58,60)
#21292A
(33,41,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #96C2CC

#96C2CC
(150,194,204)
#9FC7D0
(159,199,208)
#A8CCD4
(168,204,212)
#B1D1D8
(177,209,216)
#BAD6DC
(186,214,220)
#C3DBE0
(195,219,224)
#CCE0E4
(204,224,228)
#D5E5E8
(213,229,232)
#DEEAEC
(222,234,236)
#E7EFF0
(231,239,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C2CC; }

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

This text font color is #96C2CC.


Background Color

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

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

This div background color is #96C2CC.


Border color

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

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

This div border color is #96C2CC.


Opacity

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

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

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

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

This text has shadow with #96C2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C2CC on black background.


Color preview on white background

This text has color #96C2CC on white background.



Black color preview on #96C2CC background

This text has black color on #96C2CC background.


White color preview on #96C2CC background

This text has white color on #96C2CC background.