COLOR #90ADD0

HEX: #90ADD0 RGB: (144,173,208)

Color info

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

RGB color model

#90ADD0 color RGB value is (144,173,208).

RGB: (144,173,208) (56%, 68%, 82%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 208 of 255 = 82%

144
173
208

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

Portions of RGB colors in percentages

R + G + B = 144 + 173 + 208 = 525 (100%)
R 144 of 525 ~ 27.43%
G 173 of 525 ~ 32.95%
B 208 of 525 ~ 39.62'%

%27.43
%32.95
%39.62

CMYK color model

#90ADD0 color CMYK value is (31,17,0,18).

  • cyan value is 30.77%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (31,17,0,18)
C31M17Y0K18 (31%, 17%, 0%, 18%)
(0.31 / 0.17 / 0.00 / 0.18)

CMYK percentages

%30.77
%16.83
%0
%18.43

Codes

Color #90ADD0 in popluar color models

90 AD D0
RGB 144 173 208
HSL 213° 40.51% 69.02%
HSB/HSV 213° 30.77% 81.57%
CMYK 30.77% 16.83% 0.00%
18.43%

Color #90ADD0 in popluar number systems.

HEX 90 AD D0
Decimal 144 173 208
Binary 10010000 10101101 11010000
Octal 220 255 320

Shades and tints

Shades of #90ADD0

#90ADD0
(144,173,208)
#839EBE
(131,158,190)
#768FAC
(118,143,172)
#69809A
(105,128,154)
#5C7188
(92,113,136)
#4F6276
(79,98,118)
#425364
(66,83,100)
#354452
(53,68,82)
#283540
(40,53,64)
#1B262E
(27,38,46)
#0E171C
(14,23,28)
#000000
(0,0,0)

Tints of #90ADD0

#90ADD0
(144,173,208)
#9AB4D4
(154,180,212)
#A4BBD8
(164,187,216)
#AEC2DC
(174,194,220)
#B8C9E0
(184,201,224)
#C2D0E4
(194,208,228)
#CCD7E8
(204,215,232)
#D6DEEC
(214,222,236)
#E0E5F0
(224,229,240)
#EAECF4
(234,236,244)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ADD0 color. Also use rgb(144,173,208) instead hex code.

Text Font Color

.myTextColor { color: #90ADD0; }

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

This text font color is #90ADD0.

Background Color

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

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

This div background color is #90ADD0.

Border color

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

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

This div border color is #90ADD0.

Opacity

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

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

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

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

This text has shadow with #90ADD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90ADD0.

Preview

Color preview on black background

This text has color #90ADD0 on black background.


Color preview on white background

This text has color #90ADD0 on white background.


Black color preview on #90ADD0 background

This text has black color on #90ADD0 background.


White color preview on #90ADD0 background

This text has white color on #90ADD0 background.


Related colors

Complementary color

Complementary color for #hex is #6F522F.


I love getcolorcode.com

Triadic colors

1 #D090AD and #ADD090 with #90ADD0 are triadic colors.

2 #D0AD90 and #AD90D0 with #90ADD0 are triadic colors.