COLOR #96C7CC

HEX: #96C7CC
RGB: (150,199,204)

Color info

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

RGB color model

#96C7CC color RGB value is (150,199,204).

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

RGB channels and saturation

R 150 of 255 = 59%
G 199 of 255 = 78%
B 204 of 255 = 80%

150
199
204

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

Portions of RGB colors in percentages

R + G + B =
150 + 199 + 204 = 553 (100%)
R 150 of 553 ~ 27.12%
G 199 of 553 ~ 35.99%
B 204 of 553 ~ 36.89%

%27.12
%35.99
%36.89

CMYK color model

#96C7CC color CMYK value is (26,2,0,20).

  • cyan value is 26.47%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(26,2,0,20)
C26M2Y0K20 
(26%,2%,0%,20%)
(0.26/0.02/0.00/0.20)	

CMYK percentages

%26.47
%2.45
%0
%20

Codes

Color #96C7CC in popluar color models

96C7CC
RGB150199204
HSL186°34.62%69.41%
HSB/HSV186°26.47%80.00%
CMYK26.47%2.45%0.00%
20.00%

Color #96C7CC in popluar number systems.

HEX96C7CC
Decimal150199204
Binary100101101100011111001100
Octal226307314

Shades and tints

Shades of #96C7CC

#96C7CC
(150,199,204)
#89B5BA
(137,181,186)
#7CA3A8
(124,163,168)
#6F9196
(111,145,150)
#627F84
(98,127,132)
#556D72
(85,109,114)
#485B60
(72,91,96)
#3B494E
(59,73,78)
#2E373C
(46,55,60)
#21252A
(33,37,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #96C7CC

#96C7CC
(150,199,204)
#9FCCD0
(159,204,208)
#A8D1D4
(168,209,212)
#B1D6D8
(177,214,216)
#BADBDC
(186,219,220)
#C3E0E0
(195,224,224)
#CCE5E4
(204,229,228)
#D5EAE8
(213,234,232)
#DEEFEC
(222,239,236)
#E7F4F0
(231,244,240)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C7CC; }

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

This text font color is #96C7CC.


Background Color

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

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

This div background color is #96C7CC.


Border color

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

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

This div border color is #96C7CC.


Opacity

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

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

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

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

This text has shadow with #96C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C7CC on black background.


Color preview on white background

This text has color #96C7CC on white background.



Black color preview on #96C7CC background

This text has black color on #96C7CC background.


White color preview on #96C7CC background

This text has white color on #96C7CC background.