COLOR #90A49C

HEX: #90A49C
RGB: (144,164,156)

Color info

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

RGB color model

#90A49C color RGB value is (144,164,156).

  • red value is 144;
  • green value is 164;
  • blue value is 156.
RGB:
(144,164,156)
(56%,64%,61%)

RGB channels and saturation

R 144 of 255 = 56%
G 164 of 255 = 64%
B 156 of 255 = 61%

144
164
156

R + G + B ~ 60%. #90A49C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 164 + 156 = 464 (100%)
R 144 of 464 ~ 31.03%
G 164 of 464 ~ 35.34%
B 156 of 464 ~ 33.62%

%31.03
%35.34
%33.62

CMYK color model

#90A49C color CMYK value is (12,0,5,36).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(12,0,5,36)
C12M0Y5K36 
(12%,0%,5%,36%)
(0.12/0.00/0.05/0.36)	

CMYK percentages

%12.2
%0
%4.88
%35.69

Codes

Color #90A49C in popluar color models

90A49C
RGB144164156
HSL156°9.90%60.39%
HSB/HSV156°12.20%64.31%
CMYK12.20%0.00%4.88%
35.69%

Color #90A49C in popluar number systems.

HEX90A49C
Decimal144164156
Binary100100001010010010011100
Octal220244234

Shades and tints

Shades of #90A49C

#90A49C
(144,164,156)
#83968E
(131,150,142)
#768880
(118,136,128)
#697A72
(105,122,114)
#5C6C64
(92,108,100)
#4F5E56
(79,94,86)
#425048
(66,80,72)
#35423A
(53,66,58)
#28342C
(40,52,44)
#1B261E
(27,38,30)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #90A49C

#90A49C
(144,164,156)
#9AACA5
(154,172,165)
#A4B4AE
(164,180,174)
#AEBCB7
(174,188,183)
#B8C4C0
(184,196,192)
#C2CCC9
(194,204,201)
#CCD4D2
(204,212,210)
#D6DCDB
(214,220,219)
#E0E4E4
(224,228,228)
#EAECED
(234,236,237)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A49C color. Also use rgb(144,164,156) instead hex code.

Text Font Color

.myTextColor { color: #90A49C; }

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

This text font color is #90A49C.


Background Color

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

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

This div background color is #90A49C.


Border color

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

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

This div border color is #90A49C.


Opacity

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

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

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

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

This text has shadow with #90A49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A49C on black background.


Color preview on white background

This text has color #90A49C on white background.



Black color preview on #90A49C background

This text has black color on #90A49C background.


White color preview on #90A49C background

This text has white color on #90A49C background.