COLOR #90988A

HEX: #90988A RGB: (144,152,138)

Color info

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

RGB color model

#90988A color RGB value is (144,152,138).

RGB: (144,152,138) (56%, 60%, 54%)

RGB channels and saturation

R 144 of 255 = 56%
G 152 of 255 = 60%
B 138 of 255 = 54%

144
152
138

R + G + B ~ 57%. #90988A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 152 + 138 = 434 (100%)
R 144 of 434 ~ 33.18%
G 152 of 434 ~ 35.02%
B 138 of 434 ~ 31.8'%

%33.18
%35.02
%31.8

CMYK color model

#90988A color CMYK value is (5,0,9,40).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%

CMYK: (5,0,9,40)
C5M0Y9K40 (5%, 0%, 9%, 40%)
(0.05 / 0.00 / 0.09 / 0.40)

CMYK percentages

%5.26
%0
%9.21
%40.39

Codes

Color #90988A in popluar color models

90 98 8A
RGB 144 152 138
HSL 94° 6.36% 56.86%
HSB/HSV 94° 9.21% 59.61%
CMYK 5.26% 0.00% 9.21%
40.39%

Color #90988A in popluar number systems.

HEX 90 98 8A
Decimal 144 152 138
Binary 10010000 10011000 10001010
Octal 220 230 212

Shades and tints

Shades of #90988A

#90988A
(144,152,138)
#838B7E
(131,139,126)
#767E72
(118,126,114)
#697166
(105,113,102)
#5C645A
(92,100,90)
#4F574E
(79,87,78)
#424A42
(66,74,66)
#353D36
(53,61,54)
#28302A
(40,48,42)
#1B231E
(27,35,30)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #90988A

#90988A
(144,152,138)
#9AA194
(154,161,148)
#A4AA9E
(164,170,158)
#AEB3A8
(174,179,168)
#B8BCB2
(184,188,178)
#C2C5BC
(194,197,188)
#CCCEC6
(204,206,198)
#D6D7D0
(214,215,208)
#E0E0DA
(224,224,218)
#EAE9E4
(234,233,228)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90988A color. Also use rgb(144,152,138) instead hex code.

Text Font Color

.myTextColor { color: #90988A; }

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

This text font color is #90988A.

Background Color

.myBgColor { background-color: #90988A; }

<div style="background-color:#90988A">Inner text</div>

This div background color is #90988A.

Border color

.myBorderColor { border: 1px solid #90988A; }

<div style="border:3px solid #90988A">Div</div>

This div border color is #90988A.

Opacity

.myOpacity80 { color: #90988A; opacity: 0.8; }

<p style="color:#90988A;opacity:0.8;">80%</p>

Text with #90988A 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 #90988A;}

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

This text has shadow with #90988A color.


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

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

This text has shadow with #90988A primary color and red secondary color.


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

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

This text has shadow with #90988A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90988A.

Preview

Color preview on black background

This text has color #90988A on black background.


Color preview on white background

This text has color #90988A on white background.


Black color preview on #90988A background

This text has black color on #90988A background.


White color preview on #90988A background

This text has white color on #90988A background.


Related colors

Complementary color

Complementary color for #hex is #6F6775.


I love getcolorcode.com

Triadic colors

1 #8A9098 and #988A90 with #90988A are triadic colors.

2 #8A9890 and #98908A with #90988A are triadic colors.