COLOR #A499B7

HEX: #A499B7 RGB: (164,153,183)

Color info

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

RGB color model

#A499B7 color RGB value is (164,153,183).

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

RGB channels and saturation

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

164
153
183

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

Portions of RGB colors in percentages

R + G + B = 164 + 153 + 183 = 500 (100%)
R 164 of 500 ~ 32.8%
G 153 of 500 ~ 30.6%
B 183 of 500 ~ 36.6'%

%32.8
%30.6
%36.6

CMYK color model

#A499B7 color CMYK value is (10,16,0,28).

  • cyan value is 10.38%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (10,16,0,28)
C10M16Y0K28 (10%, 16%, 0%, 28%)
(0.10 / 0.16 / 0.00 / 0.28)

CMYK percentages

%10.38
%16.39
%0
%28.24

Codes

Color #A499B7 in popluar color models

A4 99 B7
RGB 164 153 183
HSL 262° 17.24% 65.88%
HSB/HSV 262° 16.39% 71.76%
CMYK 10.38% 16.39% 0.00%
28.24%

Color #A499B7 in popluar number systems.

HEX A4 99 B7
Decimal 164 153 183
Binary 10100100 10011001 10110111
Octal 244 231 267

Shades and tints

Shades of #A499B7

#A499B7
(164,153,183)
#968CA7
(150,140,167)
#887F97
(136,127,151)
#7A7287
(122,114,135)
#6C6577
(108,101,119)
#5E5867
(94,88,103)
#504B57
(80,75,87)
#423E47
(66,62,71)
#343137
(52,49,55)
#262427
(38,36,39)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A499B7

#A499B7
(164,153,183)
#ACA2BD
(172,162,189)
#B4ABC3
(180,171,195)
#BCB4C9
(188,180,201)
#C4BDCF
(196,189,207)
#CCC6D5
(204,198,213)
#D4CFDB
(212,207,219)
#DCD8E1
(220,216,225)
#E4E1E7
(228,225,231)
#ECEAED
(236,234,237)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A499B7; }

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

This text font color is #A499B7.

Background Color

.myBgColor { background-color: #A499B7; }

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

This div background color is #A499B7.

Border color

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

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

This div border color is #A499B7.

Opacity

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

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

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

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

This text has shadow with #A499B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A499B7.

Preview

Color preview on black background

This text has color #A499B7 on black background.


Color preview on white background

This text has color #A499B7 on white background.


Black color preview on #A499B7 background

This text has black color on #A499B7 background.


White color preview on #A499B7 background

This text has white color on #A499B7 background.


Related colors

Complementary color

Complementary color for #hex is #5B6648.


I love getcolorcode.com

Triadic colors

1 #B7A499 and #99B7A4 with #A499B7 are triadic colors.

2 #B799A4 and #99A4B7 with #A499B7 are triadic colors.