COLOR #988E8C

HEX: #988E8C
RGB: (152,142,140)

Color info

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

RGB color model

#988E8C color RGB value is (152,142,140).

  • red value is 152;
  • green value is 142;
  • blue value is 140.
RGB:
(152,142,140)
(60%,56%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 142 of 255 = 56%
B 140 of 255 = 55%

152
142
140

R + G + B ~ 57%. #988E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 142 + 140 = 434 (100%)
R 152 of 434 ~ 35.02%
G 142 of 434 ~ 32.72%
B 140 of 434 ~ 32.26%

%35.02
%32.72
%32.26

CMYK color model

#988E8C color CMYK value is (0,7,8,40).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(0,7,8,40)
C0M7Y8K40 
(0%,7%,8%,40%)
(0.00/0.07/0.08/0.40)	

CMYK percentages

%0
%6.58
%7.89
%40.39

Codes

Color #988E8C in popluar color models

988E8C
RGB152142140
HSL10°5.50%57.25%
HSB/HSV10°7.89%59.61%
CMYK0.00%6.58%7.89%
40.39%

Color #988E8C in popluar number systems.

HEX988E8C
Decimal152142140
Binary100110001000111010001100
Octal230216214

Shades and tints

Shades of #988E8C

#988E8C
(152,142,140)
#8B8280
(139,130,128)
#7E7674
(126,118,116)
#716A68
(113,106,104)
#645E5C
(100,94,92)
#575250
(87,82,80)
#4A4644
(74,70,68)
#3D3A38
(61,58,56)
#302E2C
(48,46,44)
#232220
(35,34,32)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #988E8C

#988E8C
(152,142,140)
#A19896
(161,152,150)
#AAA2A0
(170,162,160)
#B3ACAA
(179,172,170)
#BCB6B4
(188,182,180)
#C5C0BE
(197,192,190)
#CECAC8
(206,202,200)
#D7D4D2
(215,212,210)
#E0DEDC
(224,222,220)
#E9E8E6
(233,232,230)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988E8C color. Also use rgb(152,142,140) instead hex code.

Text Font Color

.myTextColor { color: #988E8C; }

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

This text font color is #988E8C.


Background Color

.myBgColor { background-color: #988E8C; }

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

This div background color is #988E8C.


Border color

.myBorderColor { border: 1px solid #988E8C; }

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

This div border color is #988E8C.


Opacity

.myOpacity80 { color: #988E8C; opacity: 0.8; }

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

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

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

This text has shadow with #988E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988E8C on black background.


Color preview on white background

This text has color #988E8C on white background.



Black color preview on #988E8C background

This text has black color on #988E8C background.


White color preview on #988E8C background

This text has white color on #988E8C background.