COLOR #A99EB6

HEX: #A99EB6 RGB: (169,158,182)

Color info

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

RGB color model

#A99EB6 color RGB value is (169,158,182).

RGB: (169,158,182) (66%, 62%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 182 of 255 = 71%

169
158
182

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 182 = 509 (100%)
R 169 of 509 ~ 33.2%
G 158 of 509 ~ 31.04%
B 182 of 509 ~ 35.76'%

%33.2
%31.04
%35.76

CMYK color model

#A99EB6 color CMYK value is (7,13,0,29).

  • cyan value is 7.14%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (7,13,0,29) C7M13Y0K29 (7%,13%,0%,29%) (0.07/0.13/0.00/0.29) 

CMYK percentages

%7.14
%13.19
%0
%28.63

Codes

Color #A99EB6 in popluar color models

A9 9E B6
RGB 169 158 182
HSL 268° 14.12% 66.67%
HSB/HSV 268° 13.19% 71.37%
CMYK 7.14% 13.19% 0.00%
28.63%

Color #A99EB6 in popluar number systems.

HEX A9 9E B6
Decimal 169 158 182
Binary 10101001 10011110 10110110
Octal 251 236 266

Shades and tints

Shades of #A99EB6

#A99EB6
(169,158,182)
#9A90A6
(154,144,166)
#8B8296
(139,130,150)
#7C7486
(124,116,134)
#6D6676
(109,102,118)
#5E5866
(94,88,102)
#4F4A56
(79,74,86)
#403C46
(64,60,70)
#312E36
(49,46,54)
#222026
(34,32,38)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A99EB6

#A99EB6
(169,158,182)
#B0A6BC
(176,166,188)
#B7AEC2
(183,174,194)
#BEB6C8
(190,182,200)
#C5BECE
(197,190,206)
#CCC6D4
(204,198,212)
#D3CEDA
(211,206,218)
#DAD6E0
(218,214,224)
#E1DEE6
(225,222,230)
#E8E6EC
(232,230,236)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99EB6 color. Also use rgb(169,158,182) instead hex code.

Text Font Color

.myTextColor { color: #A99EB6; }

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

This text font color is #A99EB6.

Background Color

.myBgColor { background-color: #A99EB6; }

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

This div background color is #A99EB6.

Border color

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

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

This div border color is #A99EB6.

Opacity

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

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

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

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

This text has shadow with #A99EB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99EB6.

Preview

Color preview on black background

This text has color #A99EB6 on black background.


Color preview on white background

This text has color #A99EB6 on white background.


Black color preview on #A99EB6 background

This text has black color on #A99EB6 background.


White color preview on #A99EB6 background

This text has white color on #A99EB6 background.


Related colors

Complementary color

Complementary color for #hex is #566149.


I love getcolorcode.com

Triadic colors

1 #B6A99E and #9EB6A9 with #A99EB6 are triadic colors.

2 #B69EA9 and #9EA9B6 with #A99EB6 are triadic colors.