COLOR #96D4DE

HEX: #96D4DE
RGB: (150,212,222)

Color info

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

RGB color model

#96D4DE color RGB value is (150,212,222).

  • red value is 150;
  • green value is 212;
  • blue value is 222.
RGB: (150,212,222) (59%,83%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 212 of 255 = 83%
B 222 of 255 = 87%

150
212
222

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

Portions of RGB colors in percentages

R + G + B =
150 + 212 + 222 = 584 (100%)
R 150 of 584 ~ 25.68%
G 212 of 584 ~ 36.3%
B 222 of 584 ~ 38.01%

%25.68
%36.3
%38.01

CMYK color model

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

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

CMYK percentages

%32.43
%4.5
%0
%12.94

Codes

Color #96D4DE in popluar color models

96D4DE
RGB150212222
HSL188°52.17%72.94%
HSB/HSV188°32.43%87.06%
CMYK32.43%4.50%0.00%
12.94%

Color #96D4DE in popluar number systems.

HEX96D4DE
Decimal150212222
Binary100101101101010011011110
Octal226324336

Shades and tints

Shades of #96D4DE

#96D4DE
(150,212,222)
#89C1CA
(137,193,202)
#7CAEB6
(124,174,182)
#6F9BA2
(111,155,162)
#62888E
(98,136,142)
#55757A
(85,117,122)
#486266
(72,98,102)
#3B4F52
(59,79,82)
#2E3C3E
(46,60,62)
#21292A
(33,41,42)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #96D4DE

#96D4DE
(150,212,222)
#9FD7E1
(159,215,225)
#A8DAE4
(168,218,228)
#B1DDE7
(177,221,231)
#BAE0EA
(186,224,234)
#C3E3ED
(195,227,237)
#CCE6F0
(204,230,240)
#D5E9F3
(213,233,243)
#DEECF6
(222,236,246)
#E7EFF9
(231,239,249)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D4DE color. Also use rgb(150,212,222) instead hex code.

Text Font Color

.myTextColor { color: #96D4DE; }

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

This text font color is #96D4DE.


Background Color

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

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

This div background color is #96D4DE.


Border color

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

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

This div border color is #96D4DE.


Opacity

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

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

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

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

This text has shadow with #96D4DE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #96D4DE on black background.


Color preview on white background

This text has color #96D4DE on white background.



Black color preview on #96D4DE background

This text has black color on #96D4DE background.


White color preview on #96D4DE background

This text has white color on #96D4DE background.