COLOR #90A0AD

HEX: #90A0AD
RGB: (144,160,173)

Color info

#90A0AD contains red, green and blue colors in about the same proportion. Web safe color of #90A0AD is #999999 (or #999).

RGB color model

#90A0AD color RGB value is (144,160,173).

  • red value is 144;
  • green value is 160;
  • blue value is 173.
RGB:
(144,160,173)
(56%,63%,68%)

RGB channels and saturation

R 144 of 255 = 56%
G 160 of 255 = 63%
B 173 of 255 = 68%

144
160
173

R + G + B ~ 62%. #90A0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 160 + 173 = 477 (100%)
R 144 of 477 ~ 30.19%
G 160 of 477 ~ 33.54%
B 173 of 477 ~ 36.27%

%30.19
%33.54
%36.27

CMYK color model

#90A0AD color CMYK value is (17,8,0,32).

  • cyan value is 16.76%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,8,0,32)
C17M8Y0K32 
(17%,8%,0%,32%)
(0.17/0.08/0.00/0.32)	

CMYK percentages

%16.76
%7.51
%0
%32.16

Codes

Color #90A0AD in popluar color models

90A0AD
RGB144160173
HSL207°15.03%62.16%
HSB/HSV207°16.76%67.84%
CMYK16.76%7.51%0.00%
32.16%

Color #90A0AD in popluar number systems.

HEX90A0AD
Decimal144160173
Binary100100001010000010101101
Octal220240255

Shades and tints

Shades of #90A0AD

#90A0AD
(144,160,173)
#83929E
(131,146,158)
#76848F
(118,132,143)
#697680
(105,118,128)
#5C6871
(92,104,113)
#4F5A62
(79,90,98)
#424C53
(66,76,83)
#353E44
(53,62,68)
#283035
(40,48,53)
#1B2226
(27,34,38)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #90A0AD

#90A0AD
(144,160,173)
#9AA8B4
(154,168,180)
#A4B0BB
(164,176,187)
#AEB8C2
(174,184,194)
#B8C0C9
(184,192,201)
#C2C8D0
(194,200,208)
#CCD0D7
(204,208,215)
#D6D8DE
(214,216,222)
#E0E0E5
(224,224,229)
#EAE8EC
(234,232,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A0AD; }

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

This text font color is #90A0AD.


Background Color

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

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

This div background color is #90A0AD.


Border color

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

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

This div border color is #90A0AD.


Opacity

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

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

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

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

This text has shadow with #90A0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A0AD on black background.


Color preview on white background

This text has color #90A0AD on white background.



Black color preview on #90A0AD background

This text has black color on #90A0AD background.


White color preview on #90A0AD background

This text has white color on #90A0AD background.