COLOR #A988BA

HEX: #A988BA
RGB: (169,136,186)

Color info

#A988BA contains red, green and blue colors in about the same proportion. Web safe color of #A988BA is #9999CC (or #99C).

RGB color model

#A988BA color RGB value is (169,136,186).

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

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 186 of 255 = 73%

169
136
186

R + G + B ~ 64%. #A988BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 186 = 491 (100%)
R 169 of 491 ~ 34.42%
G 136 of 491 ~ 27.7%
B 186 of 491 ~ 37.88%

%34.42
%27.7
%37.88

CMYK color model

#A988BA color CMYK value is (9,27,0,27).

  • cyan value is 9.14%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,27,0,27)
C9M27Y0K27 
(9%,27%,0%,27%)
(0.09/0.27/0.00/0.27)	

CMYK percentages

%9.14
%26.88
%0
%27.06

Codes

Color #A988BA in popluar color models

A988BA
RGB169136186
HSL280°26.60%63.14%
HSB/HSV280°26.88%72.94%
CMYK9.14%26.88%0.00%
27.06%

Color #A988BA in popluar number systems.

HEXA988BA
Decimal169136186
Binary101010011000100010111010
Octal251210272

Shades and tints

Shades of #A988BA

#A988BA
(169,136,186)
#9A7CAA
(154,124,170)
#8B709A
(139,112,154)
#7C648A
(124,100,138)
#6D587A
(109,88,122)
#5E4C6A
(94,76,106)
#4F405A
(79,64,90)
#40344A
(64,52,74)
#31283A
(49,40,58)
#221C2A
(34,28,42)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #A988BA

#A988BA
(169,136,186)
#B092C0
(176,146,192)
#B79CC6
(183,156,198)
#BEA6CC
(190,166,204)
#C5B0D2
(197,176,210)
#CCBAD8
(204,186,216)
#D3C4DE
(211,196,222)
#DACEE4
(218,206,228)
#E1D8EA
(225,216,234)
#E8E2F0
(232,226,240)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A988BA; }

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

This text font color is #A988BA.


Background Color

.myBgColor { background-color: #A988BA; }

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

This div background color is #A988BA.


Border color

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

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

This div border color is #A988BA.


Opacity

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

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

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

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

This text has shadow with #A988BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A988BA on black background.


Color preview on white background

This text has color #A988BA on white background.



Black color preview on #A988BA background

This text has black color on #A988BA background.


White color preview on #A988BA background

This text has white color on #A988BA background.