COLOR #96C8CE

HEX: #96C8CE
RGB: (150,200,206)

Color info

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

RGB color model

#96C8CE color RGB value is (150,200,206).

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

RGB channels and saturation

R 150 of 255 = 59%
G 200 of 255 = 78%
B 206 of 255 = 81%

150
200
206

R + G + B ~ 73%. #96C8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 200 + 206 = 556 (100%)
R 150 of 556 ~ 26.98%
G 200 of 556 ~ 35.97%
B 206 of 556 ~ 37.05%

%26.98
%35.97
%37.05

CMYK color model

#96C8CE color CMYK value is (27,3,0,19).

  • cyan value is 27.18%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,3,0,19)
C27M3Y0K19 
(27%,3%,0%,19%)
(0.27/0.03/0.00/0.19)	

CMYK percentages

%27.18
%2.91
%0
%19.22

Codes

Color #96C8CE in popluar color models

96C8CE
RGB150200206
HSL186°36.36%69.80%
HSB/HSV186°27.18%80.78%
CMYK27.18%2.91%0.00%
19.22%

Color #96C8CE in popluar number systems.

HEX96C8CE
Decimal150200206
Binary100101101100100011001110
Octal226310316

Shades and tints

Shades of #96C8CE

#96C8CE
(150,200,206)
#89B6BC
(137,182,188)
#7CA4AA
(124,164,170)
#6F9298
(111,146,152)
#628086
(98,128,134)
#556E74
(85,110,116)
#485C62
(72,92,98)
#3B4A50
(59,74,80)
#2E383E
(46,56,62)
#21262C
(33,38,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #96C8CE

#96C8CE
(150,200,206)
#9FCDD2
(159,205,210)
#A8D2D6
(168,210,214)
#B1D7DA
(177,215,218)
#BADCDE
(186,220,222)
#C3E1E2
(195,225,226)
#CCE6E6
(204,230,230)
#D5EBEA
(213,235,234)
#DEF0EE
(222,240,238)
#E7F5F2
(231,245,242)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C8CE; }

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

This text font color is #96C8CE.


Background Color

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

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

This div background color is #96C8CE.


Border color

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

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

This div border color is #96C8CE.


Opacity

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

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

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

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

This text has shadow with #96C8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C8CE on black background.


Color preview on white background

This text has color #96C8CE on white background.



Black color preview on #96C8CE background

This text has black color on #96C8CE background.


White color preview on #96C8CE background

This text has white color on #96C8CE background.