COLOR #90EAD6

HEX: #90EAD6
RGB: (144,234,214)

Color info

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

RGB color model

#90EAD6 color RGB value is (144,234,214).

  • red value is 144;
  • green value is 234;
  • blue value is 214.
RGB:
(144,234,214)
(56%,92%,84%)

RGB channels and saturation

R 144 of 255 = 56%
G 234 of 255 = 92%
B 214 of 255 = 84%

144
234
214

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

Portions of RGB colors in percentages

R + G + B =
144 + 234 + 214 = 592 (100%)
R 144 of 592 ~ 24.32%
G 234 of 592 ~ 39.53%
B 214 of 592 ~ 36.15%

%24.32
%39.53
%36.15

CMYK color model

#90EAD6 color CMYK value is (38,0,9,8).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(38,0,9,8)
C38M0Y9K8 
(38%,0%,9%,8%)
(0.38/0.00/0.09/0.08)	

CMYK percentages

%38.46
%0
%8.55
%8.24

Codes

Color #90EAD6 in popluar color models

90EAD6
RGB144234214
HSL167°68.18%74.12%
HSB/HSV167°38.46%91.76%
CMYK38.46%0.00%8.55%
8.24%

Color #90EAD6 in popluar number systems.

HEX90EAD6
Decimal144234214
Binary100100001110101011010110
Octal220352326

Shades and tints

Shades of #90EAD6

#90EAD6
(144,234,214)
#83D5C3
(131,213,195)
#76C0B0
(118,192,176)
#69AB9D
(105,171,157)
#5C968A
(92,150,138)
#4F8177
(79,129,119)
#426C64
(66,108,100)
#355751
(53,87,81)
#28423E
(40,66,62)
#1B2D2B
(27,45,43)
#0E1818
(14,24,24)
#000000
(0,0,0)

Tints of #90EAD6

#90EAD6
(144,234,214)
#9AEBD9
(154,235,217)
#A4ECDC
(164,236,220)
#AEEDDF
(174,237,223)
#B8EEE2
(184,238,226)
#C2EFE5
(194,239,229)
#CCF0E8
(204,240,232)
#D6F1EB
(214,241,235)
#E0F2EE
(224,242,238)
#EAF3F1
(234,243,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90EAD6 color. Also use rgb(144,234,214) instead hex code.

Text Font Color

.myTextColor { color: #90EAD6; }

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

This text font color is #90EAD6.


Background Color

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

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

This div background color is #90EAD6.


Border color

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

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

This div border color is #90EAD6.


Opacity

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

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

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

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

This text has shadow with #90EAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90EAD6 on black background.


Color preview on white background

This text has color #90EAD6 on white background.



Black color preview on #90EAD6 background

This text has black color on #90EAD6 background.


White color preview on #90EAD6 background

This text has white color on #90EAD6 background.