COLOR #90A4D4

HEX: #90A4D4
RGB: (144,164,212)

Color info

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

RGB color model

#90A4D4 color RGB value is (144,164,212).

  • red value is 144;
  • green value is 164;
  • blue value is 212.
RGB:
(144,164,212)
(56%,64%,83%)

RGB channels and saturation

R 144 of 255 = 56%
G 164 of 255 = 64%
B 212 of 255 = 83%

144
164
212

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

Portions of RGB colors in percentages

R + G + B =
144 + 164 + 212 = 520 (100%)
R 144 of 520 ~ 27.69%
G 164 of 520 ~ 31.54%
B 212 of 520 ~ 40.77%

%27.69
%31.54
%40.77

CMYK color model

#90A4D4 color CMYK value is (32,23,0,17).

  • cyan value is 32.08%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(32,23,0,17)
C32M23Y0K17 
(32%,23%,0%,17%)
(0.32/0.23/0.00/0.17)	

CMYK percentages

%32.08
%22.64
%0
%16.86

Codes

Color #90A4D4 in popluar color models

90A4D4
RGB144164212
HSL222°44.16%69.80%
HSB/HSV222°32.08%83.14%
CMYK32.08%22.64%0.00%
16.86%

Color #90A4D4 in popluar number systems.

HEX90A4D4
Decimal144164212
Binary100100001010010011010100
Octal220244324

Shades and tints

Shades of #90A4D4

#90A4D4
(144,164,212)
#8396C1
(131,150,193)
#7688AE
(118,136,174)
#697A9B
(105,122,155)
#5C6C88
(92,108,136)
#4F5E75
(79,94,117)
#425062
(66,80,98)
#35424F
(53,66,79)
#28343C
(40,52,60)
#1B2629
(27,38,41)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #90A4D4

#90A4D4
(144,164,212)
#9AACD7
(154,172,215)
#A4B4DA
(164,180,218)
#AEBCDD
(174,188,221)
#B8C4E0
(184,196,224)
#C2CCE3
(194,204,227)
#CCD4E6
(204,212,230)
#D6DCE9
(214,220,233)
#E0E4EC
(224,228,236)
#EAECEF
(234,236,239)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A4D4 color. Also use rgb(144,164,212) instead hex code.

Text Font Color

.myTextColor { color: #90A4D4; }

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

This text font color is #90A4D4.


Background Color

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

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

This div background color is #90A4D4.


Border color

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

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

This div border color is #90A4D4.


Opacity

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

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

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

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

This text has shadow with #90A4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A4D4 on black background.


Color preview on white background

This text has color #90A4D4 on white background.



Black color preview on #90A4D4 background

This text has black color on #90A4D4 background.


White color preview on #90A4D4 background

This text has white color on #90A4D4 background.