COLOR #90A498

HEX: #90A498
RGB: (144,164,152)

Color info

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

RGB color model

#90A498 color RGB value is (144,164,152).

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

RGB channels and saturation

R 144 of 255 = 56%
G 164 of 255 = 64%
B 152 of 255 = 60%

144
164
152

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

Portions of RGB colors in percentages

R + G + B =
144 + 164 + 152 = 460 (100%)
R 144 of 460 ~ 31.3%
G 164 of 460 ~ 35.65%
B 152 of 460 ~ 33.04%

%31.3
%35.65
%33.04

CMYK color model

#90A498 color CMYK value is (12,0,7,36).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(12,0,7,36)
C12M0Y7K36 
(12%,0%,7%,36%)
(0.12/0.00/0.07/0.36)	

CMYK percentages

%12.2
%0
%7.32
%35.69

Codes

Color #90A498 in popluar color models

90A498
RGB144164152
HSL144°9.90%60.39%
HSB/HSV144°12.20%64.31%
CMYK12.20%0.00%7.32%
35.69%

Color #90A498 in popluar number systems.

HEX90A498
Decimal144164152
Binary100100001010010010011000
Octal220244230

Shades and tints

Shades of #90A498

#90A498
(144,164,152)
#83968B
(131,150,139)
#76887E
(118,136,126)
#697A71
(105,122,113)
#5C6C64
(92,108,100)
#4F5E57
(79,94,87)
#42504A
(66,80,74)
#35423D
(53,66,61)
#283430
(40,52,48)
#1B2623
(27,38,35)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #90A498

#90A498
(144,164,152)
#9AACA1
(154,172,161)
#A4B4AA
(164,180,170)
#AEBCB3
(174,188,179)
#B8C4BC
(184,196,188)
#C2CCC5
(194,204,197)
#CCD4CE
(204,212,206)
#D6DCD7
(214,220,215)
#E0E4E0
(224,228,224)
#EAECE9
(234,236,233)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A498; }

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

This text font color is #90A498.


Background Color

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

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

This div background color is #90A498.


Border color

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

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

This div border color is #90A498.


Opacity

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

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

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

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

This text has shadow with #90A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A498 on black background.


Color preview on white background

This text has color #90A498 on white background.



Black color preview on #90A498 background

This text has black color on #90A498 background.


White color preview on #90A498 background

This text has white color on #90A498 background.