COLOR #96E0DC

HEX: #96E0DC
RGB: (150,224,220)

Color info

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

RGB color model

#96E0DC color RGB value is (150,224,220).

  • red value is 150;
  • green value is 224;
  • blue value is 220.
RGB:
(150,224,220)
(59%,88%,86%)

RGB channels and saturation

R 150 of 255 = 59%
G 224 of 255 = 88%
B 220 of 255 = 86%

150
224
220

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

Portions of RGB colors in percentages

R + G + B =
150 + 224 + 220 = 594 (100%)
R 150 of 594 ~ 25.25%
G 224 of 594 ~ 37.71%
B 220 of 594 ~ 37.04%

%25.25
%37.71
%37.04

CMYK color model

#96E0DC color CMYK value is (33,0,2,12).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(33,0,2,12)
C33M0Y2K12 
(33%,0%,2%,12%)
(0.33/0.00/0.02/0.12)	

CMYK percentages

%33.04
%0
%1.79
%12.16

Codes

Color #96E0DC in popluar color models

96E0DC
RGB150224220
HSL177°54.41%73.33%
HSB/HSV177°33.04%87.84%
CMYK33.04%0.00%1.79%
12.16%

Color #96E0DC in popluar number systems.

HEX96E0DC
Decimal150224220
Binary100101101110000011011100
Octal226340334

Shades and tints

Shades of #96E0DC

#96E0DC
(150,224,220)
#89CCC8
(137,204,200)
#7CB8B4
(124,184,180)
#6FA4A0
(111,164,160)
#62908C
(98,144,140)
#557C78
(85,124,120)
#486864
(72,104,100)
#3B5450
(59,84,80)
#2E403C
(46,64,60)
#212C28
(33,44,40)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96E0DC

#96E0DC
(150,224,220)
#9FE2DF
(159,226,223)
#A8E4E2
(168,228,226)
#B1E6E5
(177,230,229)
#BAE8E8
(186,232,232)
#C3EAEB
(195,234,235)
#CCECEE
(204,236,238)
#D5EEF1
(213,238,241)
#DEF0F4
(222,240,244)
#E7F2F7
(231,242,247)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E0DC color. Also use rgb(150,224,220) instead hex code.

Text Font Color

.myTextColor { color: #96E0DC; }

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

This text font color is #96E0DC.


Background Color

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

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

This div background color is #96E0DC.


Border color

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

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

This div border color is #96E0DC.


Opacity

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

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

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

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

This text has shadow with #96E0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E0DC on black background.


Color preview on white background

This text has color #96E0DC on white background.



Black color preview on #96E0DC background

This text has black color on #96E0DC background.


White color preview on #96E0DC background

This text has white color on #96E0DC background.