COLOR #A48FBC

HEX: #A48FBC
RGB: (164,143,188)

Color info

#A48FBC contains red, green and blue colors in about the same proportion. Web safe color of #A48FBC is #9999CC (or #99C).

RGB color model

#A48FBC color RGB value is (164,143,188).

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

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 188 of 255 = 74%

164
143
188

R + G + B ~ 65%. #A48FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 188 = 495 (100%)
R 164 of 495 ~ 33.13%
G 143 of 495 ~ 28.89%
B 188 of 495 ~ 37.98%

%33.13
%28.89
%37.98

CMYK color model

#A48FBC color CMYK value is (13,24,0,26).

  • cyan value is 12.77%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,24,0,26)
C13M24Y0K26 
(13%,24%,0%,26%)
(0.13/0.24/0.00/0.26)	

CMYK percentages

%12.77
%23.94
%0
%26.27

Codes

Color #A48FBC in popluar color models

A48FBC
RGB164143188
HSL268°25.14%64.90%
HSB/HSV268°23.94%73.73%
CMYK12.77%23.94%0.00%
26.27%

Color #A48FBC in popluar number systems.

HEXA48FBC
Decimal164143188
Binary101001001000111110111100
Octal244217274

Shades and tints

Shades of #A48FBC

#A48FBC
(164,143,188)
#9682AB
(150,130,171)
#88759A
(136,117,154)
#7A6889
(122,104,137)
#6C5B78
(108,91,120)
#5E4E67
(94,78,103)
#504156
(80,65,86)
#423445
(66,52,69)
#342734
(52,39,52)
#261A23
(38,26,35)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #A48FBC

#A48FBC
(164,143,188)
#AC99C2
(172,153,194)
#B4A3C8
(180,163,200)
#BCADCE
(188,173,206)
#C4B7D4
(196,183,212)
#CCC1DA
(204,193,218)
#D4CBE0
(212,203,224)
#DCD5E6
(220,213,230)
#E4DFEC
(228,223,236)
#ECE9F2
(236,233,242)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FBC; }

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

This text font color is #A48FBC.


Background Color

.myBgColor { background-color: #A48FBC; }

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

This div background color is #A48FBC.


Border color

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

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

This div border color is #A48FBC.


Opacity

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

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

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

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

This text has shadow with #A48FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48FBC on black background.


Color preview on white background

This text has color #A48FBC on white background.



Black color preview on #A48FBC background

This text has black color on #A48FBC background.


White color preview on #A48FBC background

This text has white color on #A48FBC background.