COLOR #90A3D1

HEX: #90A3D1
RGB: (144,163,209)

Color info

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

RGB color model

#90A3D1 color RGB value is (144,163,209).

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

RGB channels and saturation

R 144 of 255 = 56%
G 163 of 255 = 64%
B 209 of 255 = 82%

144
163
209

R + G + B ~ 67%. #90A3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 163 + 209 = 516 (100%)
R 144 of 516 ~ 27.91%
G 163 of 516 ~ 31.59%
B 209 of 516 ~ 40.5%

%27.91
%31.59
%40.5

CMYK color model

#90A3D1 color CMYK value is (31,22,0,18).

  • cyan value is 31.10%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (31,22,0,18) C31M22Y0K18 (31%,22%,0%,18%) (0.31/0.22/0.00/0.18)

CMYK percentages

%31.1
%22.01
%0
%18.04

Codes

Color #90A3D1 in popluar color models

90A3D1
RGB144163209
HSL222°41.40%69.22%
HSB/HSV222°31.10%81.96%
CMYK31.10%22.01%0.00%
18.04%

Color #90A3D1 in popluar number systems.

HEX90A3D1
Decimal144163209
Binary100100001010001111010001
Octal220243321

Shades and tints

Shades of #90A3D1

#90A3D1
(144,163,209)
#8395BE
(131,149,190)
#7687AB
(118,135,171)
#697998
(105,121,152)
#5C6B85
(92,107,133)
#4F5D72
(79,93,114)
#424F5F
(66,79,95)
#35414C
(53,65,76)
#283339
(40,51,57)
#1B2526
(27,37,38)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #90A3D1

#90A3D1
(144,163,209)
#9AABD5
(154,171,213)
#A4B3D9
(164,179,217)
#AEBBDD
(174,187,221)
#B8C3E1
(184,195,225)
#C2CBE5
(194,203,229)
#CCD3E9
(204,211,233)
#D6DBED
(214,219,237)
#E0E3F1
(224,227,241)
#EAEBF5
(234,235,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A3D1; }

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

This text font color is #90A3D1.


Background Color

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

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

This div background color is #90A3D1.


Border color

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

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

This div border color is #90A3D1.


Opacity

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

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

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

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

This text has shadow with #90A3D1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #90A3D1 on black background.


Color preview on white background

This text has color #90A3D1 on white background.



Black color preview on #90A3D1 background

This text has black color on #90A3D1 background.


White color preview on #90A3D1 background

This text has white color on #90A3D1 background.