COLOR #90808C

HEX: #90808C
RGB: (144,128,140)

Color info

#90808C contains red, green and blue colors in about the same proportion. Web safe color of #90808C is #996699 (or #969).

RGB color model

#90808C color RGB value is (144,128,140).

  • red value is 144;
  • green value is 128;
  • blue value is 140.
RGB:
(144,128,140)
(56%,50%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 140 of 255 = 55%

144
128
140

R + G + B ~ 54%. #90808C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 140 = 412 (100%)
R 144 of 412 ~ 34.95%
G 128 of 412 ~ 31.07%
B 140 of 412 ~ 33.98%

%34.95
%31.07
%33.98

CMYK color model

#90808C color CMYK value is (0,11,3,44).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 2.78%
  • key color value is 43.53%
CMYK:
(0,11,3,44)
C0M11Y3K44 
(0%,11%,3%,44%)
(0.00/0.11/0.03/0.44)	

CMYK percentages

%0
%11.11
%2.78
%43.53

Codes

Color #90808C in popluar color models

90808C
RGB144128140
HSL315°6.72%53.33%
HSB/HSV315°11.11%56.47%
CMYK0.00%11.11%2.78%
43.53%

Color #90808C in popluar number systems.

HEX90808C
Decimal144128140
Binary100100001000000010001100
Octal220200214

Shades and tints

Shades of #90808C

#90808C
(144,128,140)
#837580
(131,117,128)
#766A74
(118,106,116)
#695F68
(105,95,104)
#5C545C
(92,84,92)
#4F4950
(79,73,80)
#423E44
(66,62,68)
#353338
(53,51,56)
#28282C
(40,40,44)
#1B1D20
(27,29,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #90808C

#90808C
(144,128,140)
#9A8B96
(154,139,150)
#A496A0
(164,150,160)
#AEA1AA
(174,161,170)
#B8ACB4
(184,172,180)
#C2B7BE
(194,183,190)
#CCC2C8
(204,194,200)
#D6CDD2
(214,205,210)
#E0D8DC
(224,216,220)
#EAE3E6
(234,227,230)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90808C color. Also use rgb(144,128,140) instead hex code.

Text Font Color

.myTextColor { color: #90808C; }

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

This text font color is #90808C.


Background Color

.myBgColor { background-color: #90808C; }

<div style="background-color:#90808C">Inner text</div>

This div background color is #90808C.


Border color

.myBorderColor { border: 1px solid #90808C; }

<div style="border:3px solid #90808C">Div</div>

This div border color is #90808C.


Opacity

.myOpacity80 { color: #90808C; opacity: 0.8; }

<p style="color:#90808C;opacity:0.8;">80%</p>

Text with #90808C 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 #90808C;}

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

This text has shadow with #90808C color.

.textShadow {text-shadow: 3px 3px 1px #90808C, 3px 3px 1px red;}

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

This text has shadow with #90808C primary color and red secondary color.


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

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

This text has shadow with #90808C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90808C on black background.


Color preview on white background

This text has color #90808C on white background.



Black color preview on #90808C background

This text has black color on #90808C background.


White color preview on #90808C background

This text has white color on #90808C background.