COLOR #908988

HEX: #908988
RGB: (144,137,136)

Color info

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

RGB color model

#908988 color RGB value is (144,137,136).

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

RGB channels and saturation

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

144
137
136

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

Portions of RGB colors in percentages

R + G + B =
144 + 137 + 136 = 417 (100%)
R 144 of 417 ~ 34.53%
G 137 of 417 ~ 32.85%
B 136 of 417 ~ 32.61%

%34.53
%32.85
%32.61

CMYK color model

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

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

CMYK percentages

%0
%4.86
%5.56
%43.53

Codes

Color #908988 in popluar color models

908988
RGB144137136
HSL3.48%54.90%
HSB/HSV5.56%56.47%
CMYK0.00%4.86%5.56%
43.53%

Color #908988 in popluar number systems.

HEX908988
Decimal144137136
Binary100100001000100110001000
Octal220211210

Shades and tints

Shades of #908988

#908988
(144,137,136)
#837D7C
(131,125,124)
#767170
(118,113,112)
#696564
(105,101,100)
#5C5958
(92,89,88)
#4F4D4C
(79,77,76)
#424140
(66,65,64)
#353534
(53,53,52)
#282928
(40,41,40)
#1B1D1C
(27,29,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #908988

#908988
(144,137,136)
#9A9392
(154,147,146)
#A49D9C
(164,157,156)
#AEA7A6
(174,167,166)
#B8B1B0
(184,177,176)
#C2BBBA
(194,187,186)
#CCC5C4
(204,197,196)
#D6CFCE
(214,207,206)
#E0D9D8
(224,217,216)
#EAE3E2
(234,227,226)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908988; }

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

This text font color is #908988.


Background Color

.myBgColor { background-color: #908988; }

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

This div background color is #908988.


Border color

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

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

This div border color is #908988.


Opacity

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

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

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

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

This text has shadow with #908988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908988 on black background.


Color preview on white background

This text has color #908988 on white background.



Black color preview on #908988 background

This text has black color on #908988 background.


White color preview on #908988 background

This text has white color on #908988 background.