COLOR #96C8CC

HEX: #96C8CC
RGB: (150,200,204)

Color info

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

RGB color model

#96C8CC color RGB value is (150,200,204).

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

RGB channels and saturation

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

150
200
204

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

Portions of RGB colors in percentages

R + G + B =
150 + 200 + 204 = 554 (100%)
R 150 of 554 ~ 27.08%
G 200 of 554 ~ 36.1%
B 204 of 554 ~ 36.82%

%27.08
%36.1
%36.82

CMYK color model

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

  • cyan value is 26.47%
  • magenta value is 1.96%
  • 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
%1.96
%0
%20

Codes

Color #96C8CC in popluar color models

96C8CC
RGB150200204
HSL184°34.62%69.41%
HSB/HSV184°26.47%80.00%
CMYK26.47%1.96%0.00%
20.00%

Color #96C8CC in popluar number systems.

HEX96C8CC
Decimal150200204
Binary100101101100100011001100
Octal226310314

Shades and tints

Shades of #96C8CC

#96C8CC
(150,200,204)
#89B6BA
(137,182,186)
#7CA4A8
(124,164,168)
#6F9296
(111,146,150)
#628084
(98,128,132)
#556E72
(85,110,114)
#485C60
(72,92,96)
#3B4A4E
(59,74,78)
#2E383C
(46,56,60)
#21262A
(33,38,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #96C8CC

#96C8CC
(150,200,204)
#9FCDD0
(159,205,208)
#A8D2D4
(168,210,212)
#B1D7D8
(177,215,216)
#BADCDC
(186,220,220)
#C3E1E0
(195,225,224)
#CCE6E4
(204,230,228)
#D5EBE8
(213,235,232)
#DEF0EC
(222,240,236)
#E7F5F0
(231,245,240)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C8CC; }

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

This text font color is #96C8CC.


Background Color

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

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

This div background color is #96C8CC.


Border color

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

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

This div border color is #96C8CC.


Opacity

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

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

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

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

This text has shadow with #96C8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C8CC on black background.


Color preview on white background

This text has color #96C8CC on white background.



Black color preview on #96C8CC background

This text has black color on #96C8CC background.


White color preview on #96C8CC background

This text has white color on #96C8CC background.