COLOR #96CCC1

HEX: #96CCC1
RGB: (150,204,193)

Color info

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

RGB color model

#96CCC1 color RGB value is (150,204,193).

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

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 193 of 255 = 76%

150
204
193

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

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 193 = 547 (100%)
R 150 of 547 ~ 27.42%
G 204 of 547 ~ 37.29%
B 193 of 547 ~ 35.28%

%27.42
%37.29
%35.28

CMYK color model

#96CCC1 color CMYK value is (26,0,5,20).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(26,0,5,20)
C26M0Y5K20 
(26%,0%,5%,20%)
(0.26/0.00/0.05/0.20)	

CMYK percentages

%26.47
%0
%5.39
%20

Codes

Color #96CCC1 in popluar color models

96CCC1
RGB150204193
HSL168°34.62%69.41%
HSB/HSV168°26.47%80.00%
CMYK26.47%0.00%5.39%
20.00%

Color #96CCC1 in popluar number systems.

HEX96CCC1
Decimal150204193
Binary100101101100110011000001
Octal226314301

Shades and tints

Shades of #96CCC1

#96CCC1
(150,204,193)
#89BAB0
(137,186,176)
#7CA89F
(124,168,159)
#6F968E
(111,150,142)
#62847D
(98,132,125)
#55726C
(85,114,108)
#48605B
(72,96,91)
#3B4E4A
(59,78,74)
#2E3C39
(46,60,57)
#212A28
(33,42,40)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #96CCC1

#96CCC1
(150,204,193)
#9FD0C6
(159,208,198)
#A8D4CB
(168,212,203)
#B1D8D0
(177,216,208)
#BADCD5
(186,220,213)
#C3E0DA
(195,224,218)
#CCE4DF
(204,228,223)
#D5E8E4
(213,232,228)
#DEECE9
(222,236,233)
#E7F0EE
(231,240,238)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCC1; }

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

This text font color is #96CCC1.


Background Color

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

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

This div background color is #96CCC1.


Border color

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

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

This div border color is #96CCC1.


Opacity

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

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

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

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

This text has shadow with #96CCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCC1 on black background.


Color preview on white background

This text has color #96CCC1 on white background.



Black color preview on #96CCC1 background

This text has black color on #96CCC1 background.


White color preview on #96CCC1 background

This text has white color on #96CCC1 background.