COLOR #90D8E5

HEX: #90D8E5
RGB: (144,216,229)

Color info

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

RGB color model

#90D8E5 color RGB value is (144,216,229).

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

RGB channels and saturation

R 144 of 255 = 56%
G 216 of 255 = 85%
B 229 of 255 = 90%

144
216
229

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

Portions of RGB colors in percentages

R + G + B =
144 + 216 + 229 = 589 (100%)
R 144 of 589 ~ 24.45%
G 216 of 589 ~ 36.67%
B 229 of 589 ~ 38.88%

%24.45
%36.67
%38.88

CMYK color model

#90D8E5 color CMYK value is (37,6,0,10).

  • cyan value is 37.12%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(37,6,0,10)
C37M6Y0K10 
(37%,6%,0%,10%)
(0.37/0.06/0.00/0.10)	

CMYK percentages

%37.12
%5.68
%0
%10.2

Codes

Color #90D8E5 in popluar color models

90D8E5
RGB144216229
HSL189°62.04%73.14%
HSB/HSV189°37.12%89.80%
CMYK37.12%5.68%0.00%
10.20%

Color #90D8E5 in popluar number systems.

HEX90D8E5
Decimal144216229
Binary100100001101100011100101
Octal220330345

Shades and tints

Shades of #90D8E5

#90D8E5
(144,216,229)
#83C5D1
(131,197,209)
#76B2BD
(118,178,189)
#699FA9
(105,159,169)
#5C8C95
(92,140,149)
#4F7981
(79,121,129)
#42666D
(66,102,109)
#355359
(53,83,89)
#284045
(40,64,69)
#1B2D31
(27,45,49)
#0E1A1D
(14,26,29)
#000000
(0,0,0)

Tints of #90D8E5

#90D8E5
(144,216,229)
#9ADBE7
(154,219,231)
#A4DEE9
(164,222,233)
#AEE1EB
(174,225,235)
#B8E4ED
(184,228,237)
#C2E7EF
(194,231,239)
#CCEAF1
(204,234,241)
#D6EDF3
(214,237,243)
#E0F0F5
(224,240,245)
#EAF3F7
(234,243,247)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90D8E5; }

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

This text font color is #90D8E5.


Background Color

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

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

This div background color is #90D8E5.


Border color

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

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

This div border color is #90D8E5.


Opacity

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

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

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

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

This text has shadow with #90D8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D8E5 on black background.


Color preview on white background

This text has color #90D8E5 on white background.



Black color preview on #90D8E5 background

This text has black color on #90D8E5 background.


White color preview on #90D8E5 background

This text has white color on #90D8E5 background.