COLOR #96EED1

HEX: #96EED1
RGB: (150,238,209)

Color info

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

RGB color model

#96EED1 color RGB value is (150,238,209).

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

RGB channels and saturation

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

150
238
209

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

Portions of RGB colors in percentages

R + G + B =
150 + 238 + 209 = 597 (100%)
R 150 of 597 ~ 25.13%
G 238 of 597 ~ 39.87%
B 209 of 597 ~ 35.01%

%25.13
%39.87
%35.01

CMYK color model

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

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(37,0,12,7)
C37M0Y12K7 
(37%,0%,12%,7%)
(0.37/0.00/0.12/0.07)	

CMYK percentages

%36.97
%0
%12.18
%6.67

Codes

Color #96EED1 in popluar color models

96EED1
RGB150238209
HSL160°72.13%76.08%
HSB/HSV160°36.97%93.33%
CMYK36.97%0.00%12.18%
6.67%

Color #96EED1 in popluar number systems.

HEX96EED1
Decimal150238209
Binary100101101110111011010001
Octal226356321

Shades and tints

Shades of #96EED1

#96EED1
(150,238,209)
#89D9BE
(137,217,190)
#7CC4AB
(124,196,171)
#6FAF98
(111,175,152)
#629A85
(98,154,133)
#558572
(85,133,114)
#48705F
(72,112,95)
#3B5B4C
(59,91,76)
#2E4639
(46,70,57)
#213126
(33,49,38)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #96EED1

#96EED1
(150,238,209)
#9FEFD5
(159,239,213)
#A8F0D9
(168,240,217)
#B1F1DD
(177,241,221)
#BAF2E1
(186,242,225)
#C3F3E5
(195,243,229)
#CCF4E9
(204,244,233)
#D5F5ED
(213,245,237)
#DEF6F1
(222,246,241)
#E7F7F5
(231,247,245)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EED1; }

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

This text font color is #96EED1.


Background Color

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

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

This div background color is #96EED1.


Border color

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

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

This div border color is #96EED1.


Opacity

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

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

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

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

This text has shadow with #96EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EED1 on black background.


Color preview on white background

This text has color #96EED1 on white background.



Black color preview on #96EED1 background

This text has black color on #96EED1 background.


White color preview on #96EED1 background

This text has white color on #96EED1 background.