COLOR #96CCC7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
204
199

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

Portions of RGB colors in percentages

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

%27.12
%36.89
%35.99

CMYK color model

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

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

CMYK percentages

%26.47
%0
%2.45
%20

Codes

Color #96CCC7 in popluar color models

96CCC7
RGB150204199
HSL174°34.62%69.41%
HSB/HSV174°26.47%80.00%
CMYK26.47%0.00%2.45%
20.00%

Color #96CCC7 in popluar number systems.

HEX96CCC7
Decimal150204199
Binary100101101100110011000111
Octal226314307

Shades and tints

Shades of #96CCC7

#96CCC7
(150,204,199)
#89BAB5
(137,186,181)
#7CA8A3
(124,168,163)
#6F9691
(111,150,145)
#62847F
(98,132,127)
#55726D
(85,114,109)
#48605B
(72,96,91)
#3B4E49
(59,78,73)
#2E3C37
(46,60,55)
#212A25
(33,42,37)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #96CCC7

#96CCC7
(150,204,199)
#9FD0CC
(159,208,204)
#A8D4D1
(168,212,209)
#B1D8D6
(177,216,214)
#BADCDB
(186,220,219)
#C3E0E0
(195,224,224)
#CCE4E5
(204,228,229)
#D5E8EA
(213,232,234)
#DEECEF
(222,236,239)
#E7F0F4
(231,240,244)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCC7; }

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

This text font color is #96CCC7.


Background Color

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

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

This div background color is #96CCC7.


Border color

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

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

This div border color is #96CCC7.


Opacity

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

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

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

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

This text has shadow with #96CCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCC7 on black background.


Color preview on white background

This text has color #96CCC7 on white background.



Black color preview on #96CCC7 background

This text has black color on #96CCC7 background.


White color preview on #96CCC7 background

This text has white color on #96CCC7 background.