COLOR #96CCCA

HEX: #96CCCA
RGB: (150,204,202)

Color info

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

RGB color model

#96CCCA color RGB value is (150,204,202).

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

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 202 of 255 = 79%

150
204
202

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

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 202 = 556 (100%)
R 150 of 556 ~ 26.98%
G 204 of 556 ~ 36.69%
B 202 of 556 ~ 36.33%

%26.98
%36.69
%36.33

CMYK color model

#96CCCA color CMYK value is (26,0,1,20).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(26,0,1,20)
C26M0Y1K20 
(26%,0%,1%,20%)
(0.26/0.00/0.01/0.20)	

CMYK percentages

%26.47
%0
%0.98
%20

Codes

Color #96CCCA in popluar color models

96CCCA
RGB150204202
HSL178°34.62%69.41%
HSB/HSV178°26.47%80.00%
CMYK26.47%0.00%0.98%
20.00%

Color #96CCCA in popluar number systems.

HEX96CCCA
Decimal150204202
Binary100101101100110011001010
Octal226314312

Shades and tints

Shades of #96CCCA

#96CCCA
(150,204,202)
#89BAB8
(137,186,184)
#7CA8A6
(124,168,166)
#6F9694
(111,150,148)
#628482
(98,132,130)
#557270
(85,114,112)
#48605E
(72,96,94)
#3B4E4C
(59,78,76)
#2E3C3A
(46,60,58)
#212A28
(33,42,40)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #96CCCA

#96CCCA
(150,204,202)
#9FD0CE
(159,208,206)
#A8D4D2
(168,212,210)
#B1D8D6
(177,216,214)
#BADCDA
(186,220,218)
#C3E0DE
(195,224,222)
#CCE4E2
(204,228,226)
#D5E8E6
(213,232,230)
#DEECEA
(222,236,234)
#E7F0EE
(231,240,238)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCCA; }

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

This text font color is #96CCCA.


Background Color

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

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

This div background color is #96CCCA.


Border color

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

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

This div border color is #96CCCA.


Opacity

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

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

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

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

This text has shadow with #96CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCCA on black background.


Color preview on white background

This text has color #96CCCA on white background.



Black color preview on #96CCCA background

This text has black color on #96CCCA background.


White color preview on #96CCCA background

This text has white color on #96CCCA background.