COLOR #988898

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
136
152

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

Portions of RGB colors in percentages

R + G + B =
152 + 136 + 152 = 440 (100%)
R 152 of 440 ~ 34.55%
G 136 of 440 ~ 30.91%
B 152 of 440 ~ 34.55%

%34.55
%30.91
%34.55

CMYK color model

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

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

CMYK percentages

%0
%10.53
%0
%40.39

Codes

Color #988898 in popluar color models

988898
RGB152136152
HSL300°7.21%56.47%
HSB/HSV300°10.53%59.61%
CMYK0.00%10.53%0.00%
40.39%

Color #988898 in popluar number systems.

HEX988898
Decimal152136152
Binary100110001000100010011000
Octal230210230

Shades and tints

Shades of #988898

#988898
(152,136,152)
#8B7C8B
(139,124,139)
#7E707E
(126,112,126)
#716471
(113,100,113)
#645864
(100,88,100)
#574C57
(87,76,87)
#4A404A
(74,64,74)
#3D343D
(61,52,61)
#302830
(48,40,48)
#231C23
(35,28,35)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #988898

#988898
(152,136,152)
#A192A1
(161,146,161)
#AA9CAA
(170,156,170)
#B3A6B3
(179,166,179)
#BCB0BC
(188,176,188)
#C5BAC5
(197,186,197)
#CEC4CE
(206,196,206)
#D7CED7
(215,206,215)
#E0D8E0
(224,216,224)
#E9E2E9
(233,226,233)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988898; }

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

This text font color is #988898.


Background Color

.myBgColor { background-color: #988898; }

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

This div background color is #988898.


Border color

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

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

This div border color is #988898.


Opacity

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

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

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

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

This text has shadow with #988898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988898 on black background.


Color preview on white background

This text has color #988898 on white background.



Black color preview on #988898 background

This text has black color on #988898 background.


White color preview on #988898 background

This text has white color on #988898 background.