COLOR #90A7DC

HEX: #90A7DC RGB: (144,167,220)

Color info

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

RGB color model

#90A7DC color RGB value is (144,167,220).

RGB: (144,167,220) (56%, 65%, 86%)

RGB channels and saturation

R 144 of 255 = 56%
G 167 of 255 = 65%
B 220 of 255 = 86%

144
167
220

R + G + B ~ 69%. #90A7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 167 + 220 = 531 (100%)
R 144 of 531 ~ 27.12%
G 167 of 531 ~ 31.45%
B 220 of 531 ~ 41.43'%

%27.12
%31.45
%41.43

CMYK color model

#90A7DC color CMYK value is (35,24,0,14).

  • cyan value is 34.55%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (35,24,0,14) C35M24Y0K14 (35%,24%,0%,14%) (0.35/0.24/0.00/0.14) 

CMYK percentages

%34.55
%24.09
%0
%13.73

Codes

Color #90A7DC in popluar color models

90 A7 DC
RGB 144 167 220
HSL 222° 52.05% 71.37%
HSB/HSV 222° 34.55% 86.27%
CMYK 34.55% 24.09% 0.00%
13.73%

Color #90A7DC in popluar number systems.

HEX 90 A7 DC
Decimal 144 167 220
Binary 10010000 10100111 11011100
Octal 220 247 334

Shades and tints

Shades of #90A7DC

#90A7DC
(144,167,220)
#8398C8
(131,152,200)
#7689B4
(118,137,180)
#697AA0
(105,122,160)
#5C6B8C
(92,107,140)
#4F5C78
(79,92,120)
#424D64
(66,77,100)
#353E50
(53,62,80)
#282F3C
(40,47,60)
#1B2028
(27,32,40)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #90A7DC

#90A7DC
(144,167,220)
#9AAFDF
(154,175,223)
#A4B7E2
(164,183,226)
#AEBFE5
(174,191,229)
#B8C7E8
(184,199,232)
#C2CFEB
(194,207,235)
#CCD7EE
(204,215,238)
#D6DFF1
(214,223,241)
#E0E7F4
(224,231,244)
#EAEFF7
(234,239,247)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A7DC color. Also use rgb(144,167,220) instead hex code.

Text Font Color

.myTextColor { color: #90A7DC; }

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

This text font color is #90A7DC.

Background Color

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

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

This div background color is #90A7DC.

Border color

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

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

This div border color is #90A7DC.

Opacity

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

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

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

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

This text has shadow with #90A7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A7DC.

Preview

Color preview on black background

This text has color #90A7DC on black background.


Color preview on white background

This text has color #90A7DC on white background.


Black color preview on #90A7DC background

This text has black color on #90A7DC background.


White color preview on #90A7DC background

This text has white color on #90A7DC background.


Related colors

Complementary color

Complementary color for #hex is #6F5823.


I love getcolorcode.com

Triadic colors

1 #DC90A7 and #A7DC90 with #90A7DC are triadic colors.

2 #DCA790 and #A790DC with #90A7DC are triadic colors.