COLOR #A48F9D

HEX: #A48F9D
RGB: (164,143,157)

Color info

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

RGB color model

#A48F9D color RGB value is (164,143,157).

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

RGB channels and saturation

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

164
143
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 157 = 464 (100%)
R 164 of 464 ~ 35.34%
G 143 of 464 ~ 30.82%
B 157 of 464 ~ 33.84%

%35.34
%30.82
%33.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.80%
  • 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
%12.8
%4.27
%35.69

Codes

Color #A48F9D in popluar color models

A48F9D
RGB164143157
HSL320°10.34%60.20%
HSB/HSV320°12.80%64.31%
CMYK0.00%12.80%4.27%
35.69%

Color #A48F9D in popluar number systems.

HEXA48F9D
Decimal164143157
Binary101001001000111110011101
Octal244217235

Shades and tints

Shades of #A48F9D

#A48F9D
(164,143,157)
#96828F
(150,130,143)
#887581
(136,117,129)
#7A6873
(122,104,115)
#6C5B65
(108,91,101)
#5E4E57
(94,78,87)
#504149
(80,65,73)
#42343B
(66,52,59)
#34272D
(52,39,45)
#261A1F
(38,26,31)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A48F9D

#A48F9D
(164,143,157)
#AC99A5
(172,153,165)
#B4A3AD
(180,163,173)
#BCADB5
(188,173,181)
#C4B7BD
(196,183,189)
#CCC1C5
(204,193,197)
#D4CBCD
(212,203,205)
#DCD5D5
(220,213,213)
#E4DFDD
(228,223,221)
#ECE9E5
(236,233,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48F9D; }

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

This text font color is #A48F9D.


Background Color

.myBgColor { background-color: #A48F9D; }

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

This div background color is #A48F9D.


Border color

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

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

This div border color is #A48F9D.


Opacity

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

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

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

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

This text has shadow with #A48F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48F9D on black background.


Color preview on white background

This text has color #A48F9D on white background.



Black color preview on #A48F9D background

This text has black color on #A48F9D background.


White color preview on #A48F9D background

This text has white color on #A48F9D background.