COLOR #918988

HEX: #918988
RGB: (145,137,136)

Color info

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

RGB color model

#918988 color RGB value is (145,137,136).

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

RGB channels and saturation

R 145 of 255 = 57%
G 137 of 255 = 54%
B 136 of 255 = 53%

145
137
136

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

Portions of RGB colors in percentages

R + G + B =
145 + 137 + 136 = 418 (100%)
R 145 of 418 ~ 34.69%
G 137 of 418 ~ 32.78%
B 136 of 418 ~ 32.54%

%34.69
%32.78
%32.54

CMYK color model

#918988 color CMYK value is (0,6,6,43).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 6.21%
  • key color value is 43.14%
CMYK:
(0,6,6,43)
C0M6Y6K43 
(0%,6%,6%,43%)
(0.00/0.06/0.06/0.43)	

CMYK percentages

%0
%5.52
%6.21
%43.14

Codes

Color #918988 in popluar color models

918988
RGB145137136
HSL3.93%55.10%
HSB/HSV6.21%56.86%
CMYK0.00%5.52%6.21%
43.14%

Color #918988 in popluar number systems.

HEX918988
Decimal145137136
Binary100100011000100110001000
Octal221211210

Shades and tints

Shades of #918988

#918988
(145,137,136)
#847D7C
(132,125,124)
#777170
(119,113,112)
#6A6564
(106,101,100)
#5D5958
(93,89,88)
#504D4C
(80,77,76)
#434140
(67,65,64)
#363534
(54,53,52)
#292928
(41,41,40)
#1C1D1C
(28,29,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #918988

#918988
(145,137,136)
#9B9392
(155,147,146)
#A59D9C
(165,157,156)
#AFA7A6
(175,167,166)
#B9B1B0
(185,177,176)
#C3BBBA
(195,187,186)
#CDC5C4
(205,197,196)
#D7CFCE
(215,207,206)
#E1D9D8
(225,217,216)
#EBE3E2
(235,227,226)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918988; }

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

This text font color is #918988.


Background Color

.myBgColor { background-color: #918988; }

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

This div background color is #918988.


Border color

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

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

This div border color is #918988.


Opacity

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

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

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

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

This text has shadow with #918988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918988 on black background.


Color preview on white background

This text has color #918988 on white background.



Black color preview on #918988 background

This text has black color on #918988 background.


White color preview on #918988 background

This text has white color on #918988 background.