COLOR #88918C

HEX: #88918C
RGB: (136,145,140)

Color info

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

RGB color model

#88918C color RGB value is (136,145,140).

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

RGB channels and saturation

R 136 of 255 = 53%
G 145 of 255 = 57%
B 140 of 255 = 55%

136
145
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 145 + 140 = 421 (100%)
R 136 of 421 ~ 32.3%
G 145 of 421 ~ 34.44%
B 140 of 421 ~ 33.25%

%32.3
%34.44
%33.25

CMYK color model

#88918C color CMYK value is (6,0,3,43).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 43.14%
CMYK:
(6,0,3,43)
C6M0Y3K43 
(6%,0%,3%,43%)
(0.06/0.00/0.03/0.43)	

CMYK percentages

%6.21
%0
%3.45
%43.14

Codes

Color #88918C in popluar color models

88918C
RGB136145140
HSL147°3.93%55.10%
HSB/HSV147°6.21%56.86%
CMYK6.21%0.00%3.45%
43.14%

Color #88918C in popluar number systems.

HEX88918C
Decimal136145140
Binary100010001001000110001100
Octal210221214

Shades and tints

Shades of #88918C

#88918C
(136,145,140)
#7C8480
(124,132,128)
#707774
(112,119,116)
#646A68
(100,106,104)
#585D5C
(88,93,92)
#4C5050
(76,80,80)
#404344
(64,67,68)
#343638
(52,54,56)
#28292C
(40,41,44)
#1C1C20
(28,28,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #88918C

#88918C
(136,145,140)
#929B96
(146,155,150)
#9CA5A0
(156,165,160)
#A6AFAA
(166,175,170)
#B0B9B4
(176,185,180)
#BAC3BE
(186,195,190)
#C4CDC8
(196,205,200)
#CED7D2
(206,215,210)
#D8E1DC
(216,225,220)
#E2EBE6
(226,235,230)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88918C; }

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

This text font color is #88918C.


Background Color

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

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

This div background color is #88918C.


Border color

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

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

This div border color is #88918C.


Opacity

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

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

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

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

This text has shadow with #88918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88918C on black background.


Color preview on white background

This text has color #88918C on white background.



Black color preview on #88918C background

This text has black color on #88918C background.


White color preview on #88918C background

This text has white color on #88918C background.