COLOR #988988

HEX: #988988
RGB: (152,137,136)

Color info

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

RGB color model

#988988 color RGB value is (152,137,136).

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

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 136 of 255 = 53%

152
137
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 137 + 136 = 425 (100%)
R 152 of 425 ~ 35.76%
G 137 of 425 ~ 32.24%
B 136 of 425 ~ 32%

%35.76
%32.24
%32

CMYK color model

#988988 color CMYK value is (0,10,11,40).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,10,11,40)
C0M10Y11K40 
(0%,10%,11%,40%)
(0.00/0.10/0.11/0.40)	

CMYK percentages

%0
%9.87
%10.53
%40.39

Codes

Color #988988 in popluar color models

988988
RGB152137136
HSL7.21%56.47%
HSB/HSV10.53%59.61%
CMYK0.00%9.87%10.53%
40.39%

Color #988988 in popluar number systems.

HEX988988
Decimal152137136
Binary100110001000100110001000
Octal230211210

Shades and tints

Shades of #988988

#988988
(152,137,136)
#8B7D7C
(139,125,124)
#7E7170
(126,113,112)
#716564
(113,101,100)
#645958
(100,89,88)
#574D4C
(87,77,76)
#4A4140
(74,65,64)
#3D3534
(61,53,52)
#302928
(48,41,40)
#231D1C
(35,29,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #988988

#988988
(152,137,136)
#A19392
(161,147,146)
#AA9D9C
(170,157,156)
#B3A7A6
(179,167,166)
#BCB1B0
(188,177,176)
#C5BBBA
(197,187,186)
#CEC5C4
(206,197,196)
#D7CFCE
(215,207,206)
#E0D9D8
(224,217,216)
#E9E3E2
(233,227,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988988; }

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

This text font color is #988988.


Background Color

.myBgColor { background-color: #988988; }

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

This div background color is #988988.


Border color

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

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

This div border color is #988988.


Opacity

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

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

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

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

This text has shadow with #988988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988988 on black background.


Color preview on white background

This text has color #988988 on white background.



Black color preview on #988988 background

This text has black color on #988988 background.


White color preview on #988988 background

This text has white color on #988988 background.