COLOR #988DAD

HEX: #988DAD
RGB: (152,141,173)

Color info

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

RGB color model

#988DAD color RGB value is (152,141,173).

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

RGB channels and saturation

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

152
141
173

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

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 173 = 466 (100%)
R 152 of 466 ~ 32.62%
G 141 of 466 ~ 30.26%
B 173 of 466 ~ 37.12%

%32.62
%30.26
%37.12

CMYK color model

#988DAD color CMYK value is (12,18,0,32).

  • cyan value is 12.14%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(12,18,0,32)
C12M18Y0K32 
(12%,18%,0%,32%)
(0.12/0.18/0.00/0.32)	

CMYK percentages

%12.14
%18.5
%0
%32.16

Codes

Color #988DAD in popluar color models

988DAD
RGB152141173
HSL261°16.33%61.57%
HSB/HSV261°18.50%67.84%
CMYK12.14%18.50%0.00%
32.16%

Color #988DAD in popluar number systems.

HEX988DAD
Decimal152141173
Binary100110001000110110101101
Octal230215255

Shades and tints

Shades of #988DAD

#988DAD
(152,141,173)
#8B819E
(139,129,158)
#7E758F
(126,117,143)
#716980
(113,105,128)
#645D71
(100,93,113)
#575162
(87,81,98)
#4A4553
(74,69,83)
#3D3944
(61,57,68)
#302D35
(48,45,53)
#232126
(35,33,38)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #988DAD

#988DAD
(152,141,173)
#A197B4
(161,151,180)
#AAA1BB
(170,161,187)
#B3ABC2
(179,171,194)
#BCB5C9
(188,181,201)
#C5BFD0
(197,191,208)
#CEC9D7
(206,201,215)
#D7D3DE
(215,211,222)
#E0DDE5
(224,221,229)
#E9E7EC
(233,231,236)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988DAD; }

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

This text font color is #988DAD.


Background Color

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

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

This div background color is #988DAD.


Border color

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

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

This div border color is #988DAD.


Opacity

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

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

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

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

This text has shadow with #988DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988DAD on black background.


Color preview on white background

This text has color #988DAD on white background.



Black color preview on #988DAD background

This text has black color on #988DAD background.


White color preview on #988DAD background

This text has white color on #988DAD background.