COLOR #90D1E8

HEX: #90D1E8
RGB: (144,209,232)

Color info

#90D1E8 contains mainly green and blue colors. Web safe color of #90D1E8 is #99CCFF (or #9CF).

RGB color model

#90D1E8 color RGB value is (144,209,232).

  • red value is 144;
  • green value is 209;
  • blue value is 232.
RGB:
(144,209,232)
(56%,82%,91%)

RGB channels and saturation

R 144 of 255 = 56%
G 209 of 255 = 82%
B 232 of 255 = 91%

144
209
232

R + G + B ~ 76%. #90D1E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 209 + 232 = 585 (100%)
R 144 of 585 ~ 24.62%
G 209 of 585 ~ 35.73%
B 232 of 585 ~ 39.66%

%24.62
%35.73
%39.66

CMYK color model

#90D1E8 color CMYK value is (38,10,0,9).

  • cyan value is 37.93%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(38,10,0,9)
C38M10Y0K9 
(38%,10%,0%,9%)
(0.38/0.10/0.00/0.09)	

CMYK percentages

%37.93
%9.91
%0
%9.02

Codes

Color #90D1E8 in popluar color models

90D1E8
RGB144209232
HSL196°65.67%73.73%
HSB/HSV196°37.93%90.98%
CMYK37.93%9.91%0.00%
9.02%

Color #90D1E8 in popluar number systems.

HEX90D1E8
Decimal144209232
Binary100100001101000111101000
Octal220321350

Shades and tints

Shades of #90D1E8

#90D1E8
(144,209,232)
#83BED3
(131,190,211)
#76ABBE
(118,171,190)
#6998A9
(105,152,169)
#5C8594
(92,133,148)
#4F727F
(79,114,127)
#425F6A
(66,95,106)
#354C55
(53,76,85)
#283940
(40,57,64)
#1B262B
(27,38,43)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #90D1E8

#90D1E8
(144,209,232)
#9AD5EA
(154,213,234)
#A4D9EC
(164,217,236)
#AEDDEE
(174,221,238)
#B8E1F0
(184,225,240)
#C2E5F2
(194,229,242)
#CCE9F4
(204,233,244)
#D6EDF6
(214,237,246)
#E0F1F8
(224,241,248)
#EAF5FA
(234,245,250)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D1E8 color. Also use rgb(144,209,232) instead hex code.

Text Font Color

.myTextColor { color: #90D1E8; }

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

This text font color is #90D1E8.


Background Color

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

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

This div background color is #90D1E8.


Border color

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

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

This div border color is #90D1E8.


Opacity

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

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

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

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

This text has shadow with #90D1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D1E8 on black background.


Color preview on white background

This text has color #90D1E8 on white background.



Black color preview on #90D1E8 background

This text has black color on #90D1E8 background.


White color preview on #90D1E8 background

This text has white color on #90D1E8 background.