COLOR #988488

HEX: #988488
RGB: (152,132,136)

Color info

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

RGB color model

#988488 color RGB value is (152,132,136).

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

RGB channels and saturation

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

152
132
136

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

Portions of RGB colors in percentages

R + G + B =
152 + 132 + 136 = 420 (100%)
R 152 of 420 ~ 36.19%
G 132 of 420 ~ 31.43%
B 136 of 420 ~ 32.38%

%36.19
%31.43
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,13,11,40)
C0M13Y11K40 
(0%,13%,11%,40%)
(0.00/0.13/0.11/0.40)	

CMYK percentages

%0
%13.16
%10.53
%40.39

Codes

Color #988488 in popluar color models

988488
RGB152132136
HSL348°8.85%55.69%
HSB/HSV348°13.16%59.61%
CMYK0.00%13.16%10.53%
40.39%

Color #988488 in popluar number systems.

HEX988488
Decimal152132136
Binary100110001000010010001000
Octal230204210

Shades and tints

Shades of #988488

#988488
(152,132,136)
#8B787C
(139,120,124)
#7E6C70
(126,108,112)
#716064
(113,96,100)
#645458
(100,84,88)
#57484C
(87,72,76)
#4A3C40
(74,60,64)
#3D3034
(61,48,52)
#302428
(48,36,40)
#23181C
(35,24,28)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #988488

#988488
(152,132,136)
#A18F92
(161,143,146)
#AA9A9C
(170,154,156)
#B3A5A6
(179,165,166)
#BCB0B0
(188,176,176)
#C5BBBA
(197,187,186)
#CEC6C4
(206,198,196)
#D7D1CE
(215,209,206)
#E0DCD8
(224,220,216)
#E9E7E2
(233,231,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988488; }

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

This text font color is #988488.


Background Color

.myBgColor { background-color: #988488; }

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

This div background color is #988488.


Border color

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

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

This div border color is #988488.


Opacity

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

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

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

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

This text has shadow with #988488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988488 on black background.


Color preview on white background

This text has color #988488 on white background.



Black color preview on #988488 background

This text has black color on #988488 background.


White color preview on #988488 background

This text has white color on #988488 background.