COLOR #90E1DB

HEX: #90E1DB
RGB: (144,225,219)

Color info

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

RGB color model

#90E1DB color RGB value is (144,225,219).

  • red value is 144;
  • green value is 225;
  • blue value is 219.
RGB:
(144,225,219)
(56%,88%,86%)

RGB channels and saturation

R 144 of 255 = 56%
G 225 of 255 = 88%
B 219 of 255 = 86%

144
225
219

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

Portions of RGB colors in percentages

R + G + B =
144 + 225 + 219 = 588 (100%)
R 144 of 588 ~ 24.49%
G 225 of 588 ~ 38.27%
B 219 of 588 ~ 37.24%

%24.49
%38.27
%37.24

CMYK color model

#90E1DB color CMYK value is (36,0,3,12).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(36,0,3,12)
C36M0Y3K12 
(36%,0%,3%,12%)
(0.36/0.00/0.03/0.12)	

CMYK percentages

%36
%0
%2.67
%11.76

Codes

Color #90E1DB in popluar color models

90E1DB
RGB144225219
HSL176°57.45%72.35%
HSB/HSV176°36.00%88.24%
CMYK36.00%0.00%2.67%
11.76%

Color #90E1DB in popluar number systems.

HEX90E1DB
Decimal144225219
Binary100100001110000111011011
Octal220341333

Shades and tints

Shades of #90E1DB

#90E1DB
(144,225,219)
#83CDC8
(131,205,200)
#76B9B5
(118,185,181)
#69A5A2
(105,165,162)
#5C918F
(92,145,143)
#4F7D7C
(79,125,124)
#426969
(66,105,105)
#355556
(53,85,86)
#284143
(40,65,67)
#1B2D30
(27,45,48)
#0E191D
(14,25,29)
#000000
(0,0,0)

Tints of #90E1DB

#90E1DB
(144,225,219)
#9AE3DE
(154,227,222)
#A4E5E1
(164,229,225)
#AEE7E4
(174,231,228)
#B8E9E7
(184,233,231)
#C2EBEA
(194,235,234)
#CCEDED
(204,237,237)
#D6EFF0
(214,239,240)
#E0F1F3
(224,241,243)
#EAF3F6
(234,243,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E1DB color. Also use rgb(144,225,219) instead hex code.

Text Font Color

.myTextColor { color: #90E1DB; }

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

This text font color is #90E1DB.


Background Color

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

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

This div background color is #90E1DB.


Border color

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

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

This div border color is #90E1DB.


Opacity

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

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

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

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

This text has shadow with #90E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E1DB on black background.


Color preview on white background

This text has color #90E1DB on white background.



Black color preview on #90E1DB background

This text has black color on #90E1DB background.


White color preview on #90E1DB background

This text has white color on #90E1DB background.