COLOR #A48CA5

HEX: #A48CA5
RGB: (164,140,165)

Color info

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

RGB color model

#A48CA5 color RGB value is (164,140,165).

  • red value is 164;
  • green value is 140;
  • blue value is 165.
RGB:
(164,140,165)
(64%,55%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 165 of 255 = 65%

164
140
165

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

Portions of RGB colors in percentages

R + G + B =
164 + 140 + 165 = 469 (100%)
R 164 of 469 ~ 34.97%
G 140 of 469 ~ 29.85%
B 165 of 469 ~ 35.18%

%34.97
%29.85
%35.18

CMYK color model

#A48CA5 color CMYK value is (1,15,0,35).

  • cyan value is 0.61%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,15,0,35)
C1M15Y0K35 
(1%,15%,0%,35%)
(0.01/0.15/0.00/0.35)	

CMYK percentages

%0.61
%15.15
%0
%35.29

Codes

Color #A48CA5 in popluar color models

A48CA5
RGB164140165
HSL298°12.20%59.80%
HSB/HSV298°15.15%64.71%
CMYK0.61%15.15%0.00%
35.29%

Color #A48CA5 in popluar number systems.

HEXA48CA5
Decimal164140165
Binary101001001000110010100101
Octal244214245

Shades and tints

Shades of #A48CA5

#A48CA5
(164,140,165)
#968096
(150,128,150)
#887487
(136,116,135)
#7A6878
(122,104,120)
#6C5C69
(108,92,105)
#5E505A
(94,80,90)
#50444B
(80,68,75)
#42383C
(66,56,60)
#342C2D
(52,44,45)
#26201E
(38,32,30)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #A48CA5

#A48CA5
(164,140,165)
#AC96AD
(172,150,173)
#B4A0B5
(180,160,181)
#BCAABD
(188,170,189)
#C4B4C5
(196,180,197)
#CCBECD
(204,190,205)
#D4C8D5
(212,200,213)
#DCD2DD
(220,210,221)
#E4DCE5
(228,220,229)
#ECE6ED
(236,230,237)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48CA5 color. Also use rgb(164,140,165) instead hex code.

Text Font Color

.myTextColor { color: #A48CA5; }

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

This text font color is #A48CA5.


Background Color

.myBgColor { background-color: #A48CA5; }

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

This div background color is #A48CA5.


Border color

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

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

This div border color is #A48CA5.


Opacity

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

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

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

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

This text has shadow with #A48CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48CA5 on black background.


Color preview on white background

This text has color #A48CA5 on white background.



Black color preview on #A48CA5 background

This text has black color on #A48CA5 background.


White color preview on #A48CA5 background

This text has white color on #A48CA5 background.