COLOR #96CFDD

HEX: #96CFDD
RGB: (150,207,221)

Color info

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

RGB color model

#96CFDD color RGB value is (150,207,221).

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

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 221 of 255 = 87%

150
207
221

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

Portions of RGB colors in percentages

R + G + B =
150 + 207 + 221 = 578 (100%)
R 150 of 578 ~ 25.95%
G 207 of 578 ~ 35.81%
B 221 of 578 ~ 38.24%

%25.95
%35.81
%38.24

CMYK color model

#96CFDD color CMYK value is (32,6,0,13).

  • cyan value is 32.13%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,6,0,13)
C32M6Y0K13 
(32%,6%,0%,13%)
(0.32/0.06/0.00/0.13)	

CMYK percentages

%32.13
%6.33
%0
%13.33

Codes

Color #96CFDD in popluar color models

96CFDD
RGB150207221
HSL192°51.08%72.75%
HSB/HSV192°32.13%86.67%
CMYK32.13%6.33%0.00%
13.33%

Color #96CFDD in popluar number systems.

HEX96CFDD
Decimal150207221
Binary100101101100111111011101
Octal226317335

Shades and tints

Shades of #96CFDD

#96CFDD
(150,207,221)
#89BDC9
(137,189,201)
#7CABB5
(124,171,181)
#6F99A1
(111,153,161)
#62878D
(98,135,141)
#557579
(85,117,121)
#486365
(72,99,101)
#3B5151
(59,81,81)
#2E3F3D
(46,63,61)
#212D29
(33,45,41)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #96CFDD

#96CFDD
(150,207,221)
#9FD3E0
(159,211,224)
#A8D7E3
(168,215,227)
#B1DBE6
(177,219,230)
#BADFE9
(186,223,233)
#C3E3EC
(195,227,236)
#CCE7EF
(204,231,239)
#D5EBF2
(213,235,242)
#DEEFF5
(222,239,245)
#E7F3F8
(231,243,248)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CFDD; }

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

This text font color is #96CFDD.


Background Color

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

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

This div background color is #96CFDD.


Border color

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

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

This div border color is #96CFDD.


Opacity

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

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

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

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

This text has shadow with #96CFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CFDD on black background.


Color preview on white background

This text has color #96CFDD on white background.



Black color preview on #96CFDD background

This text has black color on #96CFDD background.


White color preview on #96CFDD background

This text has white color on #96CFDD background.