COLOR #988888

HEX: #988888 RGB: (152,136,136)

Color info

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

RGB color model

#988888 color RGB value is (152,136,136).

RGB: (152,136,136) (60%, 53%, 53%)

RGB channels and saturation

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

152
136
136

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

Portions of RGB colors in percentages

R + G + B = 152 + 136 + 136 = 424 (100%)
R 152 of 424 ~ 35.85%
G 136 of 424 ~ 32.08%
B 136 of 424 ~ 32.08'%

%35.85
%32.08
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 10.53%
  • key color value is 40.39%

CMYK: (0,11,11,40)
C0M11Y11K40 (0%, 11%, 11%, 40%)
(0.00 / 0.11 / 0.11 / 0.40)

CMYK percentages

%0
%10.53
%10.53
%40.39

Codes

Color #988888 in popluar color models

98 88 88
RGB 152 136 136
HSL 7.21% 56.47%
HSB/HSV 10.53% 59.61%
CMYK 0.00% 10.53% 10.53%
40.39%

Color #988888 in popluar number systems.

HEX 98 88 88
Decimal 152 136 136
Binary 10011000 10001000 10001000
Octal 230 210 210

Shades and tints

Shades of #988888

#988888
(152,136,136)
#8B7C7C
(139,124,124)
#7E7070
(126,112,112)
#716464
(113,100,100)
#645858
(100,88,88)
#574C4C
(87,76,76)
#4A4040
(74,64,64)
#3D3434
(61,52,52)
#302828
(48,40,40)
#231C1C
(35,28,28)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #988888

#988888
(152,136,136)
#A19292
(161,146,146)
#AA9C9C
(170,156,156)
#B3A6A6
(179,166,166)
#BCB0B0
(188,176,176)
#C5BABA
(197,186,186)
#CEC4C4
(206,196,196)
#D7CECE
(215,206,206)
#E0D8D8
(224,216,216)
#E9E2E2
(233,226,226)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988888; }

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

This text font color is #988888.

Background Color

.myBgColor { background-color: #988888; }

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

This div background color is #988888.

Border color

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

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

This div border color is #988888.

Opacity

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

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

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

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

This text has shadow with #988888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988888.

Preview

Color preview on black background

This text has color #988888 on black background.


Color preview on white background

This text has color #988888 on white background.


Black color preview on #988888 background

This text has black color on #988888 background.


White color preview on #988888 background

This text has white color on #988888 background.


Related colors

Complementary color

Complementary color for #hex is #677777.


I love getcolorcode.com