COLOR #96EFCC

HEX: #96EFCC
RGB: (150,239,204)

Color info

#96EFCC contains mainly green and blue colors. Web safe color of #96EFCC is #99FFCC (or #9FC).

RGB color model

#96EFCC color RGB value is (150,239,204).

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

RGB channels and saturation

R 150 of 255 = 59%
G 239 of 255 = 94%
B 204 of 255 = 80%

150
239
204

R + G + B ~ 78%. #96EFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 239 + 204 = 593 (100%)
R 150 of 593 ~ 25.3%
G 239 of 593 ~ 40.3%
B 204 of 593 ~ 34.4%

%25.3
%40.3
%34.4

CMYK color model

#96EFCC color CMYK value is (37,0,15,6).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 14.64%
  • key color value is 6.27%
CMYK:
(37,0,15,6)
C37M0Y15K6 
(37%,0%,15%,6%)
(0.37/0.00/0.15/0.06)	

CMYK percentages

%37.24
%0
%14.64
%6.27

Codes

Color #96EFCC in popluar color models

96EFCC
RGB150239204
HSL156°73.55%76.27%
HSB/HSV156°37.24%93.73%
CMYK37.24%0.00%14.64%
6.27%

Color #96EFCC in popluar number systems.

HEX96EFCC
Decimal150239204
Binary100101101110111111001100
Octal226357314

Shades and tints

Shades of #96EFCC

#96EFCC
(150,239,204)
#89DABA
(137,218,186)
#7CC5A8
(124,197,168)
#6FB096
(111,176,150)
#629B84
(98,155,132)
#558672
(85,134,114)
#487160
(72,113,96)
#3B5C4E
(59,92,78)
#2E473C
(46,71,60)
#21322A
(33,50,42)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #96EFCC

#96EFCC
(150,239,204)
#9FF0D0
(159,240,208)
#A8F1D4
(168,241,212)
#B1F2D8
(177,242,216)
#BAF3DC
(186,243,220)
#C3F4E0
(195,244,224)
#CCF5E4
(204,245,228)
#D5F6E8
(213,246,232)
#DEF7EC
(222,247,236)
#E7F8F0
(231,248,240)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EFCC; }

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

This text font color is #96EFCC.


Background Color

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

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

This div background color is #96EFCC.


Border color

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

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

This div border color is #96EFCC.


Opacity

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

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

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

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

This text has shadow with #96EFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EFCC on black background.


Color preview on white background

This text has color #96EFCC on white background.



Black color preview on #96EFCC background

This text has black color on #96EFCC background.


White color preview on #96EFCC background

This text has white color on #96EFCC background.