COLOR #988DAB

HEX: #988DAB
RGB: (152,141,171)

Color info

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

RGB color model

#988DAB color RGB value is (152,141,171).

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

RGB channels and saturation

R 152 of 255 = 60%
G 141 of 255 = 55%
B 171 of 255 = 67%

152
141
171

R + G + B ~ 61%. #988DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 171 = 464 (100%)
R 152 of 464 ~ 32.76%
G 141 of 464 ~ 30.39%
B 171 of 464 ~ 36.85%

%32.76
%30.39
%36.85

CMYK color model

#988DAB color CMYK value is (11,18,0,33).

  • cyan value is 11.11%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (11,18,0,33) C11M18Y0K33 (11%,18%,0%,33%) (0.11/0.18/0.00/0.33)

CMYK percentages

%11.11
%17.54
%0
%32.94

Codes

Color #988DAB in popluar color models

988DAB
RGB152141171
HSL262°15.15%61.18%
HSB/HSV262°17.54%67.06%
CMYK11.11%17.54%0.00%
32.94%

Color #988DAB in popluar number systems.

HEX988DAB
Decimal152141171
Binary100110001000110110101011
Octal230215253

Shades and tints

Shades of #988DAB

#988DAB
(152,141,171)
#8B819C
(139,129,156)
#7E758D
(126,117,141)
#71697E
(113,105,126)
#645D6F
(100,93,111)
#575160
(87,81,96)
#4A4551
(74,69,81)
#3D3942
(61,57,66)
#302D33
(48,45,51)
#232124
(35,33,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #988DAB

#988DAB
(152,141,171)
#A197B2
(161,151,178)
#AAA1B9
(170,161,185)
#B3ABC0
(179,171,192)
#BCB5C7
(188,181,199)
#C5BFCE
(197,191,206)
#CEC9D5
(206,201,213)
#D7D3DC
(215,211,220)
#E0DDE3
(224,221,227)
#E9E7EA
(233,231,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988DAB; }

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

This text font color is #988DAB.


Background Color

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

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

This div background color is #988DAB.


Border color

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

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

This div border color is #988DAB.


Opacity

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

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

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

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

This text has shadow with #988DAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #988DAB on black background.


Color preview on white background

This text has color #988DAB on white background.



Black color preview on #988DAB background

This text has black color on #988DAB background.


White color preview on #988DAB background

This text has white color on #988DAB background.