COLOR #A988AD

HEX: #A988AD
RGB: (169,136,173)

Color info

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

RGB color model

#A988AD color RGB value is (169,136,173).

  • red value is 169;
  • green value is 136;
  • blue value is 173.
RGB:
(169,136,173)
(66%,53%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 173 of 255 = 68%

169
136
173

R + G + B ~ 62%. #A988AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 173 = 478 (100%)
R 169 of 478 ~ 35.36%
G 136 of 478 ~ 28.45%
B 173 of 478 ~ 36.19%

%35.36
%28.45
%36.19

CMYK color model

#A988AD color CMYK value is (2,21,0,32).

  • cyan value is 2.31%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,21,0,32)
C2M21Y0K32 
(2%,21%,0%,32%)
(0.02/0.21/0.00/0.32)	

CMYK percentages

%2.31
%21.39
%0
%32.16

Codes

Color #A988AD in popluar color models

A988AD
RGB169136173
HSL294°18.41%60.59%
HSB/HSV294°21.39%67.84%
CMYK2.31%21.39%0.00%
32.16%

Color #A988AD in popluar number systems.

HEXA988AD
Decimal169136173
Binary101010011000100010101101
Octal251210255

Shades and tints

Shades of #A988AD

#A988AD
(169,136,173)
#9A7C9E
(154,124,158)
#8B708F
(139,112,143)
#7C6480
(124,100,128)
#6D5871
(109,88,113)
#5E4C62
(94,76,98)
#4F4053
(79,64,83)
#403444
(64,52,68)
#312835
(49,40,53)
#221C26
(34,28,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #A988AD

#A988AD
(169,136,173)
#B092B4
(176,146,180)
#B79CBB
(183,156,187)
#BEA6C2
(190,166,194)
#C5B0C9
(197,176,201)
#CCBAD0
(204,186,208)
#D3C4D7
(211,196,215)
#DACEDE
(218,206,222)
#E1D8E5
(225,216,229)
#E8E2EC
(232,226,236)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A988AD color. Also use rgb(169,136,173) instead hex code.

Text Font Color

.myTextColor { color: #A988AD; }

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

This text font color is #A988AD.


Background Color

.myBgColor { background-color: #A988AD; }

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

This div background color is #A988AD.


Border color

.myBorderColor { border: 1px solid #A988AD; }

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

This div border color is #A988AD.


Opacity

.myOpacity80 { color: #A988AD; opacity: 0.8; }

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

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

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

This text has shadow with #A988AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988AD on black background.


Color preview on white background

This text has color #A988AD on white background.



Black color preview on #A988AD background

This text has black color on #A988AD background.


White color preview on #A988AD background

This text has white color on #A988AD background.