COLOR #A499BB

HEX: #A499BB RGB: (164,153,187)

Color info

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

RGB color model

#A499BB color RGB value is (164,153,187).

RGB: (164,153,187) (64%, 60%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 187 of 255 = 73%

164
153
187

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

Portions of RGB colors in percentages

R + G + B = 164 + 153 + 187 = 504 (100%)
R 164 of 504 ~ 32.54%
G 153 of 504 ~ 30.36%
B 187 of 504 ~ 37.1'%

%32.54
%30.36
%37.1

CMYK color model

#A499BB color CMYK value is (12,18,0,27).

  • cyan value is 12.30%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (12,18,0,27) C12M18Y0K27 (12%,18%,0%,27%) (0.12/0.18/0.00/0.27) 

CMYK percentages

%12.3
%18.18
%0
%26.67

Codes

Color #A499BB in popluar color models

A4 99 BB
RGB 164 153 187
HSL 259° 20.00% 66.67%
HSB/HSV 259° 18.18% 73.33%
CMYK 12.30% 18.18% 0.00%
26.67%

Color #A499BB in popluar number systems.

HEX A4 99 BB
Decimal 164 153 187
Binary 10100100 10011001 10111011
Octal 244 231 273

Shades and tints

Shades of #A499BB

#A499BB
(164,153,187)
#968CAA
(150,140,170)
#887F99
(136,127,153)
#7A7288
(122,114,136)
#6C6577
(108,101,119)
#5E5866
(94,88,102)
#504B55
(80,75,85)
#423E44
(66,62,68)
#343133
(52,49,51)
#262422
(38,36,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #A499BB

#A499BB
(164,153,187)
#ACA2C1
(172,162,193)
#B4ABC7
(180,171,199)
#BCB4CD
(188,180,205)
#C4BDD3
(196,189,211)
#CCC6D9
(204,198,217)
#D4CFDF
(212,207,223)
#DCD8E5
(220,216,229)
#E4E1EB
(228,225,235)
#ECEAF1
(236,234,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A499BB; }

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

This text font color is #A499BB.

Background Color

.myBgColor { background-color: #A499BB; }

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

This div background color is #A499BB.

Border color

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

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

This div border color is #A499BB.

Opacity

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

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

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

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

This text has shadow with #A499BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A499BB.

Preview

Color preview on black background

This text has color #A499BB on black background.


Color preview on white background

This text has color #A499BB on white background.


Black color preview on #A499BB background

This text has black color on #A499BB background.


White color preview on #A499BB background

This text has white color on #A499BB background.


Related colors

Complementary color

Complementary color for #hex is #5B6644.


I love getcolorcode.com

Triadic colors

1 #BBA499 and #99BBA4 with #A499BB are triadic colors.

2 #BB99A4 and #99A4BB with #A499BB are triadic colors.