COLOR #96D4CC

HEX: #96D4CC
RGB: (150,212,204)

Color info

#96D4CC contains mainly green and blue colors. Web safe color of #96D4CC is #99CCCC (or #9CC).

RGB color model

#96D4CC color RGB value is (150,212,204).

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

RGB channels and saturation

R 150 of 255 = 59%
G 212 of 255 = 83%
B 204 of 255 = 80%

150
212
204

R + G + B ~ 74%. #96D4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 212 + 204 = 566 (100%)
R 150 of 566 ~ 26.5%
G 212 of 566 ~ 37.46%
B 204 of 566 ~ 36.04%

%26.5
%37.46
%36.04

CMYK color model

#96D4CC color CMYK value is (29,0,4,17).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(29,0,4,17)
C29M0Y4K17 
(29%,0%,4%,17%)
(0.29/0.00/0.04/0.17)	

CMYK percentages

%29.25
%0
%3.77
%16.86

Codes

Color #96D4CC in popluar color models

96D4CC
RGB150212204
HSL172°41.89%70.98%
HSB/HSV172°29.25%83.14%
CMYK29.25%0.00%3.77%
16.86%

Color #96D4CC in popluar number systems.

HEX96D4CC
Decimal150212204
Binary100101101101010011001100
Octal226324314

Shades and tints

Shades of #96D4CC

#96D4CC
(150,212,204)
#89C1BA
(137,193,186)
#7CAEA8
(124,174,168)
#6F9B96
(111,155,150)
#628884
(98,136,132)
#557572
(85,117,114)
#486260
(72,98,96)
#3B4F4E
(59,79,78)
#2E3C3C
(46,60,60)
#21292A
(33,41,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #96D4CC

#96D4CC
(150,212,204)
#9FD7D0
(159,215,208)
#A8DAD4
(168,218,212)
#B1DDD8
(177,221,216)
#BAE0DC
(186,224,220)
#C3E3E0
(195,227,224)
#CCE6E4
(204,230,228)
#D5E9E8
(213,233,232)
#DEECEC
(222,236,236)
#E7EFF0
(231,239,240)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D4CC; }

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

This text font color is #96D4CC.


Background Color

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

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

This div background color is #96D4CC.


Border color

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

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

This div border color is #96D4CC.


Opacity

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

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

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

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

This text has shadow with #96D4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D4CC on black background.


Color preview on white background

This text has color #96D4CC on white background.



Black color preview on #96D4CC background

This text has black color on #96D4CC background.


White color preview on #96D4CC background

This text has white color on #96D4CC background.