COLOR #A48EA9

HEX: #A48EA9
RGB: (164,142,169)

Color info

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

RGB color model

#A48EA9 color RGB value is (164,142,169).

  • red value is 164;
  • green value is 142;
  • blue value is 169.
RGB:
(164,142,169)
(64%,56%,66%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 169 of 255 = 66%

164
142
169

R + G + B ~ 62%. #A48EA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 169 = 475 (100%)
R 164 of 475 ~ 34.53%
G 142 of 475 ~ 29.89%
B 169 of 475 ~ 35.58%

%34.53
%29.89
%35.58

CMYK color model

#A48EA9 color CMYK value is (3,16,0,34).

  • cyan value is 2.96%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(3,16,0,34)
C3M16Y0K34 
(3%,16%,0%,34%)
(0.03/0.16/0.00/0.34)	

CMYK percentages

%2.96
%15.98
%0
%33.73

Codes

Color #A48EA9 in popluar color models

A48EA9
RGB164142169
HSL289°13.57%60.98%
HSB/HSV289°15.98%66.27%
CMYK2.96%15.98%0.00%
33.73%

Color #A48EA9 in popluar number systems.

HEXA48EA9
Decimal164142169
Binary101001001000111010101001
Octal244216251

Shades and tints

Shades of #A48EA9

#A48EA9
(164,142,169)
#96829A
(150,130,154)
#88768B
(136,118,139)
#7A6A7C
(122,106,124)
#6C5E6D
(108,94,109)
#5E525E
(94,82,94)
#50464F
(80,70,79)
#423A40
(66,58,64)
#342E31
(52,46,49)
#262222
(38,34,34)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #A48EA9

#A48EA9
(164,142,169)
#AC98B0
(172,152,176)
#B4A2B7
(180,162,183)
#BCACBE
(188,172,190)
#C4B6C5
(196,182,197)
#CCC0CC
(204,192,204)
#D4CAD3
(212,202,211)
#DCD4DA
(220,212,218)
#E4DEE1
(228,222,225)
#ECE8E8
(236,232,232)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48EA9; }

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

This text font color is #A48EA9.


Background Color

.myBgColor { background-color: #A48EA9; }

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

This div background color is #A48EA9.


Border color

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

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

This div border color is #A48EA9.


Opacity

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

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

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

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

This text has shadow with #A48EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48EA9 on black background.


Color preview on white background

This text has color #A48EA9 on white background.



Black color preview on #A48EA9 background

This text has black color on #A48EA9 background.


White color preview on #A48EA9 background

This text has white color on #A48EA9 background.