COLOR #988287

HEX: #988287
RGB: (152,130,135)

Color info

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

RGB color model

#988287 color RGB value is (152,130,135).

  • red value is 152;
  • green value is 130;
  • blue value is 135.
RGB:
(152,130,135)
(60%,51%,53%)

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 135 of 255 = 53%

152
130
135

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

Portions of RGB colors in percentages

R + G + B =
152 + 130 + 135 = 417 (100%)
R 152 of 417 ~ 36.45%
G 130 of 417 ~ 31.18%
B 135 of 417 ~ 32.37%

%36.45
%31.18
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 11.18%
  • key color value is 40.39%
CMYK:
(0,14,11,40)
C0M14Y11K40 
(0%,14%,11%,40%)
(0.00/0.14/0.11/0.40)	

CMYK percentages

%0
%14.47
%11.18
%40.39

Codes

Color #988287 in popluar color models

988287
RGB152130135
HSL346°9.65%55.29%
HSB/HSV346°14.47%59.61%
CMYK0.00%14.47%11.18%
40.39%

Color #988287 in popluar number systems.

HEX988287
Decimal152130135
Binary100110001000001010000111
Octal230202207

Shades and tints

Shades of #988287

#988287
(152,130,135)
#8B777B
(139,119,123)
#7E6C6F
(126,108,111)
#716163
(113,97,99)
#645657
(100,86,87)
#574B4B
(87,75,75)
#4A403F
(74,64,63)
#3D3533
(61,53,51)
#302A27
(48,42,39)
#231F1B
(35,31,27)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #988287

#988287
(152,130,135)
#A18D91
(161,141,145)
#AA989B
(170,152,155)
#B3A3A5
(179,163,165)
#BCAEAF
(188,174,175)
#C5B9B9
(197,185,185)
#CEC4C3
(206,196,195)
#D7CFCD
(215,207,205)
#E0DAD7
(224,218,215)
#E9E5E1
(233,229,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988287; }

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

This text font color is #988287.


Background Color

.myBgColor { background-color: #988287; }

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

This div background color is #988287.


Border color

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

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

This div border color is #988287.


Opacity

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

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

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

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

This text has shadow with #988287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988287 on black background.


Color preview on white background

This text has color #988287 on white background.



Black color preview on #988287 background

This text has black color on #988287 background.


White color preview on #988287 background

This text has white color on #988287 background.