COLOR #A988AA

HEX: #A988AA
RGB: (169,136,170)

Color info

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

RGB color model

#A988AA color RGB value is (169,136,170).

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

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 170 of 255 = 67%

169
136
170

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 170 = 475 (100%)
R 169 of 475 ~ 35.58%
G 136 of 475 ~ 28.63%
B 170 of 475 ~ 35.79%

%35.58
%28.63
%35.79

CMYK color model

#A988AA color CMYK value is (1,20,0,33).

  • cyan value is 0.59%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,20,0,33)
C1M20Y0K33 
(1%,20%,0%,33%)
(0.01/0.20/0.00/0.33)	

CMYK percentages

%0.59
%20
%0
%33.33

Codes

Color #A988AA in popluar color models

A988AA
RGB169136170
HSL298°16.67%60.00%
HSB/HSV298°20.00%66.67%
CMYK0.59%20.00%0.00%
33.33%

Color #A988AA in popluar number systems.

HEXA988AA
Decimal169136170
Binary101010011000100010101010
Octal251210252

Shades and tints

Shades of #A988AA

#A988AA
(169,136,170)
#9A7C9B
(154,124,155)
#8B708C
(139,112,140)
#7C647D
(124,100,125)
#6D586E
(109,88,110)
#5E4C5F
(94,76,95)
#4F4050
(79,64,80)
#403441
(64,52,65)
#312832
(49,40,50)
#221C23
(34,28,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #A988AA

#A988AA
(169,136,170)
#B092B1
(176,146,177)
#B79CB8
(183,156,184)
#BEA6BF
(190,166,191)
#C5B0C6
(197,176,198)
#CCBACD
(204,186,205)
#D3C4D4
(211,196,212)
#DACEDB
(218,206,219)
#E1D8E2
(225,216,226)
#E8E2E9
(232,226,233)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A988AA; }

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

This text font color is #A988AA.


Background Color

.myBgColor { background-color: #A988AA; }

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

This div background color is #A988AA.


Border color

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

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

This div border color is #A988AA.


Opacity

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

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

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

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

This text has shadow with #A988AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988AA on black background.


Color preview on white background

This text has color #A988AA on white background.



Black color preview on #A988AA background

This text has black color on #A988AA background.


White color preview on #A988AA background

This text has white color on #A988AA background.