COLOR #90AAA0

HEX: #90AAA0
RGB: (144,170,160)

Color info

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

RGB color model

#90AAA0 color RGB value is (144,170,160).

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

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 160 of 255 = 63%

144
170
160

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

Portions of RGB colors in percentages

R + G + B =
144 + 170 + 160 = 474 (100%)
R 144 of 474 ~ 30.38%
G 170 of 474 ~ 35.86%
B 160 of 474 ~ 33.76%

%30.38
%35.86
%33.76

CMYK color model

#90AAA0 color CMYK value is (15,0,6,33).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 33.33%
CMYK:
(15,0,6,33)
C15M0Y6K33 
(15%,0%,6%,33%)
(0.15/0.00/0.06/0.33)	

CMYK percentages

%15.29
%0
%5.88
%33.33

Codes

Color #90AAA0 in popluar color models

90AAA0
RGB144170160
HSL157°13.27%61.57%
HSB/HSV157°15.29%66.67%
CMYK15.29%0.00%5.88%
33.33%

Color #90AAA0 in popluar number systems.

HEX90AAA0
Decimal144170160
Binary100100001010101010100000
Octal220252240

Shades and tints

Shades of #90AAA0

#90AAA0
(144,170,160)
#839B92
(131,155,146)
#768C84
(118,140,132)
#697D76
(105,125,118)
#5C6E68
(92,110,104)
#4F5F5A
(79,95,90)
#42504C
(66,80,76)
#35413E
(53,65,62)
#283230
(40,50,48)
#1B2322
(27,35,34)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #90AAA0

#90AAA0
(144,170,160)
#9AB1A8
(154,177,168)
#A4B8B0
(164,184,176)
#AEBFB8
(174,191,184)
#B8C6C0
(184,198,192)
#C2CDC8
(194,205,200)
#CCD4D0
(204,212,208)
#D6DBD8
(214,219,216)
#E0E2E0
(224,226,224)
#EAE9E8
(234,233,232)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AAA0; }

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

This text font color is #90AAA0.


Background Color

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

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

This div background color is #90AAA0.


Border color

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

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

This div border color is #90AAA0.


Opacity

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

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

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

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

This text has shadow with #90AAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AAA0 on black background.


Color preview on white background

This text has color #90AAA0 on white background.



Black color preview on #90AAA0 background

This text has black color on #90AAA0 background.


White color preview on #90AAA0 background

This text has white color on #90AAA0 background.