COLOR #96D1DC

HEX: #96D1DC
RGB: (150,209,220)

Color info

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

RGB color model

#96D1DC color RGB value is (150,209,220).

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

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 220 of 255 = 86%

150
209
220

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 220 = 579 (100%)
R 150 of 579 ~ 25.91%
G 209 of 579 ~ 36.1%
B 220 of 579 ~ 38%

%25.91
%36.1
%38

CMYK color model

#96D1DC color CMYK value is (32,5,0,14).

  • cyan value is 31.82%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,5,0,14)
C32M5Y0K14 
(32%,5%,0%,14%)
(0.32/0.05/0.00/0.14)	

CMYK percentages

%31.82
%5
%0
%13.73

Codes

Color #96D1DC in popluar color models

96D1DC
RGB150209220
HSL189°50.00%72.55%
HSB/HSV189°31.82%86.27%
CMYK31.82%5.00%0.00%
13.73%

Color #96D1DC in popluar number systems.

HEX96D1DC
Decimal150209220
Binary100101101101000111011100
Octal226321334

Shades and tints

Shades of #96D1DC

#96D1DC
(150,209,220)
#89BEC8
(137,190,200)
#7CABB4
(124,171,180)
#6F98A0
(111,152,160)
#62858C
(98,133,140)
#557278
(85,114,120)
#485F64
(72,95,100)
#3B4C50
(59,76,80)
#2E393C
(46,57,60)
#212628
(33,38,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #96D1DC

#96D1DC
(150,209,220)
#9FD5DF
(159,213,223)
#A8D9E2
(168,217,226)
#B1DDE5
(177,221,229)
#BAE1E8
(186,225,232)
#C3E5EB
(195,229,235)
#CCE9EE
(204,233,238)
#D5EDF1
(213,237,241)
#DEF1F4
(222,241,244)
#E7F5F7
(231,245,247)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D1DC; }

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

This text font color is #96D1DC.


Background Color

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

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

This div background color is #96D1DC.


Border color

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

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

This div border color is #96D1DC.


Opacity

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

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

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

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

This text has shadow with #96D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D1DC on black background.


Color preview on white background

This text has color #96D1DC on white background.



Black color preview on #96D1DC background

This text has black color on #96D1DC background.


White color preview on #96D1DC background

This text has white color on #96D1DC background.