COLOR #988AAB

HEX: #988AAB RGB: (152,138,171)

Color info

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

RGB color model

#988AAB color RGB value is (152,138,171).

RGB: (152,138,171) (60%, 54%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 171 of 255 = 67%

152
138
171

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 171 = 461 (100%)
R 152 of 461 ~ 32.97%
G 138 of 461 ~ 29.93%
B 171 of 461 ~ 37.09'%

%32.97
%29.93
%37.09

CMYK color model

#988AAB color CMYK value is (11,19,0,33).

  • cyan value is 11.11%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,19,0,33)
C11M19Y0K33 (11%, 19%, 0%, 33%)
(0.11 / 0.19 / 0.00 / 0.33)

CMYK percentages

%11.11
%19.3
%0
%32.94

Codes

Color #988AAB in popluar color models

98 8A AB
RGB 152 138 171
HSL 265° 16.42% 60.59%
HSB/HSV 265° 19.30% 67.06%
CMYK 11.11% 19.30% 0.00%
32.94%

Color #988AAB in popluar number systems.

HEX 98 8A AB
Decimal 152 138 171
Binary 10011000 10001010 10101011
Octal 230 212 253

Shades and tints

Shades of #988AAB

#988AAB
(152,138,171)
#8B7E9C
(139,126,156)
#7E728D
(126,114,141)
#71667E
(113,102,126)
#645A6F
(100,90,111)
#574E60
(87,78,96)
#4A4251
(74,66,81)
#3D3642
(61,54,66)
#302A33
(48,42,51)
#231E24
(35,30,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #988AAB

#988AAB
(152,138,171)
#A194B2
(161,148,178)
#AA9EB9
(170,158,185)
#B3A8C0
(179,168,192)
#BCB2C7
(188,178,199)
#C5BCCE
(197,188,206)
#CEC6D5
(206,198,213)
#D7D0DC
(215,208,220)
#E0DAE3
(224,218,227)
#E9E4EA
(233,228,234)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AAB; }

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

This text font color is #988AAB.

Background Color

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

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

This div background color is #988AAB.

Border color

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

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

This div border color is #988AAB.

Opacity

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

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

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

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

This text has shadow with #988AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988AAB.

Preview

Color preview on black background

This text has color #988AAB on black background.


Color preview on white background

This text has color #988AAB on white background.


Black color preview on #988AAB background

This text has black color on #988AAB background.


White color preview on #988AAB background

This text has white color on #988AAB background.


Related colors

Complementary color

Complementary color for #hex is #677554.


I love getcolorcode.com

Triadic colors

1 #AB988A and #8AAB98 with #988AAB are triadic colors.

2 #AB8A98 and #8A98AB with #988AAB are triadic colors.