COLOR #90A6D7

HEX: #90A6D7
RGB: (144,166,215)

Color info

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

RGB color model

#90A6D7 color RGB value is (144,166,215).

  • red value is 144;
  • green value is 166;
  • blue value is 215.
RGB:
(144,166,215)
(56%,65%,84%)

RGB channels and saturation

R 144 of 255 = 56%
G 166 of 255 = 65%
B 215 of 255 = 84%

144
166
215

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

Portions of RGB colors in percentages

R + G + B =
144 + 166 + 215 = 525 (100%)
R 144 of 525 ~ 27.43%
G 166 of 525 ~ 31.62%
B 215 of 525 ~ 40.95%

%27.43
%31.62
%40.95

CMYK color model

#90A6D7 color CMYK value is (33,23,0,16).

  • cyan value is 33.02%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(33,23,0,16)
C33M23Y0K16 
(33%,23%,0%,16%)
(0.33/0.23/0.00/0.16)	

CMYK percentages

%33.02
%22.79
%0
%15.69

Codes

Color #90A6D7 in popluar color models

90A6D7
RGB144166215
HSL221°47.02%70.39%
HSB/HSV221°33.02%84.31%
CMYK33.02%22.79%0.00%
15.69%

Color #90A6D7 in popluar number systems.

HEX90A6D7
Decimal144166215
Binary100100001010011011010111
Octal220246327

Shades and tints

Shades of #90A6D7

#90A6D7
(144,166,215)
#8397C4
(131,151,196)
#7688B1
(118,136,177)
#69799E
(105,121,158)
#5C6A8B
(92,106,139)
#4F5B78
(79,91,120)
#424C65
(66,76,101)
#353D52
(53,61,82)
#282E3F
(40,46,63)
#1B1F2C
(27,31,44)
#0E1019
(14,16,25)
#000000
(0,0,0)

Tints of #90A6D7

#90A6D7
(144,166,215)
#9AAEDA
(154,174,218)
#A4B6DD
(164,182,221)
#AEBEE0
(174,190,224)
#B8C6E3
(184,198,227)
#C2CEE6
(194,206,230)
#CCD6E9
(204,214,233)
#D6DEEC
(214,222,236)
#E0E6EF
(224,230,239)
#EAEEF2
(234,238,242)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A6D7 color. Also use rgb(144,166,215) instead hex code.

Text Font Color

.myTextColor { color: #90A6D7; }

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

This text font color is #90A6D7.


Background Color

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

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

This div background color is #90A6D7.


Border color

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

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

This div border color is #90A6D7.


Opacity

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

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

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

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

This text has shadow with #90A6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A6D7 on black background.


Color preview on white background

This text has color #90A6D7 on white background.



Black color preview on #90A6D7 background

This text has black color on #90A6D7 background.


White color preview on #90A6D7 background

This text has white color on #90A6D7 background.