COLOR #96EDED

HEX: #96EDED RGB: (150,237,237)

Color info

#96EDED contains mainly green and blue colors. Web safe color of #96EDED is #99FFFF (or #9FF).

RGB color model

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

RGB: (150,237,237) (59%, 93%, 93%)

RGB channels and saturation

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

150
237
237

R + G + B ~ 82%. #96EDED is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 237 + 237 = 624 (100%)
R 150 of 624 ~ 24.04%
G 237 of 624 ~ 37.98%
B 237 of 624 ~ 37.98'%

%24.04
%37.98
%37.98

CMYK color model

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

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (37,0,0,7)
C37M0Y0K7 (37%, 0%, 0%, 7%)
(0.37 / 0.00 / 0.00 / 0.07)

CMYK percentages

%36.71
%0
%0
%7.06

Codes

Color #96EDED in popluar color models

96 ED ED
RGB 150 237 237
HSL 180° 70.73% 75.88%
HSB/HSV 180° 36.71% 92.94%
CMYK 36.71% 0.00% 0.00%
7.06%

Color #96EDED in popluar number systems.

HEX 96 ED ED
Decimal 150 237 237
Binary 10010110 11101101 11101101
Octal 226 355 355

Shades and tints

Shades of #96EDED

#96EDED
(150,237,237)
#89D8D8
(137,216,216)
#7CC3C3
(124,195,195)
#6FAEAE
(111,174,174)
#629999
(98,153,153)
#558484
(85,132,132)
#486F6F
(72,111,111)
#3B5A5A
(59,90,90)
#2E4545
(46,69,69)
#213030
(33,48,48)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #96EDED

#96EDED
(150,237,237)
#9FEEEE
(159,238,238)
#A8EFEF
(168,239,239)
#B1F0F0
(177,240,240)
#BAF1F1
(186,241,241)
#C3F2F2
(195,242,242)
#CCF3F3
(204,243,243)
#D5F4F4
(213,244,244)
#DEF5F5
(222,245,245)
#E7F6F6
(231,246,246)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EDED; }

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

This text font color is #96EDED.

Background Color

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

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

This div background color is #96EDED.

Border color

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

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

This div border color is #96EDED.

Opacity

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

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

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

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

This text has shadow with #96EDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96EDED.

Preview

Color preview on black background

This text has color #96EDED on black background.


Color preview on white background

This text has color #96EDED on white background.


Black color preview on #96EDED background

This text has black color on #96EDED background.


White color preview on #96EDED background

This text has white color on #96EDED background.


Related colors

Complementary color

Complementary color for #hex is #691212.


I love getcolorcode.com