COLOR #96DFE5

HEX: #96DFE5
RGB: (150,223,229)

Color info

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

RGB color model

#96DFE5 color RGB value is (150,223,229).

  • red value is 150;
  • green value is 223;
  • blue value is 229.
RGB:
(150,223,229)
(59%,87%,90%)

RGB channels and saturation

R 150 of 255 = 59%
G 223 of 255 = 87%
B 229 of 255 = 90%

150
223
229

R + G + B ~ 79%. #96DFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 223 + 229 = 602 (100%)
R 150 of 602 ~ 24.92%
G 223 of 602 ~ 37.04%
B 229 of 602 ~ 38.04%

%24.92
%37.04
%38.04

CMYK color model

#96DFE5 color CMYK value is (34,3,0,10).

  • cyan value is 34.50%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,3,0,10)
C34M3Y0K10 
(34%,3%,0%,10%)
(0.34/0.03/0.00/0.10)	

CMYK percentages

%34.5
%2.62
%0
%10.2

Codes

Color #96DFE5 in popluar color models

96DFE5
RGB150223229
HSL185°60.31%74.31%
HSB/HSV185°34.50%89.80%
CMYK34.50%2.62%0.00%
10.20%

Color #96DFE5 in popluar number systems.

HEX96DFE5
Decimal150223229
Binary100101101101111111100101
Octal226337345

Shades and tints

Shades of #96DFE5

#96DFE5
(150,223,229)
#89CBD1
(137,203,209)
#7CB7BD
(124,183,189)
#6FA3A9
(111,163,169)
#628F95
(98,143,149)
#557B81
(85,123,129)
#48676D
(72,103,109)
#3B5359
(59,83,89)
#2E3F45
(46,63,69)
#212B31
(33,43,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #96DFE5

#96DFE5
(150,223,229)
#9FE1E7
(159,225,231)
#A8E3E9
(168,227,233)
#B1E5EB
(177,229,235)
#BAE7ED
(186,231,237)
#C3E9EF
(195,233,239)
#CCEBF1
(204,235,241)
#D5EDF3
(213,237,243)
#DEEFF5
(222,239,245)
#E7F1F7
(231,241,247)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DFE5 color. Also use rgb(150,223,229) instead hex code.

Text Font Color

.myTextColor { color: #96DFE5; }

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

This text font color is #96DFE5.


Background Color

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

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

This div background color is #96DFE5.


Border color

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

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

This div border color is #96DFE5.


Opacity

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

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

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

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

This text has shadow with #96DFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DFE5 on black background.


Color preview on white background

This text has color #96DFE5 on white background.



Black color preview on #96DFE5 background

This text has black color on #96DFE5 background.


White color preview on #96DFE5 background

This text has white color on #96DFE5 background.