COLOR #90ADB9

HEX: #90ADB9 RGB: (144,173,185)

Color info

#90ADB9 contains red, green and blue colors in about the same proportion. Web safe color of #90ADB9 is #9999CC (or #99C).

RGB color model

#90ADB9 color RGB value is (144,173,185).

RGB: (144,173,185) (56%, 68%, 73%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 185 of 255 = 73%

144
173
185

R + G + B ~ 66%. #90ADB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 173 + 185 = 502 (100%)
R 144 of 502 ~ 28.69%
G 173 of 502 ~ 34.46%
B 185 of 502 ~ 36.85'%

%28.69
%34.46
%36.85

CMYK color model

#90ADB9 color CMYK value is (22,6,0,27).

  • cyan value is 22.16%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (22,6,0,27)
C22M6Y0K27 (22%, 6%, 0%, 27%)
(0.22 / 0.06 / 0.00 / 0.27)

CMYK percentages

%22.16
%6.49
%0
%27.45

Codes

Color #90ADB9 in popluar color models

90 AD B9
RGB 144 173 185
HSL 198° 22.65% 64.51%
HSB/HSV 198° 22.16% 72.55%
CMYK 22.16% 6.49% 0.00%
27.45%

Color #90ADB9 in popluar number systems.

HEX 90 AD B9
Decimal 144 173 185
Binary 10010000 10101101 10111001
Octal 220 255 271

Shades and tints

Shades of #90ADB9

#90ADB9
(144,173,185)
#839EA9
(131,158,169)
#768F99
(118,143,153)
#698089
(105,128,137)
#5C7179
(92,113,121)
#4F6269
(79,98,105)
#425359
(66,83,89)
#354449
(53,68,73)
#283539
(40,53,57)
#1B2629
(27,38,41)
#0E1719
(14,23,25)
#000000
(0,0,0)

Tints of #90ADB9

#90ADB9
(144,173,185)
#9AB4BF
(154,180,191)
#A4BBC5
(164,187,197)
#AEC2CB
(174,194,203)
#B8C9D1
(184,201,209)
#C2D0D7
(194,208,215)
#CCD7DD
(204,215,221)
#D6DEE3
(214,222,227)
#E0E5E9
(224,229,233)
#EAECEF
(234,236,239)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ADB9; }

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

This text font color is #90ADB9.

Background Color

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

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

This div background color is #90ADB9.

Border color

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

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

This div border color is #90ADB9.

Opacity

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

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

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

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

This text has shadow with #90ADB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90ADB9.

Preview

Color preview on black background

This text has color #90ADB9 on black background.


Color preview on white background

This text has color #90ADB9 on white background.


Black color preview on #90ADB9 background

This text has black color on #90ADB9 background.


White color preview on #90ADB9 background

This text has white color on #90ADB9 background.


Related colors

Complementary color

Complementary color for #hex is #6F5246.


I love getcolorcode.com

Triadic colors

1 #B990AD and #ADB990 with #90ADB9 are triadic colors.

2 #B9AD90 and #AD90B9 with #90ADB9 are triadic colors.