COLOR #988AA0

HEX: #988AA0 RGB: (152,138,160)

Color info

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

RGB color model

#988AA0 color RGB value is (152,138,160).

RGB: (152,138,160) (60%, 54%, 63%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 160 of 255 = 63%

152
138
160

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 160 = 450 (100%)
R 152 of 450 ~ 33.78%
G 138 of 450 ~ 30.67%
B 160 of 450 ~ 35.56'%

%33.78
%30.67
%35.56

CMYK color model

#988AA0 color CMYK value is (5,14,0,37).

  • cyan value is 5.00%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (5,14,0,37)
C5M14Y0K37 (5%, 14%, 0%, 37%)
(0.05 / 0.14 / 0.00 / 0.37)

CMYK percentages

%5
%13.75
%0
%37.25

Codes

Color #988AA0 in popluar color models

98 8A A0
RGB 152 138 160
HSL 278° 10.38% 58.43%
HSB/HSV 278° 13.75% 62.75%
CMYK 5.00% 13.75% 0.00%
37.25%

Color #988AA0 in popluar number systems.

HEX 98 8A A0
Decimal 152 138 160
Binary 10011000 10001010 10100000
Octal 230 212 240

Shades and tints

Shades of #988AA0

#988AA0
(152,138,160)
#8B7E92
(139,126,146)
#7E7284
(126,114,132)
#716676
(113,102,118)
#645A68
(100,90,104)
#574E5A
(87,78,90)
#4A424C
(74,66,76)
#3D363E
(61,54,62)
#302A30
(48,42,48)
#231E22
(35,30,34)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #988AA0

#988AA0
(152,138,160)
#A194A8
(161,148,168)
#AA9EB0
(170,158,176)
#B3A8B8
(179,168,184)
#BCB2C0
(188,178,192)
#C5BCC8
(197,188,200)
#CEC6D0
(206,198,208)
#D7D0D8
(215,208,216)
#E0DAE0
(224,218,224)
#E9E4E8
(233,228,232)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AA0; }

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

This text font color is #988AA0.

Background Color

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

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

This div background color is #988AA0.

Border color

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

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

This div border color is #988AA0.

Opacity

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

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

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

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

This text has shadow with #988AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988AA0.

Preview

Color preview on black background

This text has color #988AA0 on black background.


Color preview on white background

This text has color #988AA0 on white background.


Black color preview on #988AA0 background

This text has black color on #988AA0 background.


White color preview on #988AA0 background

This text has white color on #988AA0 background.


Related colors

Complementary color

Complementary color for #hex is #67755F.


I love getcolorcode.com

Triadic colors

1 #A0988A and #8AA098 with #988AA0 are triadic colors.

2 #A08A98 and #8A98A0 with #988AA0 are triadic colors.