COLOR #988C88

HEX: #988C88
RGB: (152,140,136)

Color info

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

RGB color model

#988C88 color RGB value is (152,140,136).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 136 of 255 = 53%

152
140
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 136 = 428 (100%)
R 152 of 428 ~ 35.51%
G 140 of 428 ~ 32.71%
B 136 of 428 ~ 31.78%

%35.51
%32.71
%31.78

CMYK color model

#988C88 color CMYK value is (0,8,11,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,8,11,40)
C0M8Y11K40 
(0%,8%,11%,40%)
(0.00/0.08/0.11/0.40)	

CMYK percentages

%0
%7.89
%10.53
%40.39

Codes

Color #988C88 in popluar color models

988C88
RGB152140136
HSL15°7.21%56.47%
HSB/HSV15°10.53%59.61%
CMYK0.00%7.89%10.53%
40.39%

Color #988C88 in popluar number systems.

HEX988C88
Decimal152140136
Binary100110001000110010001000
Octal230214210

Shades and tints

Shades of #988C88

#988C88
(152,140,136)
#8B807C
(139,128,124)
#7E7470
(126,116,112)
#716864
(113,104,100)
#645C58
(100,92,88)
#57504C
(87,80,76)
#4A4440
(74,68,64)
#3D3834
(61,56,52)
#302C28
(48,44,40)
#23201C
(35,32,28)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #988C88

#988C88
(152,140,136)
#A19692
(161,150,146)
#AAA09C
(170,160,156)
#B3AAA6
(179,170,166)
#BCB4B0
(188,180,176)
#C5BEBA
(197,190,186)
#CEC8C4
(206,200,196)
#D7D2CE
(215,210,206)
#E0DCD8
(224,220,216)
#E9E6E2
(233,230,226)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988C88; }

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

This text font color is #988C88.


Background Color

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

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

This div background color is #988C88.


Border color

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

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

This div border color is #988C88.


Opacity

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

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

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

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

This text has shadow with #988C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C88 on black background.


Color preview on white background

This text has color #988C88 on white background.



Black color preview on #988C88 background

This text has black color on #988C88 background.


White color preview on #988C88 background

This text has white color on #988C88 background.