COLOR #A48E9D

HEX: #A48E9D
RGB: (164,142,157)

Color info

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

RGB color model

#A48E9D color RGB value is (164,142,157).

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

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 157 of 255 = 62%

164
142
157

R + G + B ~ 61%. #A48E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 157 = 463 (100%)
R 164 of 463 ~ 35.42%
G 142 of 463 ~ 30.67%
B 157 of 463 ~ 33.91%

%35.42
%30.67
%33.91

CMYK color model

#A48E9D color CMYK value is (0,13,4,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,13,4,36)
C0M13Y4K36 
(0%,13%,4%,36%)
(0.00/0.13/0.04/0.36)	

CMYK percentages

%0
%13.41
%4.27
%35.69

Codes

Color #A48E9D in popluar color models

A48E9D
RGB164142157
HSL319°10.78%60.00%
HSB/HSV319°13.41%64.31%
CMYK0.00%13.41%4.27%
35.69%

Color #A48E9D in popluar number systems.

HEXA48E9D
Decimal164142157
Binary101001001000111010011101
Octal244216235

Shades and tints

Shades of #A48E9D

#A48E9D
(164,142,157)
#96828F
(150,130,143)
#887681
(136,118,129)
#7A6A73
(122,106,115)
#6C5E65
(108,94,101)
#5E5257
(94,82,87)
#504649
(80,70,73)
#423A3B
(66,58,59)
#342E2D
(52,46,45)
#26221F
(38,34,31)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A48E9D

#A48E9D
(164,142,157)
#AC98A5
(172,152,165)
#B4A2AD
(180,162,173)
#BCACB5
(188,172,181)
#C4B6BD
(196,182,189)
#CCC0C5
(204,192,197)
#D4CACD
(212,202,205)
#DCD4D5
(220,212,213)
#E4DEDD
(228,222,221)
#ECE8E5
(236,232,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E9D; }

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

This text font color is #A48E9D.


Background Color

.myBgColor { background-color: #A48E9D; }

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

This div background color is #A48E9D.


Border color

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

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

This div border color is #A48E9D.


Opacity

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

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

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

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

This text has shadow with #A48E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E9D on black background.


Color preview on white background

This text has color #A48E9D on white background.



Black color preview on #A48E9D background

This text has black color on #A48E9D background.


White color preview on #A48E9D background

This text has white color on #A48E9D background.