COLOR #A999B8

HEX: #A999B8 RGB: (169,153,184)

Color info

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

RGB color model

#A999B8 color RGB value is (169,153,184).

RGB: (169,153,184) (66%, 60%, 72%)

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 184 of 255 = 72%

169
153
184

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

Portions of RGB colors in percentages

R + G + B = 169 + 153 + 184 = 506 (100%)
R 169 of 506 ~ 33.4%
G 153 of 506 ~ 30.24%
B 184 of 506 ~ 36.36'%

%33.4
%30.24
%36.36

CMYK color model

#A999B8 color CMYK value is (8,17,0,28).

  • cyan value is 8.15%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (8,17,0,28)
C8M17Y0K28 (8%, 17%, 0%, 28%)
(0.08 / 0.17 / 0.00 / 0.28)

CMYK percentages

%8.15
%16.85
%0
%27.84

Codes

Color #A999B8 in popluar color models

A9 99 B8
RGB 169 153 184
HSL 271° 17.92% 66.08%
HSB/HSV 271° 16.85% 72.16%
CMYK 8.15% 16.85% 0.00%
27.84%

Color #A999B8 in popluar number systems.

HEX A9 99 B8
Decimal 169 153 184
Binary 10101001 10011001 10111000
Octal 251 231 270

Shades and tints

Shades of #A999B8

#A999B8
(169,153,184)
#9A8CA8
(154,140,168)
#8B7F98
(139,127,152)
#7C7288
(124,114,136)
#6D6578
(109,101,120)
#5E5868
(94,88,104)
#4F4B58
(79,75,88)
#403E48
(64,62,72)
#313138
(49,49,56)
#222428
(34,36,40)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #A999B8

#A999B8
(169,153,184)
#B0A2BE
(176,162,190)
#B7ABC4
(183,171,196)
#BEB4CA
(190,180,202)
#C5BDD0
(197,189,208)
#CCC6D6
(204,198,214)
#D3CFDC
(211,207,220)
#DAD8E2
(218,216,226)
#E1E1E8
(225,225,232)
#E8EAEE
(232,234,238)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A999B8; }

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

This text font color is #A999B8.

Background Color

.myBgColor { background-color: #A999B8; }

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

This div background color is #A999B8.

Border color

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

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

This div border color is #A999B8.

Opacity

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

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

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

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

This text has shadow with #A999B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A999B8.

Preview

Color preview on black background

This text has color #A999B8 on black background.


Color preview on white background

This text has color #A999B8 on white background.


Black color preview on #A999B8 background

This text has black color on #A999B8 background.


White color preview on #A999B8 background

This text has white color on #A999B8 background.


Related colors

Complementary color

Complementary color for #hex is #566647.


I love getcolorcode.com

Triadic colors

1 #B8A999 and #99B8A9 with #A999B8 are triadic colors.

2 #B899A9 and #99A9B8 with #A999B8 are triadic colors.