COLOR #96D1DD

HEX: #96D1DD
RGB: (150,209,221)

Color info

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

RGB color model

#96D1DD color RGB value is (150,209,221).

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

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 221 of 255 = 87%

150
209
221

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 221 = 580 (100%)
R 150 of 580 ~ 25.86%
G 209 of 580 ~ 36.03%
B 221 of 580 ~ 38.1%

%25.86
%36.03
%38.1

CMYK color model

#96D1DD color CMYK value is (32,5,0,13).

  • cyan value is 32.13%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,5,0,13)
C32M5Y0K13 
(32%,5%,0%,13%)
(0.32/0.05/0.00/0.13)	

CMYK percentages

%32.13
%5.43
%0
%13.33

Codes

Color #96D1DD in popluar color models

96D1DD
RGB150209221
HSL190°51.08%72.75%
HSB/HSV190°32.13%86.67%
CMYK32.13%5.43%0.00%
13.33%

Color #96D1DD in popluar number systems.

HEX96D1DD
Decimal150209221
Binary100101101101000111011101
Octal226321335

Shades and tints

Shades of #96D1DD

#96D1DD
(150,209,221)
#89BEC9
(137,190,201)
#7CABB5
(124,171,181)
#6F98A1
(111,152,161)
#62858D
(98,133,141)
#557279
(85,114,121)
#485F65
(72,95,101)
#3B4C51
(59,76,81)
#2E393D
(46,57,61)
#212629
(33,38,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #96D1DD

#96D1DD
(150,209,221)
#9FD5E0
(159,213,224)
#A8D9E3
(168,217,227)
#B1DDE6
(177,221,230)
#BAE1E9
(186,225,233)
#C3E5EC
(195,229,236)
#CCE9EF
(204,233,239)
#D5EDF2
(213,237,242)
#DEF1F5
(222,241,245)
#E7F5F8
(231,245,248)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D1DD; }

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

This text font color is #96D1DD.


Background Color

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

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

This div background color is #96D1DD.


Border color

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

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

This div border color is #96D1DD.


Opacity

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

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

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

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

This text has shadow with #96D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D1DD on black background.


Color preview on white background

This text has color #96D1DD on white background.



Black color preview on #96D1DD background

This text has black color on #96D1DD background.


White color preview on #96D1DD background

This text has white color on #96D1DD background.