COLOR #90ADD1

HEX: #90ADD1 RGB: (144,173,209)

Color info

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

RGB color model

#90ADD1 color RGB value is (144,173,209).

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

RGB channels and saturation

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

144
173
209

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

Portions of RGB colors in percentages

R + G + B = 144 + 173 + 209 = 526 (100%)
R 144 of 526 ~ 27.38%
G 173 of 526 ~ 32.89%
B 209 of 526 ~ 39.73'%

%27.38
%32.89
%39.73

CMYK color model

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

  • cyan value is 31.10%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%

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

CMYK percentages

%31.1
%17.22
%0
%18.04

Codes

Color #90ADD1 in popluar color models

90 AD D1
RGB 144 173 209
HSL 213° 41.40% 69.22%
HSB/HSV 213° 31.10% 81.96%
CMYK 31.10% 17.22% 0.00%
18.04%

Color #90ADD1 in popluar number systems.

HEX 90 AD D1
Decimal 144 173 209
Binary 10010000 10101101 11010001
Octal 220 255 321

Shades and tints

Shades of #90ADD1

#90ADD1
(144,173,209)
#839EBE
(131,158,190)
#768FAB
(118,143,171)
#698098
(105,128,152)
#5C7185
(92,113,133)
#4F6272
(79,98,114)
#42535F
(66,83,95)
#35444C
(53,68,76)
#283539
(40,53,57)
#1B2626
(27,38,38)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #90ADD1

#90ADD1
(144,173,209)
#9AB4D5
(154,180,213)
#A4BBD9
(164,187,217)
#AEC2DD
(174,194,221)
#B8C9E1
(184,201,225)
#C2D0E5
(194,208,229)
#CCD7E9
(204,215,233)
#D6DEED
(214,222,237)
#E0E5F1
(224,229,241)
#EAECF5
(234,236,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ADD1; }

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

This text font color is #90ADD1.

Background Color

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

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

This div background color is #90ADD1.

Border color

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

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

This div border color is #90ADD1.

Opacity

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

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

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

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

This text has shadow with #90ADD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90ADD1.

Preview

Color preview on black background

This text has color #90ADD1 on black background.


Color preview on white background

This text has color #90ADD1 on white background.


Black color preview on #90ADD1 background

This text has black color on #90ADD1 background.


White color preview on #90ADD1 background

This text has white color on #90ADD1 background.


Related colors

Complementary color

Complementary color for #hex is #6F522E.


I love getcolorcode.com

Triadic colors

1 #D190AD and #ADD190 with #90ADD1 are triadic colors.

2 #D1AD90 and #AD90D1 with #90ADD1 are triadic colors.