COLOR #96DADC

HEX: #96DADC
RGB: (150,218,220)

Color info

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

RGB color model

#96DADC color RGB value is (150,218,220).

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

RGB channels and saturation

R 150 of 255 = 59%
G 218 of 255 = 85%
B 220 of 255 = 86%

150
218
220

R + G + B ~ 77%. #96DADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 218 + 220 = 588 (100%)
R 150 of 588 ~ 25.51%
G 218 of 588 ~ 37.07%
B 220 of 588 ~ 37.41%

%25.51
%37.07
%37.41

CMYK color model

#96DADC color CMYK value is (32,1,0,14).

  • cyan value is 31.82%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,1,0,14)
C32M1Y0K14 
(32%,1%,0%,14%)
(0.32/0.01/0.00/0.14)	

CMYK percentages

%31.82
%0.91
%0
%13.73

Codes

Color #96DADC in popluar color models

96DADC
RGB150218220
HSL182°50.00%72.55%
HSB/HSV182°31.82%86.27%
CMYK31.82%0.91%0.00%
13.73%

Color #96DADC in popluar number systems.

HEX96DADC
Decimal150218220
Binary100101101101101011011100
Octal226332334

Shades and tints

Shades of #96DADC

#96DADC
(150,218,220)
#89C7C8
(137,199,200)
#7CB4B4
(124,180,180)
#6FA1A0
(111,161,160)
#628E8C
(98,142,140)
#557B78
(85,123,120)
#486864
(72,104,100)
#3B5550
(59,85,80)
#2E423C
(46,66,60)
#212F28
(33,47,40)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #96DADC

#96DADC
(150,218,220)
#9FDDDF
(159,221,223)
#A8E0E2
(168,224,226)
#B1E3E5
(177,227,229)
#BAE6E8
(186,230,232)
#C3E9EB
(195,233,235)
#CCECEE
(204,236,238)
#D5EFF1
(213,239,241)
#DEF2F4
(222,242,244)
#E7F5F7
(231,245,247)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DADC; }

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

This text font color is #96DADC.


Background Color

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

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

This div background color is #96DADC.


Border color

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

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

This div border color is #96DADC.


Opacity

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

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

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

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

This text has shadow with #96DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DADC on black background.


Color preview on white background

This text has color #96DADC on white background.



Black color preview on #96DADC background

This text has black color on #96DADC background.


White color preview on #96DADC background

This text has white color on #96DADC background.