COLOR #90A0D8

HEX: #90A0D8
RGB: (144,160,216)

Color info

#90A0D8 contains mainly green and blue colors. Web safe color of #90A0D8 is #9999CC (or #99C).

RGB color model

#90A0D8 color RGB value is (144,160,216).

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

RGB channels and saturation

R 144 of 255 = 56%
G 160 of 255 = 63%
B 216 of 255 = 85%

144
160
216

R + G + B ~ 68%. #90A0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 160 + 216 = 520 (100%)
R 144 of 520 ~ 27.69%
G 160 of 520 ~ 30.77%
B 216 of 520 ~ 41.54%

%27.69
%30.77
%41.54

CMYK color model

#90A0D8 color CMYK value is (33,26,0,15).

  • cyan value is 33.33%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(33,26,0,15)
C33M26Y0K15 
(33%,26%,0%,15%)
(0.33/0.26/0.00/0.15)	

CMYK percentages

%33.33
%25.93
%0
%15.29

Codes

Color #90A0D8 in popluar color models

90A0D8
RGB144160216
HSL227°48.00%70.59%
HSB/HSV227°33.33%84.71%
CMYK33.33%25.93%0.00%
15.29%

Color #90A0D8 in popluar number systems.

HEX90A0D8
Decimal144160216
Binary100100001010000011011000
Octal220240330

Shades and tints

Shades of #90A0D8

#90A0D8
(144,160,216)
#8392C5
(131,146,197)
#7684B2
(118,132,178)
#69769F
(105,118,159)
#5C688C
(92,104,140)
#4F5A79
(79,90,121)
#424C66
(66,76,102)
#353E53
(53,62,83)
#283040
(40,48,64)
#1B222D
(27,34,45)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #90A0D8

#90A0D8
(144,160,216)
#9AA8DB
(154,168,219)
#A4B0DE
(164,176,222)
#AEB8E1
(174,184,225)
#B8C0E4
(184,192,228)
#C2C8E7
(194,200,231)
#CCD0EA
(204,208,234)
#D6D8ED
(214,216,237)
#E0E0F0
(224,224,240)
#EAE8F3
(234,232,243)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A0D8; }

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

This text font color is #90A0D8.


Background Color

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

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

This div background color is #90A0D8.


Border color

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

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

This div border color is #90A0D8.


Opacity

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

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

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

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

This text has shadow with #90A0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A0D8 on black background.


Color preview on white background

This text has color #90A0D8 on white background.



Black color preview on #90A0D8 background

This text has black color on #90A0D8 background.


White color preview on #90A0D8 background

This text has white color on #90A0D8 background.