COLOR #90DFE5

HEX: #90DFE5
RGB: (144,223,229)

Color info

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

RGB color model

#90DFE5 color RGB value is (144,223,229).

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

RGB channels and saturation

R 144 of 255 = 56%
G 223 of 255 = 87%
B 229 of 255 = 90%

144
223
229

R + G + B ~ 78%. #90DFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 223 + 229 = 596 (100%)
R 144 of 596 ~ 24.16%
G 223 of 596 ~ 37.42%
B 229 of 596 ~ 38.42%

%24.16
%37.42
%38.42

CMYK color model

#90DFE5 color CMYK value is (37,3,0,10).

  • cyan value is 37.12%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(37,3,0,10)
C37M3Y0K10 
(37%,3%,0%,10%)
(0.37/0.03/0.00/0.10)	

CMYK percentages

%37.12
%2.62
%0
%10.2

Codes

Color #90DFE5 in popluar color models

90DFE5
RGB144223229
HSL184°62.04%73.14%
HSB/HSV184°37.12%89.80%
CMYK37.12%2.62%0.00%
10.20%

Color #90DFE5 in popluar number systems.

HEX90DFE5
Decimal144223229
Binary100100001101111111100101
Octal220337345

Shades and tints

Shades of #90DFE5

#90DFE5
(144,223,229)
#83CBD1
(131,203,209)
#76B7BD
(118,183,189)
#69A3A9
(105,163,169)
#5C8F95
(92,143,149)
#4F7B81
(79,123,129)
#42676D
(66,103,109)
#355359
(53,83,89)
#283F45
(40,63,69)
#1B2B31
(27,43,49)
#0E171D
(14,23,29)
#000000
(0,0,0)

Tints of #90DFE5

#90DFE5
(144,223,229)
#9AE1E7
(154,225,231)
#A4E3E9
(164,227,233)
#AEE5EB
(174,229,235)
#B8E7ED
(184,231,237)
#C2E9EF
(194,233,239)
#CCEBF1
(204,235,241)
#D6EDF3
(214,237,243)
#E0EFF5
(224,239,245)
#EAF1F7
(234,241,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DFE5; }

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

This text font color is #90DFE5.


Background Color

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

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

This div background color is #90DFE5.


Border color

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

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

This div border color is #90DFE5.


Opacity

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

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

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

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

This text has shadow with #90DFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DFE5 on black background.


Color preview on white background

This text has color #90DFE5 on white background.



Black color preview on #90DFE5 background

This text has black color on #90DFE5 background.


White color preview on #90DFE5 background

This text has white color on #90DFE5 background.