COLOR #A999BA

HEX: #A999BA RGB: (169,153,186)

Color info

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

RGB color model

#A999BA color RGB value is (169,153,186).

RGB: (169,153,186) (66%, 60%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 186 of 255 = 73%

169
153
186

R + G + B ~ 66%. #A999BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 153 + 186 = 508 (100%)
R 169 of 508 ~ 33.27%
G 153 of 508 ~ 30.12%
B 186 of 508 ~ 36.61'%

%33.27
%30.12
%36.61

CMYK color model

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

  • cyan value is 9.14%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (9,18,0,27) C9M18Y0K27 (9%,18%,0%,27%) (0.09/0.18/0.00/0.27) 

CMYK percentages

%9.14
%17.74
%0
%27.06

Codes

Color #A999BA in popluar color models

A9 99 BA
RGB 169 153 186
HSL 269° 19.30% 66.47%
HSB/HSV 269° 17.74% 72.94%
CMYK 9.14% 17.74% 0.00%
27.06%

Color #A999BA in popluar number systems.

HEX A9 99 BA
Decimal 169 153 186
Binary 10101001 10011001 10111010
Octal 251 231 272

Shades and tints

Shades of #A999BA

#A999BA
(169,153,186)
#9A8CAA
(154,140,170)
#8B7F9A
(139,127,154)
#7C728A
(124,114,138)
#6D657A
(109,101,122)
#5E586A
(94,88,106)
#4F4B5A
(79,75,90)
#403E4A
(64,62,74)
#31313A
(49,49,58)
#22242A
(34,36,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #A999BA

#A999BA
(169,153,186)
#B0A2C0
(176,162,192)
#B7ABC6
(183,171,198)
#BEB4CC
(190,180,204)
#C5BDD2
(197,189,210)
#CCC6D8
(204,198,216)
#D3CFDE
(211,207,222)
#DAD8E4
(218,216,228)
#E1E1EA
(225,225,234)
#E8EAF0
(232,234,240)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A999BA; }

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

This text font color is #A999BA.

Background Color

.myBgColor { background-color: #A999BA; }

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

This div background color is #A999BA.

Border color

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

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

This div border color is #A999BA.

Opacity

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

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

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

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

This text has shadow with #A999BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A999BA.

Preview

Color preview on black background

This text has color #A999BA on black background.


Color preview on white background

This text has color #A999BA on white background.


Black color preview on #A999BA background

This text has black color on #A999BA background.


White color preview on #A999BA background

This text has white color on #A999BA background.


Related colors

Complementary color

Complementary color for #hex is #566645.


I love getcolorcode.com

Triadic colors

1 #BAA999 and #99BAA9 with #A999BA are triadic colors.

2 #BA99A9 and #99A9BA with #A999BA are triadic colors.