COLOR #96EDEF

HEX: #96EDEF RGB: (150,237,239)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
237
239

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

Portions of RGB colors in percentages

R + G + B = 150 + 237 + 239 = 626 (100%)
R 150 of 626 ~ 23.96%
G 237 of 626 ~ 37.86%
B 239 of 626 ~ 38.18'%

%23.96
%37.86
%38.18

CMYK color model

#96EDEF color CMYK value is (37,1,0,6).

  • cyan value is 37.24%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (37,1,0,6)
C37M1Y0K6 (37%, 1%, 0%, 6%)
(0.37 / 0.01 / 0.00 / 0.06)

CMYK percentages

%37.24
%0.84
%0
%6.27

Codes

Color #96EDEF in popluar color models

96 ED EF
RGB 150 237 239
HSL 181° 73.55% 76.27%
HSB/HSV 181° 37.24% 93.73%
CMYK 37.24% 0.84% 0.00%
6.27%

Color #96EDEF in popluar number systems.

HEX 96 ED EF
Decimal 150 237 239
Binary 10010110 11101101 11101111
Octal 226 355 357

Shades and tints

Shades of #96EDEF

#96EDEF
(150,237,239)
#89D8DA
(137,216,218)
#7CC3C5
(124,195,197)
#6FAEB0
(111,174,176)
#62999B
(98,153,155)
#558486
(85,132,134)
#486F71
(72,111,113)
#3B5A5C
(59,90,92)
#2E4547
(46,69,71)
#213032
(33,48,50)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #96EDEF

#96EDEF
(150,237,239)
#9FEEF0
(159,238,240)
#A8EFF1
(168,239,241)
#B1F0F2
(177,240,242)
#BAF1F3
(186,241,243)
#C3F2F4
(195,242,244)
#CCF3F5
(204,243,245)
#D5F4F6
(213,244,246)
#DEF5F7
(222,245,247)
#E7F6F8
(231,246,248)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EDEF; }

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

This text font color is #96EDEF.

Background Color

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

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

This div background color is #96EDEF.

Border color

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

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

This div border color is #96EDEF.

Opacity

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

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

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

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

This text has shadow with #96EDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96EDEF.

Preview

Color preview on black background

This text has color #96EDEF on black background.


Color preview on white background

This text has color #96EDEF on white background.


Black color preview on #96EDEF background

This text has black color on #96EDEF background.


White color preview on #96EDEF background

This text has white color on #96EDEF background.


Related colors

Complementary color

Complementary color for #hex is #691210.


I love getcolorcode.com

Triadic colors

1 #EF96ED and #EDEF96 with #96EDEF are triadic colors.

2 #EFED96 and #ED96EF with #96EDEF are triadic colors.