COLOR #96DAD6

HEX: #96DAD6
RGB: (150,218,214)

Color info

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

RGB color model

#96DAD6 color RGB value is (150,218,214).

  • red value is 150;
  • green value is 218;
  • blue value is 214.
RGB:
(150,218,214)
(59%,85%,84%)

RGB channels and saturation

R 150 of 255 = 59%
G 218 of 255 = 85%
B 214 of 255 = 84%

150
218
214

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

Portions of RGB colors in percentages

R + G + B =
150 + 218 + 214 = 582 (100%)
R 150 of 582 ~ 25.77%
G 218 of 582 ~ 37.46%
B 214 of 582 ~ 36.77%

%25.77
%37.46
%36.77

CMYK color model

#96DAD6 color CMYK value is (31,0,2,15).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(31,0,2,15)
C31M0Y2K15 
(31%,0%,2%,15%)
(0.31/0.00/0.02/0.15)	

CMYK percentages

%31.19
%0
%1.83
%14.51

Codes

Color #96DAD6 in popluar color models

96DAD6
RGB150218214
HSL176°47.89%72.16%
HSB/HSV176°31.19%85.49%
CMYK31.19%0.00%1.83%
14.51%

Color #96DAD6 in popluar number systems.

HEX96DAD6
Decimal150218214
Binary100101101101101011010110
Octal226332326

Shades and tints

Shades of #96DAD6

#96DAD6
(150,218,214)
#89C7C3
(137,199,195)
#7CB4B0
(124,180,176)
#6FA19D
(111,161,157)
#628E8A
(98,142,138)
#557B77
(85,123,119)
#486864
(72,104,100)
#3B5551
(59,85,81)
#2E423E
(46,66,62)
#212F2B
(33,47,43)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #96DAD6

#96DAD6
(150,218,214)
#9FDDD9
(159,221,217)
#A8E0DC
(168,224,220)
#B1E3DF
(177,227,223)
#BAE6E2
(186,230,226)
#C3E9E5
(195,233,229)
#CCECE8
(204,236,232)
#D5EFEB
(213,239,235)
#DEF2EE
(222,242,238)
#E7F5F1
(231,245,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DAD6 color. Also use rgb(150,218,214) instead hex code.

Text Font Color

.myTextColor { color: #96DAD6; }

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

This text font color is #96DAD6.


Background Color

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

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

This div background color is #96DAD6.


Border color

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

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

This div border color is #96DAD6.


Opacity

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

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

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

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

This text has shadow with #96DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DAD6 on black background.


Color preview on white background

This text has color #96DAD6 on white background.



Black color preview on #96DAD6 background

This text has black color on #96DAD6 background.


White color preview on #96DAD6 background

This text has white color on #96DAD6 background.