COLOR #A99ABD

HEX: #A99ABD RGB: (169,154,189)

Color info

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

RGB color model

#A99ABD color RGB value is (169,154,189).

RGB: (169,154,189) (66%, 60%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 189 of 255 = 74%

169
154
189

R + G + B ~ 67%. #A99ABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 154 + 189 = 512 (100%)
R 169 of 512 ~ 33.01%
G 154 of 512 ~ 30.08%
B 189 of 512 ~ 36.91'%

%33.01
%30.08
%36.91

CMYK color model

#A99ABD color CMYK value is (11,19,0,26).

  • cyan value is 10.58%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (11,19,0,26)
C11M19Y0K26 (11%, 19%, 0%, 26%)
(0.11 / 0.19 / 0.00 / 0.26)

CMYK percentages

%10.58
%18.52
%0
%25.88

Codes

Color #A99ABD in popluar color models

A9 9A BD
RGB 169 154 189
HSL 266° 20.96% 67.25%
HSB/HSV 266° 18.52% 74.12%
CMYK 10.58% 18.52% 0.00%
25.88%

Color #A99ABD in popluar number systems.

HEX A9 9A BD
Decimal 169 154 189
Binary 10101001 10011010 10111101
Octal 251 232 275

Shades and tints

Shades of #A99ABD

#A99ABD
(169,154,189)
#9A8CAC
(154,140,172)
#8B7E9B
(139,126,155)
#7C708A
(124,112,138)
#6D6279
(109,98,121)
#5E5468
(94,84,104)
#4F4657
(79,70,87)
#403846
(64,56,70)
#312A35
(49,42,53)
#221C24
(34,28,36)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #A99ABD

#A99ABD
(169,154,189)
#B0A3C3
(176,163,195)
#B7ACC9
(183,172,201)
#BEB5CF
(190,181,207)
#C5BED5
(197,190,213)
#CCC7DB
(204,199,219)
#D3D0E1
(211,208,225)
#DAD9E7
(218,217,231)
#E1E2ED
(225,226,237)
#E8EBF3
(232,235,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99ABD color. Also use rgb(169,154,189) instead hex code.

Text Font Color

.myTextColor { color: #A99ABD; }

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

This text font color is #A99ABD.

Background Color

.myBgColor { background-color: #A99ABD; }

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

This div background color is #A99ABD.

Border color

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

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

This div border color is #A99ABD.

Opacity

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

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

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

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

This text has shadow with #A99ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99ABD.

Preview

Color preview on black background

This text has color #A99ABD on black background.


Color preview on white background

This text has color #A99ABD on white background.


Black color preview on #A99ABD background

This text has black color on #A99ABD background.


White color preview on #A99ABD background

This text has white color on #A99ABD background.


Related colors

Complementary color

Complementary color for #hex is #566542.


I love getcolorcode.com

Triadic colors

1 #BDA99A and #9ABDA9 with #A99ABD are triadic colors.

2 #BD9AA9 and #9AA9BD with #A99ABD are triadic colors.