COLOR #988C8A

HEX: #988C8A
RGB: (152,140,138)

Color info

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

RGB color model

#988C8A color RGB value is (152,140,138).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 138 of 255 = 54%

152
140
138

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 138 = 430 (100%)
R 152 of 430 ~ 35.35%
G 140 of 430 ~ 32.56%
B 138 of 430 ~ 32.09%

%35.35
%32.56
%32.09

CMYK color model

#988C8A color CMYK value is (0,8,9,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(0,8,9,40)
C0M8Y9K40 
(0%,8%,9%,40%)
(0.00/0.08/0.09/0.40)	

CMYK percentages

%0
%7.89
%9.21
%40.39

Codes

Color #988C8A in popluar color models

988C8A
RGB152140138
HSL6.36%56.86%
HSB/HSV9.21%59.61%
CMYK0.00%7.89%9.21%
40.39%

Color #988C8A in popluar number systems.

HEX988C8A
Decimal152140138
Binary100110001000110010001010
Octal230214212

Shades and tints

Shades of #988C8A

#988C8A
(152,140,138)
#8B807E
(139,128,126)
#7E7472
(126,116,114)
#716866
(113,104,102)
#645C5A
(100,92,90)
#57504E
(87,80,78)
#4A4442
(74,68,66)
#3D3836
(61,56,54)
#302C2A
(48,44,42)
#23201E
(35,32,30)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #988C8A

#988C8A
(152,140,138)
#A19694
(161,150,148)
#AAA09E
(170,160,158)
#B3AAA8
(179,170,168)
#BCB4B2
(188,180,178)
#C5BEBC
(197,190,188)
#CEC8C6
(206,200,198)
#D7D2D0
(215,210,208)
#E0DCDA
(224,220,218)
#E9E6E4
(233,230,228)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988C8A; }

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

This text font color is #988C8A.


Background Color

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

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

This div background color is #988C8A.


Border color

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

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

This div border color is #988C8A.


Opacity

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

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

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

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

This text has shadow with #988C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C8A on black background.


Color preview on white background

This text has color #988C8A on white background.



Black color preview on #988C8A background

This text has black color on #988C8A background.


White color preview on #988C8A background

This text has white color on #988C8A background.