COLOR #A48DAC

HEX: #A48DAC
RGB: (164,141,172)

Color info

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

RGB color model

#A48DAC color RGB value is (164,141,172).

  • red value is 164;
  • green value is 141;
  • blue value is 172.
RGB:
(164,141,172)
(64%,55%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 172 of 255 = 67%

164
141
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 172 = 477 (100%)
R 164 of 477 ~ 34.38%
G 141 of 477 ~ 29.56%
B 172 of 477 ~ 36.06%

%34.38
%29.56
%36.06

CMYK color model

#A48DAC color CMYK value is (5,18,0,33).

  • cyan value is 4.65%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,18,0,33)
C5M18Y0K33 
(5%,18%,0%,33%)
(0.05/0.18/0.00/0.33)	

CMYK percentages

%4.65
%18.02
%0
%32.55

Codes

Color #A48DAC in popluar color models

A48DAC
RGB164141172
HSL285°15.74%61.37%
HSB/HSV285°18.02%67.45%
CMYK4.65%18.02%0.00%
32.55%

Color #A48DAC in popluar number systems.

HEXA48DAC
Decimal164141172
Binary101001001000110110101100
Octal244215254

Shades and tints

Shades of #A48DAC

#A48DAC
(164,141,172)
#96819D
(150,129,157)
#88758E
(136,117,142)
#7A697F
(122,105,127)
#6C5D70
(108,93,112)
#5E5161
(94,81,97)
#504552
(80,69,82)
#423943
(66,57,67)
#342D34
(52,45,52)
#262125
(38,33,37)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A48DAC

#A48DAC
(164,141,172)
#AC97B3
(172,151,179)
#B4A1BA
(180,161,186)
#BCABC1
(188,171,193)
#C4B5C8
(196,181,200)
#CCBFCF
(204,191,207)
#D4C9D6
(212,201,214)
#DCD3DD
(220,211,221)
#E4DDE4
(228,221,228)
#ECE7EB
(236,231,235)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48DAC color. Also use rgb(164,141,172) instead hex code.

Text Font Color

.myTextColor { color: #A48DAC; }

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

This text font color is #A48DAC.


Background Color

.myBgColor { background-color: #A48DAC; }

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

This div background color is #A48DAC.


Border color

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

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

This div border color is #A48DAC.


Opacity

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

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

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

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

This text has shadow with #A48DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48DAC on black background.


Color preview on white background

This text has color #A48DAC on white background.



Black color preview on #A48DAC background

This text has black color on #A48DAC background.


White color preview on #A48DAC background

This text has white color on #A48DAC background.