COLOR #908990

HEX: #908990
RGB: (144,137,144)

Color info

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

RGB color model

#908990 color RGB value is (144,137,144).

  • red value is 144;
  • green value is 137;
  • blue value is 144.
RGB:
(144,137,144)
(56%,54%,56%)

RGB channels and saturation

R 144 of 255 = 56%
G 137 of 255 = 54%
B 144 of 255 = 56%

144
137
144

R + G + B ~ 55%. #908990 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 137 + 144 = 425 (100%)
R 144 of 425 ~ 33.88%
G 137 of 425 ~ 32.24%
B 144 of 425 ~ 33.88%

%33.88
%32.24
%33.88

CMYK color model

#908990 color CMYK value is (0,5,0,44).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(0,5,0,44)
C0M5Y0K44 
(0%,5%,0%,44%)
(0.00/0.05/0.00/0.44)	

CMYK percentages

%0
%4.86
%0
%43.53

Codes

Color #908990 in popluar color models

908990
RGB144137144
HSL300°3.06%55.10%
HSB/HSV300°4.86%56.47%
CMYK0.00%4.86%0.00%
43.53%

Color #908990 in popluar number systems.

HEX908990
Decimal144137144
Binary100100001000100110010000
Octal220211220

Shades and tints

Shades of #908990

#908990
(144,137,144)
#837D83
(131,125,131)
#767176
(118,113,118)
#696569
(105,101,105)
#5C595C
(92,89,92)
#4F4D4F
(79,77,79)
#424142
(66,65,66)
#353535
(53,53,53)
#282928
(40,41,40)
#1B1D1B
(27,29,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #908990

#908990
(144,137,144)
#9A939A
(154,147,154)
#A49DA4
(164,157,164)
#AEA7AE
(174,167,174)
#B8B1B8
(184,177,184)
#C2BBC2
(194,187,194)
#CCC5CC
(204,197,204)
#D6CFD6
(214,207,214)
#E0D9E0
(224,217,224)
#EAE3EA
(234,227,234)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908990 color. Also use rgb(144,137,144) instead hex code.

Text Font Color

.myTextColor { color: #908990; }

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

This text font color is #908990.


Background Color

.myBgColor { background-color: #908990; }

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

This div background color is #908990.


Border color

.myBorderColor { border: 1px solid #908990; }

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

This div border color is #908990.


Opacity

.myOpacity80 { color: #908990; opacity: 0.8; }

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

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

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

This text has shadow with #908990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908990 on black background.


Color preview on white background

This text has color #908990 on white background.



Black color preview on #908990 background

This text has black color on #908990 background.


White color preview on #908990 background

This text has white color on #908990 background.