COLOR #A499B8

HEX: #A499B8 RGB: (164,153,184)

Color info

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

RGB color model

#A499B8 color RGB value is (164,153,184).

RGB: (164,153,184) (64%, 60%, 72%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 184 of 255 = 72%

164
153
184

R + G + B ~ 65%. #A499B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 153 + 184 = 501 (100%)
R 164 of 501 ~ 32.73%
G 153 of 501 ~ 30.54%
B 184 of 501 ~ 36.73'%

%32.73
%30.54
%36.73

CMYK color model

#A499B8 color CMYK value is (11,17,0,28).

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

CMYK: (11,17,0,28)
C11M17Y0K28 (11%, 17%, 0%, 28%)
(0.11 / 0.17 / 0.00 / 0.28)

CMYK percentages

%10.87
%16.85
%0
%27.84

Codes

Color #A499B8 in popluar color models

A4 99 B8
RGB 164 153 184
HSL 261° 17.92% 66.08%
HSB/HSV 261° 16.85% 72.16%
CMYK 10.87% 16.85% 0.00%
27.84%

Color #A499B8 in popluar number systems.

HEX A4 99 B8
Decimal 164 153 184
Binary 10100100 10011001 10111000
Octal 244 231 270

Shades and tints

Shades of #A499B8

#A499B8
(164,153,184)
#968CA8
(150,140,168)
#887F98
(136,127,152)
#7A7288
(122,114,136)
#6C6578
(108,101,120)
#5E5868
(94,88,104)
#504B58
(80,75,88)
#423E48
(66,62,72)
#343138
(52,49,56)
#262428
(38,36,40)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #A499B8

#A499B8
(164,153,184)
#ACA2BE
(172,162,190)
#B4ABC4
(180,171,196)
#BCB4CA
(188,180,202)
#C4BDD0
(196,189,208)
#CCC6D6
(204,198,214)
#D4CFDC
(212,207,220)
#DCD8E2
(220,216,226)
#E4E1E8
(228,225,232)
#ECEAEE
(236,234,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A499B8; }

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

This text font color is #A499B8.

Background Color

.myBgColor { background-color: #A499B8; }

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

This div background color is #A499B8.

Border color

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

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

This div border color is #A499B8.

Opacity

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

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

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

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

This text has shadow with #A499B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A499B8.

Preview

Color preview on black background

This text has color #A499B8 on black background.


Color preview on white background

This text has color #A499B8 on white background.


Black color preview on #A499B8 background

This text has black color on #A499B8 background.


White color preview on #A499B8 background

This text has white color on #A499B8 background.


Related colors

Complementary color

Complementary color for #hex is #5B6647.


I love getcolorcode.com

Triadic colors

1 #B8A499 and #99B8A4 with #A499B8 are triadic colors.

2 #B899A4 and #99A4B8 with #A499B8 are triadic colors.