COLOR #96EDE5

HEX: #96EDE5
RGB: (150,237,229)

Color info

#96EDE5 contains mainly green and blue colors. Web safe color of #96EDE5 is #99FFCC (or #9FC).

RGB color model

#96EDE5 color RGB value is (150,237,229).

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

RGB channels and saturation

R 150 of 255 = 59%
G 237 of 255 = 93%
B 229 of 255 = 90%

150
237
229

R + G + B ~ 81%. #96EDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 237 + 229 = 616 (100%)
R 150 of 616 ~ 24.35%
G 237 of 616 ~ 38.47%
B 229 of 616 ~ 37.18%

%24.35
%38.47
%37.18

CMYK color model

#96EDE5 color CMYK value is (37,0,3,7).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(37,0,3,7)
C37M0Y3K7 
(37%,0%,3%,7%)
(0.37/0.00/0.03/0.07)	

CMYK percentages

%36.71
%0
%3.38
%7.06

Codes

Color #96EDE5 in popluar color models

96EDE5
RGB150237229
HSL174°70.73%75.88%
HSB/HSV174°36.71%92.94%
CMYK36.71%0.00%3.38%
7.06%

Color #96EDE5 in popluar number systems.

HEX96EDE5
Decimal150237229
Binary100101101110110111100101
Octal226355345

Shades and tints

Shades of #96EDE5

#96EDE5
(150,237,229)
#89D8D1
(137,216,209)
#7CC3BD
(124,195,189)
#6FAEA9
(111,174,169)
#629995
(98,153,149)
#558481
(85,132,129)
#486F6D
(72,111,109)
#3B5A59
(59,90,89)
#2E4545
(46,69,69)
#213031
(33,48,49)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #96EDE5

#96EDE5
(150,237,229)
#9FEEE7
(159,238,231)
#A8EFE9
(168,239,233)
#B1F0EB
(177,240,235)
#BAF1ED
(186,241,237)
#C3F2EF
(195,242,239)
#CCF3F1
(204,243,241)
#D5F4F3
(213,244,243)
#DEF5F5
(222,245,245)
#E7F6F7
(231,246,247)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EDE5; }

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

This text font color is #96EDE5.


Background Color

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

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

This div background color is #96EDE5.


Border color

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

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

This div border color is #96EDE5.


Opacity

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

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

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

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

This text has shadow with #96EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EDE5 on black background.


Color preview on white background

This text has color #96EDE5 on white background.



Black color preview on #96EDE5 background

This text has black color on #96EDE5 background.


White color preview on #96EDE5 background

This text has white color on #96EDE5 background.