COLOR #A989BB

HEX: #A989BB RGB: (169,137,187)

Color info

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

RGB color model

#A989BB color RGB value is (169,137,187).

RGB: (169,137,187) (66%, 54%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 187 of 255 = 73%

169
137
187

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

Portions of RGB colors in percentages

R + G + B = 169 + 137 + 187 = 493 (100%)
R 169 of 493 ~ 34.28%
G 137 of 493 ~ 27.79%
B 187 of 493 ~ 37.93'%

%34.28
%27.79
%37.93

CMYK color model

#A989BB color CMYK value is (10,27,0,27).

  • cyan value is 9.63%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,27,0,27)
C10M27Y0K27 (10%, 27%, 0%, 27%)
(0.10 / 0.27 / 0.00 / 0.27)

CMYK percentages

%9.63
%26.74
%0
%26.67

Codes

Color #A989BB in popluar color models

A9 89 BB
RGB 169 137 187
HSL 278° 26.88% 63.53%
HSB/HSV 278° 26.74% 73.33%
CMYK 9.63% 26.74% 0.00%
26.67%

Color #A989BB in popluar number systems.

HEX A9 89 BB
Decimal 169 137 187
Binary 10101001 10001001 10111011
Octal 251 211 273

Shades and tints

Shades of #A989BB

#A989BB
(169,137,187)
#9A7DAA
(154,125,170)
#8B7199
(139,113,153)
#7C6588
(124,101,136)
#6D5977
(109,89,119)
#5E4D66
(94,77,102)
#4F4155
(79,65,85)
#403544
(64,53,68)
#312933
(49,41,51)
#221D22
(34,29,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A989BB

#A989BB
(169,137,187)
#B093C1
(176,147,193)
#B79DC7
(183,157,199)
#BEA7CD
(190,167,205)
#C5B1D3
(197,177,211)
#CCBBD9
(204,187,217)
#D3C5DF
(211,197,223)
#DACFE5
(218,207,229)
#E1D9EB
(225,217,235)
#E8E3F1
(232,227,241)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A989BB color. Also use rgb(169,137,187) instead hex code.

Text Font Color

.myTextColor { color: #A989BB; }

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

This text font color is #A989BB.

Background Color

.myBgColor { background-color: #A989BB; }

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

This div background color is #A989BB.

Border color

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

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

This div border color is #A989BB.

Opacity

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

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

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

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

This text has shadow with #A989BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A989BB.

Preview

Color preview on black background

This text has color #A989BB on black background.


Color preview on white background

This text has color #A989BB on white background.


Black color preview on #A989BB background

This text has black color on #A989BB background.


White color preview on #A989BB background

This text has white color on #A989BB background.


Related colors

Complementary color

Complementary color for #hex is #567644.


I love getcolorcode.com

Triadic colors

1 #BBA989 and #89BBA9 with #A989BB are triadic colors.

2 #BB89A9 and #89A9BB with #A989BB are triadic colors.