COLOR #96CEC8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
206
200

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

Portions of RGB colors in percentages

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

%26.98
%37.05
%35.97

CMYK color model

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

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

CMYK percentages

%27.18
%0
%2.91
%19.22

Codes

Color #96CEC8 in popluar color models

96CEC8
RGB150206200
HSL174°36.36%69.80%
HSB/HSV174°27.18%80.78%
CMYK27.18%0.00%2.91%
19.22%

Color #96CEC8 in popluar number systems.

HEX96CEC8
Decimal150206200
Binary100101101100111011001000
Octal226316310

Shades and tints

Shades of #96CEC8

#96CEC8
(150,206,200)
#89BCB6
(137,188,182)
#7CAAA4
(124,170,164)
#6F9892
(111,152,146)
#628680
(98,134,128)
#55746E
(85,116,110)
#48625C
(72,98,92)
#3B504A
(59,80,74)
#2E3E38
(46,62,56)
#212C26
(33,44,38)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #96CEC8

#96CEC8
(150,206,200)
#9FD2CD
(159,210,205)
#A8D6D2
(168,214,210)
#B1DAD7
(177,218,215)
#BADEDC
(186,222,220)
#C3E2E1
(195,226,225)
#CCE6E6
(204,230,230)
#D5EAEB
(213,234,235)
#DEEEF0
(222,238,240)
#E7F2F5
(231,242,245)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CEC8; }

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

This text font color is #96CEC8.


Background Color

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

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

This div background color is #96CEC8.


Border color

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

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

This div border color is #96CEC8.


Opacity

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

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

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

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

This text has shadow with #96CEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CEC8 on black background.


Color preview on white background

This text has color #96CEC8 on white background.



Black color preview on #96CEC8 background

This text has black color on #96CEC8 background.


White color preview on #96CEC8 background

This text has white color on #96CEC8 background.