COLOR #A99EB2

HEX: #A99EB2 RGB: (169,158,178)

Color info

#A99EB2 contains red, green and blue colors in about the same proportion. Web safe color of #A99EB2 is #999999 (or #999).

RGB color model

#A99EB2 color RGB value is (169,158,178).

RGB: (169,158,178) (66%, 62%, 70%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 178 of 255 = 70%

169
158
178

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 178 = 505 (100%)
R 169 of 505 ~ 33.47%
G 158 of 505 ~ 31.29%
B 178 of 505 ~ 35.25'%

%33.47
%31.29
%35.25

CMYK color model

#A99EB2 color CMYK value is (5,11,0,30).

  • cyan value is 5.06%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (5,11,0,30)
C5M11Y0K30 (5%, 11%, 0%, 30%)
(0.05 / 0.11 / 0.00 / 0.30)

CMYK percentages

%5.06
%11.24
%0
%30.2

Codes

Color #A99EB2 in popluar color models

A9 9E B2
RGB 169 158 178
HSL 273° 11.49% 65.88%
HSB/HSV 273° 11.24% 69.80%
CMYK 5.06% 11.24% 0.00%
30.20%

Color #A99EB2 in popluar number systems.

HEX A9 9E B2
Decimal 169 158 178
Binary 10101001 10011110 10110010
Octal 251 236 262

Shades and tints

Shades of #A99EB2

#A99EB2
(169,158,178)
#9A90A2
(154,144,162)
#8B8292
(139,130,146)
#7C7482
(124,116,130)
#6D6672
(109,102,114)
#5E5862
(94,88,98)
#4F4A52
(79,74,82)
#403C42
(64,60,66)
#312E32
(49,46,50)
#222022
(34,32,34)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A99EB2

#A99EB2
(169,158,178)
#B0A6B9
(176,166,185)
#B7AEC0
(183,174,192)
#BEB6C7
(190,182,199)
#C5BECE
(197,190,206)
#CCC6D5
(204,198,213)
#D3CEDC
(211,206,220)
#DAD6E3
(218,214,227)
#E1DEEA
(225,222,234)
#E8E6F1
(232,230,241)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EB2; }

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

This text font color is #A99EB2.

Background Color

.myBgColor { background-color: #A99EB2; }

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

This div background color is #A99EB2.

Border color

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

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

This div border color is #A99EB2.

Opacity

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

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

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

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

This text has shadow with #A99EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99EB2.

Preview

Color preview on black background

This text has color #A99EB2 on black background.


Color preview on white background

This text has color #A99EB2 on white background.


Black color preview on #A99EB2 background

This text has black color on #A99EB2 background.


White color preview on #A99EB2 background

This text has white color on #A99EB2 background.


Related colors

Complementary color

Complementary color for #hex is #56614D.


I love getcolorcode.com

Triadic colors

1 #B2A99E and #9EB2A9 with #A99EB2 are triadic colors.

2 #B29EA9 and #9EA9B2 with #A99EB2 are triadic colors.