COLOR #90E5D5

HEX: #90E5D5
RGB: (144,229,213)

Color info

#90E5D5 contains mainly green and blue colors. Web safe color of #90E5D5 is #99CCCC (or #9CC).

RGB color model

#90E5D5 color RGB value is (144,229,213).

  • red value is 144;
  • green value is 229;
  • blue value is 213.
RGB:
(144,229,213)
(56%,90%,84%)

RGB channels and saturation

R 144 of 255 = 56%
G 229 of 255 = 90%
B 213 of 255 = 84%

144
229
213

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

Portions of RGB colors in percentages

R + G + B =
144 + 229 + 213 = 586 (100%)
R 144 of 586 ~ 24.57%
G 229 of 586 ~ 39.08%
B 213 of 586 ~ 36.35%

%24.57
%39.08
%36.35

CMYK color model

#90E5D5 color CMYK value is (37,0,7,10).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 10.20%
CMYK:
(37,0,7,10)
C37M0Y7K10 
(37%,0%,7%,10%)
(0.37/0.00/0.07/0.10)	

CMYK percentages

%37.12
%0
%6.99
%10.2

Codes

Color #90E5D5 in popluar color models

90E5D5
RGB144229213
HSL169°62.04%73.14%
HSB/HSV169°37.12%89.80%
CMYK37.12%0.00%6.99%
10.20%

Color #90E5D5 in popluar number systems.

HEX90E5D5
Decimal144229213
Binary100100001110010111010101
Octal220345325

Shades and tints

Shades of #90E5D5

#90E5D5
(144,229,213)
#83D1C2
(131,209,194)
#76BDAF
(118,189,175)
#69A99C
(105,169,156)
#5C9589
(92,149,137)
#4F8176
(79,129,118)
#426D63
(66,109,99)
#355950
(53,89,80)
#28453D
(40,69,61)
#1B312A
(27,49,42)
#0E1D17
(14,29,23)
#000000
(0,0,0)

Tints of #90E5D5

#90E5D5
(144,229,213)
#9AE7D8
(154,231,216)
#A4E9DB
(164,233,219)
#AEEBDE
(174,235,222)
#B8EDE1
(184,237,225)
#C2EFE4
(194,239,228)
#CCF1E7
(204,241,231)
#D6F3EA
(214,243,234)
#E0F5ED
(224,245,237)
#EAF7F0
(234,247,240)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E5D5 color. Also use rgb(144,229,213) instead hex code.

Text Font Color

.myTextColor { color: #90E5D5; }

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

This text font color is #90E5D5.


Background Color

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

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

This div background color is #90E5D5.


Border color

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

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

This div border color is #90E5D5.


Opacity

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

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

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

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

This text has shadow with #90E5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E5D5 on black background.


Color preview on white background

This text has color #90E5D5 on white background.



Black color preview on #90E5D5 background

This text has black color on #90E5D5 background.


White color preview on #90E5D5 background

This text has white color on #90E5D5 background.