COLOR #A48EBF

HEX: #A48EBF RGB: (164,142,191)

Color info

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

RGB color model

#A48EBF color RGB value is (164,142,191).

RGB: (164,142,191) (64%, 56%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 191 of 255 = 75%

164
142
191

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 191 = 497 (100%)
R 164 of 497 ~ 33%
G 142 of 497 ~ 28.57%
B 191 of 497 ~ 38.43'%

%33
%28.57
%38.43

CMYK color model

#A48EBF color CMYK value is (14,26,0,25).

  • cyan value is 14.14%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (14,26,0,25) C14M26Y0K25 (14%,26%,0%,25%) (0.14/0.26/0.00/0.25) 

CMYK percentages

%14.14
%25.65
%0
%25.1

Codes

Color #A48EBF in popluar color models

A4 8E BF
RGB 164 142 191
HSL 267° 27.68% 65.29%
HSB/HSV 267° 25.65% 74.90%
CMYK 14.14% 25.65% 0.00%
25.10%

Color #A48EBF in popluar number systems.

HEX A4 8E BF
Decimal 164 142 191
Binary 10100100 10001110 10111111
Octal 244 216 277

Shades and tints

Shades of #A48EBF

#A48EBF
(164,142,191)
#9682AE
(150,130,174)
#88769D
(136,118,157)
#7A6A8C
(122,106,140)
#6C5E7B
(108,94,123)
#5E526A
(94,82,106)
#504659
(80,70,89)
#423A48
(66,58,72)
#342E37
(52,46,55)
#262226
(38,34,38)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A48EBF

#A48EBF
(164,142,191)
#AC98C4
(172,152,196)
#B4A2C9
(180,162,201)
#BCACCE
(188,172,206)
#C4B6D3
(196,182,211)
#CCC0D8
(204,192,216)
#D4CADD
(212,202,221)
#DCD4E2
(220,212,226)
#E4DEE7
(228,222,231)
#ECE8EC
(236,232,236)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48EBF color. Also use rgb(164,142,191) instead hex code.

Text Font Color

.myTextColor { color: #A48EBF; }

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

This text font color is #A48EBF.

Background Color

.myBgColor { background-color: #A48EBF; }

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

This div background color is #A48EBF.

Border color

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

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

This div border color is #A48EBF.

Opacity

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

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

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

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

This text has shadow with #A48EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48EBF.

Preview

Color preview on black background

This text has color #A48EBF on black background.


Color preview on white background

This text has color #A48EBF on white background.


Black color preview on #A48EBF background

This text has black color on #A48EBF background.


White color preview on #A48EBF background

This text has white color on #A48EBF background.


Related colors

Complementary color

Complementary color for #hex is #5B7140.


I love getcolorcode.com

Triadic colors

1 #BFA48E and #8EBFA4 with #A48EBF are triadic colors.

2 #BF8EA4 and #8EA4BF with #A48EBF are triadic colors.