COLOR #90EED1

HEX: #90EED1
RGB: (144,238,209)

Color info

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

RGB color model

#90EED1 color RGB value is (144,238,209).

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

RGB channels and saturation

R 144 of 255 = 56%
G 238 of 255 = 93%
B 209 of 255 = 82%

144
238
209

R + G + B ~ 77%. #90EED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 238 + 209 = 591 (100%)
R 144 of 591 ~ 24.37%
G 238 of 591 ~ 40.27%
B 209 of 591 ~ 35.36%

%24.37
%40.27
%35.36

CMYK color model

#90EED1 color CMYK value is (39,0,12,7).

  • cyan value is 39.50%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(39,0,12,7)
C39M0Y12K7 
(39%,0%,12%,7%)
(0.39/0.00/0.12/0.07)	

CMYK percentages

%39.5
%0
%12.18
%6.67

Codes

Color #90EED1 in popluar color models

90EED1
RGB144238209
HSL161°73.44%74.90%
HSB/HSV161°39.50%93.33%
CMYK39.50%0.00%12.18%
6.67%

Color #90EED1 in popluar number systems.

HEX90EED1
Decimal144238209
Binary100100001110111011010001
Octal220356321

Shades and tints

Shades of #90EED1

#90EED1
(144,238,209)
#83D9BE
(131,217,190)
#76C4AB
(118,196,171)
#69AF98
(105,175,152)
#5C9A85
(92,154,133)
#4F8572
(79,133,114)
#42705F
(66,112,95)
#355B4C
(53,91,76)
#284639
(40,70,57)
#1B3126
(27,49,38)
#0E1C13
(14,28,19)
#000000
(0,0,0)

Tints of #90EED1

#90EED1
(144,238,209)
#9AEFD5
(154,239,213)
#A4F0D9
(164,240,217)
#AEF1DD
(174,241,221)
#B8F2E1
(184,242,225)
#C2F3E5
(194,243,229)
#CCF4E9
(204,244,233)
#D6F5ED
(214,245,237)
#E0F6F1
(224,246,241)
#EAF7F5
(234,247,245)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90EED1; }

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

This text font color is #90EED1.


Background Color

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

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

This div background color is #90EED1.


Border color

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

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

This div border color is #90EED1.


Opacity

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

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

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

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

This text has shadow with #90EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90EED1 on black background.


Color preview on white background

This text has color #90EED1 on white background.



Black color preview on #90EED1 background

This text has black color on #90EED1 background.


White color preview on #90EED1 background

This text has white color on #90EED1 background.