COLOR #A48DBE

HEX: #A48DBE
RGB: (164,141,190)

Color info

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

RGB color model

#A48DBE color RGB value is (164,141,190).

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

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 190 of 255 = 75%

164
141
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 190 = 495 (100%)
R 164 of 495 ~ 33.13%
G 141 of 495 ~ 28.48%
B 190 of 495 ~ 38.38%

%33.13
%28.48
%38.38

CMYK color model

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

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

CMYK percentages

%13.68
%25.79
%0
%25.49

Codes

Color #A48DBE in popluar color models

A48DBE
RGB164141190
HSL268°27.37%64.90%
HSB/HSV268°25.79%74.51%
CMYK13.68%25.79%0.00%
25.49%

Color #A48DBE in popluar number systems.

HEXA48DBE
Decimal164141190
Binary101001001000110110111110
Octal244215276

Shades and tints

Shades of #A48DBE

#A48DBE
(164,141,190)
#9681AD
(150,129,173)
#88759C
(136,117,156)
#7A698B
(122,105,139)
#6C5D7A
(108,93,122)
#5E5169
(94,81,105)
#504558
(80,69,88)
#423947
(66,57,71)
#342D36
(52,45,54)
#262125
(38,33,37)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A48DBE

#A48DBE
(164,141,190)
#AC97C3
(172,151,195)
#B4A1C8
(180,161,200)
#BCABCD
(188,171,205)
#C4B5D2
(196,181,210)
#CCBFD7
(204,191,215)
#D4C9DC
(212,201,220)
#DCD3E1
(220,211,225)
#E4DDE6
(228,221,230)
#ECE7EB
(236,231,235)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48DBE; }

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

This text font color is #A48DBE.


Background Color

.myBgColor { background-color: #A48DBE; }

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

This div background color is #A48DBE.


Border color

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

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

This div border color is #A48DBE.


Opacity

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

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

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

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

This text has shadow with #A48DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48DBE on black background.


Color preview on white background

This text has color #A48DBE on white background.



Black color preview on #A48DBE background

This text has black color on #A48DBE background.


White color preview on #A48DBE background

This text has white color on #A48DBE background.