COLOR #988DAE

HEX: #988DAE
RGB: (152,141,174)

Color info

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

RGB color model

#988DAE color RGB value is (152,141,174).

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

RGB channels and saturation

R 152 of 255 = 60%
G 141 of 255 = 55%
B 174 of 255 = 68%

152
141
174

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

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 174 = 467 (100%)
R 152 of 467 ~ 32.55%
G 141 of 467 ~ 30.19%
B 174 of 467 ~ 37.26%

%32.55
%30.19
%37.26

CMYK color model

#988DAE color CMYK value is (13,19,0,32).

  • cyan value is 12.64%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (13,19,0,32) C13M19Y0K32 (13%,19%,0%,32%) (0.13/0.19/0.00/0.32)

CMYK percentages

%12.64
%18.97
%0
%31.76

Codes

Color #988DAE in popluar color models

988DAE
RGB152141174
HSL260°16.92%61.76%
HSB/HSV260°18.97%68.24%
CMYK12.64%18.97%0.00%
31.76%

Color #988DAE in popluar number systems.

HEX988DAE
Decimal152141174
Binary100110001000110110101110
Octal230215256

Shades and tints

Shades of #988DAE

#988DAE
(152,141,174)
#8B819F
(139,129,159)
#7E7590
(126,117,144)
#716981
(113,105,129)
#645D72
(100,93,114)
#575163
(87,81,99)
#4A4554
(74,69,84)
#3D3945
(61,57,69)
#302D36
(48,45,54)
#232127
(35,33,39)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #988DAE

#988DAE
(152,141,174)
#A197B5
(161,151,181)
#AAA1BC
(170,161,188)
#B3ABC3
(179,171,195)
#BCB5CA
(188,181,202)
#C5BFD1
(197,191,209)
#CEC9D8
(206,201,216)
#D7D3DF
(215,211,223)
#E0DDE6
(224,221,230)
#E9E7ED
(233,231,237)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988DAE; }

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

This text font color is #988DAE.


Background Color

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

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

This div background color is #988DAE.


Border color

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

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

This div border color is #988DAE.


Opacity

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

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

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

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

This text has shadow with #988DAE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #988DAE on black background.


Color preview on white background

This text has color #988DAE on white background.



Black color preview on #988DAE background

This text has black color on #988DAE background.


White color preview on #988DAE background

This text has white color on #988DAE background.