COLOR #988DA0

HEX: #988DA0
RGB: (152,141,160)

Color info

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

RGB color model

#988DA0 color RGB value is (152,141,160).

  • red value is 152;
  • green value is 141;
  • blue value is 160.
RGB:
(152,141,160)
(60%,55%,63%)

RGB channels and saturation

R 152 of 255 = 60%
G 141 of 255 = 55%
B 160 of 255 = 63%

152
141
160

R + G + B ~ 59%. #988DA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 160 = 453 (100%)
R 152 of 453 ~ 33.55%
G 141 of 453 ~ 31.13%
B 160 of 453 ~ 35.32%

%33.55
%31.13
%35.32

CMYK color model

#988DA0 color CMYK value is (5,12,0,37).

  • cyan value is 5.00%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(5,12,0,37)
C5M12Y0K37 
(5%,12%,0%,37%)
(0.05/0.12/0.00/0.37)	

CMYK percentages

%5
%11.88
%0
%37.25

Codes

Color #988DA0 in popluar color models

988DA0
RGB152141160
HSL275°9.09%59.02%
HSB/HSV275°11.88%62.75%
CMYK5.00%11.88%0.00%
37.25%

Color #988DA0 in popluar number systems.

HEX988DA0
Decimal152141160
Binary100110001000110110100000
Octal230215240

Shades and tints

Shades of #988DA0

#988DA0
(152,141,160)
#8B8192
(139,129,146)
#7E7584
(126,117,132)
#716976
(113,105,118)
#645D68
(100,93,104)
#57515A
(87,81,90)
#4A454C
(74,69,76)
#3D393E
(61,57,62)
#302D30
(48,45,48)
#232122
(35,33,34)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #988DA0

#988DA0
(152,141,160)
#A197A8
(161,151,168)
#AAA1B0
(170,161,176)
#B3ABB8
(179,171,184)
#BCB5C0
(188,181,192)
#C5BFC8
(197,191,200)
#CEC9D0
(206,201,208)
#D7D3D8
(215,211,216)
#E0DDE0
(224,221,224)
#E9E7E8
(233,231,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988DA0 color. Also use rgb(152,141,160) instead hex code.

Text Font Color

.myTextColor { color: #988DA0; }

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

This text font color is #988DA0.


Background Color

.myBgColor { background-color: #988DA0; }

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

This div background color is #988DA0.


Border color

.myBorderColor { border: 1px solid #988DA0; }

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

This div border color is #988DA0.


Opacity

.myOpacity80 { color: #988DA0; opacity: 0.8; }

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

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

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

This text has shadow with #988DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988DA0 on black background.


Color preview on white background

This text has color #988DA0 on white background.



Black color preview on #988DA0 background

This text has black color on #988DA0 background.


White color preview on #988DA0 background

This text has white color on #988DA0 background.