COLOR #96E6CC

HEX: #96E6CC
RGB: (150,230,204)

Color info

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

RGB color model

#96E6CC color RGB value is (150,230,204).

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

RGB channels and saturation

R 150 of 255 = 59%
G 230 of 255 = 90%
B 204 of 255 = 80%

150
230
204

R + G + B ~ 76%. #96E6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 230 + 204 = 584 (100%)
R 150 of 584 ~ 25.68%
G 230 of 584 ~ 39.38%
B 204 of 584 ~ 34.93%

%25.68
%39.38
%34.93

CMYK color model

#96E6CC color CMYK value is (35,0,11,10).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK:
(35,0,11,10)
C35M0Y11K10 
(35%,0%,11%,10%)
(0.35/0.00/0.11/0.10)	

CMYK percentages

%34.78
%0
%11.3
%9.8

Codes

Color #96E6CC in popluar color models

96E6CC
RGB150230204
HSL161°61.54%74.51%
HSB/HSV161°34.78%90.20%
CMYK34.78%0.00%11.30%
9.80%

Color #96E6CC in popluar number systems.

HEX96E6CC
Decimal150230204
Binary100101101110011011001100
Octal226346314

Shades and tints

Shades of #96E6CC

#96E6CC
(150,230,204)
#89D2BA
(137,210,186)
#7CBEA8
(124,190,168)
#6FAA96
(111,170,150)
#629684
(98,150,132)
#558272
(85,130,114)
#486E60
(72,110,96)
#3B5A4E
(59,90,78)
#2E463C
(46,70,60)
#21322A
(33,50,42)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #96E6CC

#96E6CC
(150,230,204)
#9FE8D0
(159,232,208)
#A8EAD4
(168,234,212)
#B1ECD8
(177,236,216)
#BAEEDC
(186,238,220)
#C3F0E0
(195,240,224)
#CCF2E4
(204,242,228)
#D5F4E8
(213,244,232)
#DEF6EC
(222,246,236)
#E7F8F0
(231,248,240)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E6CC; }

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

This text font color is #96E6CC.


Background Color

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

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

This div background color is #96E6CC.


Border color

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

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

This div border color is #96E6CC.


Opacity

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

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

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

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

This text has shadow with #96E6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E6CC on black background.


Color preview on white background

This text has color #96E6CC on white background.



Black color preview on #96E6CC background

This text has black color on #96E6CC background.


White color preview on #96E6CC background

This text has white color on #96E6CC background.