COLOR #90A9A5

HEX: #90A9A5 RGB: (144,169,165)

Color info

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

RGB color model

#90A9A5 color RGB value is (144,169,165).

RGB: (144,169,165) (56%, 66%, 65%)

RGB channels and saturation

R 144 of 255 = 56%
G 169 of 255 = 66%
B 165 of 255 = 65%

144
169
165

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

Portions of RGB colors in percentages

R + G + B = 144 + 169 + 165 = 478 (100%)
R 144 of 478 ~ 30.13%
G 169 of 478 ~ 35.36%
B 165 of 478 ~ 34.52'%

%30.13
%35.36
%34.52

CMYK color model

#90A9A5 color CMYK value is (15,0,2,34).

  • cyan value is 14.79%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 33.73%

CMYK: (15,0,2,34)
C15M0Y2K34 (15%, 0%, 2%, 34%)
(0.15 / 0.00 / 0.02 / 0.34)

CMYK percentages

%14.79
%0
%2.37
%33.73

Codes

Color #90A9A5 in popluar color models

90 A9 A5
RGB 144 169 165
HSL 170° 12.69% 61.37%
HSB/HSV 170° 14.79% 66.27%
CMYK 14.79% 0.00% 2.37%
33.73%

Color #90A9A5 in popluar number systems.

HEX 90 A9 A5
Decimal 144 169 165
Binary 10010000 10101001 10100101
Octal 220 251 245

Shades and tints

Shades of #90A9A5

#90A9A5
(144,169,165)
#839A96
(131,154,150)
#768B87
(118,139,135)
#697C78
(105,124,120)
#5C6D69
(92,109,105)
#4F5E5A
(79,94,90)
#424F4B
(66,79,75)
#35403C
(53,64,60)
#28312D
(40,49,45)
#1B221E
(27,34,30)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #90A9A5

#90A9A5
(144,169,165)
#9AB0AD
(154,176,173)
#A4B7B5
(164,183,181)
#AEBEBD
(174,190,189)
#B8C5C5
(184,197,197)
#C2CCCD
(194,204,205)
#CCD3D5
(204,211,213)
#D6DADD
(214,218,221)
#E0E1E5
(224,225,229)
#EAE8ED
(234,232,237)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A9A5 color. Also use rgb(144,169,165) instead hex code.

Text Font Color

.myTextColor { color: #90A9A5; }

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

This text font color is #90A9A5.

Background Color

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

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

This div background color is #90A9A5.

Border color

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

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

This div border color is #90A9A5.

Opacity

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

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

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

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

This text has shadow with #90A9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A9A5.

Preview

Color preview on black background

This text has color #90A9A5 on black background.


Color preview on white background

This text has color #90A9A5 on white background.


Black color preview on #90A9A5 background

This text has black color on #90A9A5 background.


White color preview on #90A9A5 background

This text has white color on #90A9A5 background.


Related colors

Complementary color

Complementary color for #hex is #6F565A.


I love getcolorcode.com

Triadic colors

1 #A590A9 and #A9A590 with #90A9A5 are triadic colors.

2 #A5A990 and #A990A5 with #90A9A5 are triadic colors.