COLOR #96EED0

HEX: #96EED0
RGB: (150,238,208)

Color info

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

RGB color model

#96EED0 color RGB value is (150,238,208).

  • red value is 150;
  • green value is 238;
  • blue value is 208.
RGB:
(150,238,208)
(59%,93%,82%)

RGB channels and saturation

R 150 of 255 = 59%
G 238 of 255 = 93%
B 208 of 255 = 82%

150
238
208

R + G + B ~ 78%. #96EED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 238 + 208 = 596 (100%)
R 150 of 596 ~ 25.17%
G 238 of 596 ~ 39.93%
B 208 of 596 ~ 34.9%

%25.17
%39.93
%34.9

CMYK color model

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

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(37,0,13,7)
C37M0Y13K7 
(37%,0%,13%,7%)
(0.37/0.00/0.13/0.07)	

CMYK percentages

%36.97
%0
%12.61
%6.67

Codes

Color #96EED0 in popluar color models

96EED0
RGB150238208
HSL160°72.13%76.08%
HSB/HSV160°36.97%93.33%
CMYK36.97%0.00%12.61%
6.67%

Color #96EED0 in popluar number systems.

HEX96EED0
Decimal150238208
Binary100101101110111011010000
Octal226356320

Shades and tints

Shades of #96EED0

#96EED0
(150,238,208)
#89D9BE
(137,217,190)
#7CC4AC
(124,196,172)
#6FAF9A
(111,175,154)
#629A88
(98,154,136)
#558576
(85,133,118)
#487064
(72,112,100)
#3B5B52
(59,91,82)
#2E4640
(46,70,64)
#21312E
(33,49,46)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #96EED0

#96EED0
(150,238,208)
#9FEFD4
(159,239,212)
#A8F0D8
(168,240,216)
#B1F1DC
(177,241,220)
#BAF2E0
(186,242,224)
#C3F3E4
(195,243,228)
#CCF4E8
(204,244,232)
#D5F5EC
(213,245,236)
#DEF6F0
(222,246,240)
#E7F7F4
(231,247,244)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EED0; }

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

This text font color is #96EED0.


Background Color

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

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

This div background color is #96EED0.


Border color

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

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

This div border color is #96EED0.


Opacity

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

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

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

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

This text has shadow with #96EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EED0 on black background.


Color preview on white background

This text has color #96EED0 on white background.



Black color preview on #96EED0 background

This text has black color on #96EED0 background.


White color preview on #96EED0 background

This text has white color on #96EED0 background.