COLOR #908993

HEX: #908993
RGB: (144,137,147)

Color info

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

RGB color model

#908993 color RGB value is (144,137,147).

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

RGB channels and saturation

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

144
137
147

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

Portions of RGB colors in percentages

R + G + B =
144 + 137 + 147 = 428 (100%)
R 144 of 428 ~ 33.64%
G 137 of 428 ~ 32.01%
B 147 of 428 ~ 34.35%

%33.64
%32.01
%34.35

CMYK color model

#908993 color CMYK value is (2,7,0,42).

  • cyan value is 2.04%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(2,7,0,42)
C2M7Y0K42 
(2%,7%,0%,42%)
(0.02/0.07/0.00/0.42)	

CMYK percentages

%2.04
%6.8
%0
%42.35

Codes

Color #908993 in popluar color models

908993
RGB144137147
HSL282°4.42%55.69%
HSB/HSV282°6.80%57.65%
CMYK2.04%6.80%0.00%
42.35%

Color #908993 in popluar number systems.

HEX908993
Decimal144137147
Binary100100001000100110010011
Octal220211223

Shades and tints

Shades of #908993

#908993
(144,137,147)
#837D86
(131,125,134)
#767179
(118,113,121)
#69656C
(105,101,108)
#5C595F
(92,89,95)
#4F4D52
(79,77,82)
#424145
(66,65,69)
#353538
(53,53,56)
#28292B
(40,41,43)
#1B1D1E
(27,29,30)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #908993

#908993
(144,137,147)
#9A939C
(154,147,156)
#A49DA5
(164,157,165)
#AEA7AE
(174,167,174)
#B8B1B7
(184,177,183)
#C2BBC0
(194,187,192)
#CCC5C9
(204,197,201)
#D6CFD2
(214,207,210)
#E0D9DB
(224,217,219)
#EAE3E4
(234,227,228)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908993; }

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

This text font color is #908993.


Background Color

.myBgColor { background-color: #908993; }

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

This div background color is #908993.


Border color

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

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

This div border color is #908993.


Opacity

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

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

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

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

This text has shadow with #908993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908993 on black background.


Color preview on white background

This text has color #908993 on white background.



Black color preview on #908993 background

This text has black color on #908993 background.


White color preview on #908993 background

This text has white color on #908993 background.