COLOR #988893

HEX: #988893
RGB: (152,136,147)

Color info

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

RGB color model

#988893 color RGB value is (152,136,147).

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

RGB channels and saturation

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

152
136
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 136 + 147 = 435 (100%)
R 152 of 435 ~ 34.94%
G 136 of 435 ~ 31.26%
B 147 of 435 ~ 33.79%

%34.94
%31.26
%33.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(0,11,3,40)
C0M11Y3K40 
(0%,11%,3%,40%)
(0.00/0.11/0.03/0.40)	

CMYK percentages

%0
%10.53
%3.29
%40.39

Codes

Color #988893 in popluar color models

988893
RGB152136147
HSL319°7.21%56.47%
HSB/HSV319°10.53%59.61%
CMYK0.00%10.53%3.29%
40.39%

Color #988893 in popluar number systems.

HEX988893
Decimal152136147
Binary100110001000100010010011
Octal230210223

Shades and tints

Shades of #988893

#988893
(152,136,147)
#8B7C86
(139,124,134)
#7E7079
(126,112,121)
#71646C
(113,100,108)
#64585F
(100,88,95)
#574C52
(87,76,82)
#4A4045
(74,64,69)
#3D3438
(61,52,56)
#30282B
(48,40,43)
#231C1E
(35,28,30)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #988893

#988893
(152,136,147)
#A1929C
(161,146,156)
#AA9CA5
(170,156,165)
#B3A6AE
(179,166,174)
#BCB0B7
(188,176,183)
#C5BAC0
(197,186,192)
#CEC4C9
(206,196,201)
#D7CED2
(215,206,210)
#E0D8DB
(224,216,219)
#E9E2E4
(233,226,228)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988893; }

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

This text font color is #988893.


Background Color

.myBgColor { background-color: #988893; }

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

This div background color is #988893.


Border color

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

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

This div border color is #988893.


Opacity

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

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

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

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

This text has shadow with #988893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988893 on black background.


Color preview on white background

This text has color #988893 on white background.



Black color preview on #988893 background

This text has black color on #988893 background.


White color preview on #988893 background

This text has white color on #988893 background.