COLOR #A48B9D

HEX: #A48B9D
RGB: (164,139,157)

Color info

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

RGB color model

#A48B9D color RGB value is (164,139,157).

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

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 157 of 255 = 62%

164
139
157

R + G + B ~ 60%. #A48B9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 139 + 157 = 460 (100%)
R 164 of 460 ~ 35.65%
G 139 of 460 ~ 30.22%
B 157 of 460 ~ 34.13%

%35.65
%30.22
%34.13

CMYK color model

#A48B9D color CMYK value is (0,15,4,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,15,4,36)
C0M15Y4K36 
(0%,15%,4%,36%)
(0.00/0.15/0.04/0.36)	

CMYK percentages

%0
%15.24
%4.27
%35.69

Codes

Color #A48B9D in popluar color models

A48B9D
RGB164139157
HSL317°12.08%59.41%
HSB/HSV317°15.24%64.31%
CMYK0.00%15.24%4.27%
35.69%

Color #A48B9D in popluar number systems.

HEXA48B9D
Decimal164139157
Binary101001001000101110011101
Octal244213235

Shades and tints

Shades of #A48B9D

#A48B9D
(164,139,157)
#967F8F
(150,127,143)
#887381
(136,115,129)
#7A6773
(122,103,115)
#6C5B65
(108,91,101)
#5E4F57
(94,79,87)
#504349
(80,67,73)
#42373B
(66,55,59)
#342B2D
(52,43,45)
#261F1F
(38,31,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A48B9D

#A48B9D
(164,139,157)
#AC95A5
(172,149,165)
#B49FAD
(180,159,173)
#BCA9B5
(188,169,181)
#C4B3BD
(196,179,189)
#CCBDC5
(204,189,197)
#D4C7CD
(212,199,205)
#DCD1D5
(220,209,213)
#E4DBDD
(228,219,221)
#ECE5E5
(236,229,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48B9D; }

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

This text font color is #A48B9D.


Background Color

.myBgColor { background-color: #A48B9D; }

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

This div background color is #A48B9D.


Border color

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

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

This div border color is #A48B9D.


Opacity

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

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

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

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

This text has shadow with #A48B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48B9D on black background.


Color preview on white background

This text has color #A48B9D on white background.



Black color preview on #A48B9D background

This text has black color on #A48B9D background.


White color preview on #A48B9D background

This text has white color on #A48B9D background.