COLOR #90A0E6

HEX: #90A0E6
RGB: (144,160,230)

Color info

#90A0E6 contains mainly blue color. Web safe color of #90A0E6 is #9999CC (or #99C).

RGB color model

#90A0E6 color RGB value is (144,160,230).

  • red value is 144;
  • green value is 160;
  • blue value is 230.
RGB:
(144,160,230)
(56%,63%,90%)

RGB channels and saturation

R 144 of 255 = 56%
G 160 of 255 = 63%
B 230 of 255 = 90%

144
160
230

R + G + B ~ 70%. #90A0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 160 + 230 = 534 (100%)
R 144 of 534 ~ 26.97%
G 160 of 534 ~ 29.96%
B 230 of 534 ~ 43.07%

%26.97
%29.96
%43.07

CMYK color model

#90A0E6 color CMYK value is (37,30,0,10).

  • cyan value is 37.39%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,30,0,10)
C37M30Y0K10 
(37%,30%,0%,10%)
(0.37/0.30/0.00/0.10)	

CMYK percentages

%37.39
%30.43
%0
%9.8

Codes

Color #90A0E6 in popluar color models

90A0E6
RGB144160230
HSL229°63.24%73.33%
HSB/HSV229°37.39%90.20%
CMYK37.39%30.43%0.00%
9.80%

Color #90A0E6 in popluar number systems.

HEX90A0E6
Decimal144160230
Binary100100001010000011100110
Octal220240346

Shades and tints

Shades of #90A0E6

#90A0E6
(144,160,230)
#8392D2
(131,146,210)
#7684BE
(118,132,190)
#6976AA
(105,118,170)
#5C6896
(92,104,150)
#4F5A82
(79,90,130)
#424C6E
(66,76,110)
#353E5A
(53,62,90)
#283046
(40,48,70)
#1B2232
(27,34,50)
#0E141E
(14,20,30)
#000000
(0,0,0)

Tints of #90A0E6

#90A0E6
(144,160,230)
#9AA8E8
(154,168,232)
#A4B0EA
(164,176,234)
#AEB8EC
(174,184,236)
#B8C0EE
(184,192,238)
#C2C8F0
(194,200,240)
#CCD0F2
(204,208,242)
#D6D8F4
(214,216,244)
#E0E0F6
(224,224,246)
#EAE8F8
(234,232,248)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A0E6 color. Also use rgb(144,160,230) instead hex code.

Text Font Color

.myTextColor { color: #90A0E6; }

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

This text font color is #90A0E6.


Background Color

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

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

This div background color is #90A0E6.


Border color

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

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

This div border color is #90A0E6.


Opacity

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

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

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

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

This text has shadow with #90A0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A0E6 on black background.


Color preview on white background

This text has color #90A0E6 on white background.



Black color preview on #90A0E6 background

This text has black color on #90A0E6 background.


White color preview on #90A0E6 background

This text has white color on #90A0E6 background.