COLOR #96D7DC

HEX: #96D7DC
RGB: (150,215,220)

Color info

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

RGB color model

#96D7DC color RGB value is (150,215,220).

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

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 220 of 255 = 86%

150
215
220

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

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 220 = 585 (100%)
R 150 of 585 ~ 25.64%
G 215 of 585 ~ 36.75%
B 220 of 585 ~ 37.61%

%25.64
%36.75
%37.61

CMYK color model

#96D7DC color CMYK value is (32,2,0,14).

  • cyan value is 31.82%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (32,2,0,14) C32M2Y0K14 (32%,2%,0%,14%) (0.32/0.02/0.00/0.14)

CMYK percentages

%31.82
%2.27
%0
%13.73

Codes

Color #96D7DC in popluar color models

96D7DC
RGB150215220
HSL184°50.00%72.55%
HSB/HSV184°31.82%86.27%
CMYK31.82%2.27%0.00%
13.73%

Color #96D7DC in popluar number systems.

HEX96D7DC
Decimal150215220
Binary100101101101011111011100
Octal226327334

Shades and tints

Shades of #96D7DC

#96D7DC
(150,215,220)
#89C4C8
(137,196,200)
#7CB1B4
(124,177,180)
#6F9EA0
(111,158,160)
#628B8C
(98,139,140)
#557878
(85,120,120)
#486564
(72,101,100)
#3B5250
(59,82,80)
#2E3F3C
(46,63,60)
#212C28
(33,44,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #96D7DC

#96D7DC
(150,215,220)
#9FDADF
(159,218,223)
#A8DDE2
(168,221,226)
#B1E0E5
(177,224,229)
#BAE3E8
(186,227,232)
#C3E6EB
(195,230,235)
#CCE9EE
(204,233,238)
#D5ECF1
(213,236,241)
#DEEFF4
(222,239,244)
#E7F2F7
(231,242,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D7DC; }

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

This text font color is #96D7DC.


Background Color

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

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

This div background color is #96D7DC.


Border color

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

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

This div border color is #96D7DC.


Opacity

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

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

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

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

This text has shadow with #96D7DC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #96D7DC on black background.


Color preview on white background

This text has color #96D7DC on white background.



Black color preview on #96D7DC background

This text has black color on #96D7DC background.


White color preview on #96D7DC background

This text has white color on #96D7DC background.