COLOR #A48EB9

HEX: #A48EB9 RGB: (164,142,185)

Color info

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

RGB color model

#A48EB9 color RGB value is (164,142,185).

RGB: (164,142,185) (64%, 56%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 185 of 255 = 73%

164
142
185

R + G + B ~ 64%. #A48EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 185 = 491 (100%)
R 164 of 491 ~ 33.4%
G 142 of 491 ~ 28.92%
B 185 of 491 ~ 37.68'%

%33.4
%28.92
%37.68

CMYK color model

#A48EB9 color CMYK value is (11,23,0,27).

  • cyan value is 11.35%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (11,23,0,27)
C11M23Y0K27 (11%, 23%, 0%, 27%)
(0.11 / 0.23 / 0.00 / 0.27)

CMYK percentages

%11.35
%23.24
%0
%27.45

Codes

Color #A48EB9 in popluar color models

A4 8E B9
RGB 164 142 185
HSL 271° 23.50% 64.12%
HSB/HSV 271° 23.24% 72.55%
CMYK 11.35% 23.24% 0.00%
27.45%

Color #A48EB9 in popluar number systems.

HEX A4 8E B9
Decimal 164 142 185
Binary 10100100 10001110 10111001
Octal 244 216 271

Shades and tints

Shades of #A48EB9

#A48EB9
(164,142,185)
#9682A9
(150,130,169)
#887699
(136,118,153)
#7A6A89
(122,106,137)
#6C5E79
(108,94,121)
#5E5269
(94,82,105)
#504659
(80,70,89)
#423A49
(66,58,73)
#342E39
(52,46,57)
#262229
(38,34,41)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #A48EB9

#A48EB9
(164,142,185)
#AC98BF
(172,152,191)
#B4A2C5
(180,162,197)
#BCACCB
(188,172,203)
#C4B6D1
(196,182,209)
#CCC0D7
(204,192,215)
#D4CADD
(212,202,221)
#DCD4E3
(220,212,227)
#E4DEE9
(228,222,233)
#ECE8EF
(236,232,239)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48EB9 color. Also use rgb(164,142,185) instead hex code.

Text Font Color

.myTextColor { color: #A48EB9; }

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

This text font color is #A48EB9.

Background Color

.myBgColor { background-color: #A48EB9; }

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

This div background color is #A48EB9.

Border color

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

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

This div border color is #A48EB9.

Opacity

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

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

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

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

This text has shadow with #A48EB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48EB9.

Preview

Color preview on black background

This text has color #A48EB9 on black background.


Color preview on white background

This text has color #A48EB9 on white background.


Black color preview on #A48EB9 background

This text has black color on #A48EB9 background.


White color preview on #A48EB9 background

This text has white color on #A48EB9 background.


Related colors

Complementary color

Complementary color for #hex is #5B7146.


I love getcolorcode.com

Triadic colors

1 #B9A48E and #8EB9A4 with #A48EB9 are triadic colors.

2 #B98EA4 and #8EA4B9 with #A48EB9 are triadic colors.