COLOR #A88DA1

HEX: #A88DA1
RGB: (168,141,161)

Color info

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

RGB color model

#A88DA1 color RGB value is (168,141,161).

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

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 161 of 255 = 63%

168
141
161

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

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 161 = 470 (100%)
R 168 of 470 ~ 35.74%
G 141 of 470 ~ 30%
B 161 of 470 ~ 34.26%

%35.74
%30
%34.26

CMYK color model

#A88DA1 color CMYK value is (0,16,4,34).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 4.17%
  • key color value is 34.12%
CMYK:
(0,16,4,34)
C0M16Y4K34 
(0%,16%,4%,34%)
(0.00/0.16/0.04/0.34)	

CMYK percentages

%0
%16.07
%4.17
%34.12

Codes

Color #A88DA1 in popluar color models

A88DA1
RGB168141161
HSL316°13.43%60.59%
HSB/HSV316°16.07%65.88%
CMYK0.00%16.07%4.17%
34.12%

Color #A88DA1 in popluar number systems.

HEXA88DA1
Decimal168141161
Binary101010001000110110100001
Octal250215241

Shades and tints

Shades of #A88DA1

#A88DA1
(168,141,161)
#998193
(153,129,147)
#8A7585
(138,117,133)
#7B6977
(123,105,119)
#6C5D69
(108,93,105)
#5D515B
(93,81,91)
#4E454D
(78,69,77)
#3F393F
(63,57,63)
#302D31
(48,45,49)
#212123
(33,33,35)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A88DA1

#A88DA1
(168,141,161)
#AF97A9
(175,151,169)
#B6A1B1
(182,161,177)
#BDABB9
(189,171,185)
#C4B5C1
(196,181,193)
#CBBFC9
(203,191,201)
#D2C9D1
(210,201,209)
#D9D3D9
(217,211,217)
#E0DDE1
(224,221,225)
#E7E7E9
(231,231,233)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88DA1; }

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

This text font color is #A88DA1.


Background Color

.myBgColor { background-color: #A88DA1; }

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

This div background color is #A88DA1.


Border color

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

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

This div border color is #A88DA1.


Opacity

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

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

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

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

This text has shadow with #A88DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88DA1 on black background.


Color preview on white background

This text has color #A88DA1 on white background.



Black color preview on #A88DA1 background

This text has black color on #A88DA1 background.


White color preview on #A88DA1 background

This text has white color on #A88DA1 background.