COLOR #A88DAD

HEX: #A88DAD
RGB: (168,141,173)

Color info

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

RGB color model

#A88DAD color RGB value is (168,141,173).

  • red value is 168;
  • green value is 141;
  • blue value is 173.
RGB:
(168,141,173)
(66%,55%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 173 of 255 = 68%

168
141
173

R + G + B ~ 63%. #A88DAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 173 = 482 (100%)
R 168 of 482 ~ 34.85%
G 141 of 482 ~ 29.25%
B 173 of 482 ~ 35.89%

%34.85
%29.25
%35.89

CMYK color model

#A88DAD color CMYK value is (3,18,0,32).

  • cyan value is 2.89%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,18,0,32)
C3M18Y0K32 
(3%,18%,0%,32%)
(0.03/0.18/0.00/0.32)	

CMYK percentages

%2.89
%18.5
%0
%32.16

Codes

Color #A88DAD in popluar color models

A88DAD
RGB168141173
HSL291°16.33%61.57%
HSB/HSV291°18.50%67.84%
CMYK2.89%18.50%0.00%
32.16%

Color #A88DAD in popluar number systems.

HEXA88DAD
Decimal168141173
Binary101010001000110110101101
Octal250215255

Shades and tints

Shades of #A88DAD

#A88DAD
(168,141,173)
#99819E
(153,129,158)
#8A758F
(138,117,143)
#7B6980
(123,105,128)
#6C5D71
(108,93,113)
#5D5162
(93,81,98)
#4E4553
(78,69,83)
#3F3944
(63,57,68)
#302D35
(48,45,53)
#212126
(33,33,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A88DAD

#A88DAD
(168,141,173)
#AF97B4
(175,151,180)
#B6A1BB
(182,161,187)
#BDABC2
(189,171,194)
#C4B5C9
(196,181,201)
#CBBFD0
(203,191,208)
#D2C9D7
(210,201,215)
#D9D3DE
(217,211,222)
#E0DDE5
(224,221,229)
#E7E7EC
(231,231,236)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88DAD color. Also use rgb(168,141,173) instead hex code.

Text Font Color

.myTextColor { color: #A88DAD; }

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

This text font color is #A88DAD.


Background Color

.myBgColor { background-color: #A88DAD; }

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

This div background color is #A88DAD.


Border color

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

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

This div border color is #A88DAD.


Opacity

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

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

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

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

This text has shadow with #A88DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88DAD on black background.


Color preview on white background

This text has color #A88DAD on white background.



Black color preview on #A88DAD background

This text has black color on #A88DAD background.


White color preview on #A88DAD background

This text has white color on #A88DAD background.