COLOR #988894

HEX: #988894
RGB: (152,136,148)

Color info

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

RGB color model

#988894 color RGB value is (152,136,148).

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

RGB channels and saturation

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

152
136
148

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

Portions of RGB colors in percentages

R + G + B =
152 + 136 + 148 = 436 (100%)
R 152 of 436 ~ 34.86%
G 136 of 436 ~ 31.19%
B 148 of 436 ~ 33.94%

%34.86
%31.19
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 2.63%
  • 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
%2.63
%40.39

Codes

Color #988894 in popluar color models

988894
RGB152136148
HSL315°7.21%56.47%
HSB/HSV315°10.53%59.61%
CMYK0.00%10.53%2.63%
40.39%

Color #988894 in popluar number systems.

HEX988894
Decimal152136148
Binary100110001000100010010100
Octal230210224

Shades and tints

Shades of #988894

#988894
(152,136,148)
#8B7C87
(139,124,135)
#7E707A
(126,112,122)
#71646D
(113,100,109)
#645860
(100,88,96)
#574C53
(87,76,83)
#4A4046
(74,64,70)
#3D3439
(61,52,57)
#30282C
(48,40,44)
#231C1F
(35,28,31)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #988894

#988894
(152,136,148)
#A1929D
(161,146,157)
#AA9CA6
(170,156,166)
#B3A6AF
(179,166,175)
#BCB0B8
(188,176,184)
#C5BAC1
(197,186,193)
#CEC4CA
(206,196,202)
#D7CED3
(215,206,211)
#E0D8DC
(224,216,220)
#E9E2E5
(233,226,229)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988894; }

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

This text font color is #988894.


Background Color

.myBgColor { background-color: #988894; }

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

This div background color is #988894.


Border color

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

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

This div border color is #988894.


Opacity

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

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

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

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

This text has shadow with #988894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988894 on black background.


Color preview on white background

This text has color #988894 on white background.



Black color preview on #988894 background

This text has black color on #988894 background.


White color preview on #988894 background

This text has white color on #988894 background.