COLOR #A88E9D

HEX: #A88E9D
RGB: (168,142,157)

Color info

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

RGB color model

#A88E9D color RGB value is (168,142,157).

  • red value is 168;
  • green value is 142;
  • blue value is 157.
RGB:
(168,142,157)
(66%,56%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 157 of 255 = 62%

168
142
157

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 157 = 467 (100%)
R 168 of 467 ~ 35.97%
G 142 of 467 ~ 30.41%
B 157 of 467 ~ 33.62%

%35.97
%30.41
%33.62

CMYK color model

#A88E9D color CMYK value is (0,15,7,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(0,15,7,34)
C0M15Y7K34 
(0%,15%,7%,34%)
(0.00/0.15/0.07/0.34)	

CMYK percentages

%0
%15.48
%6.55
%34.12

Codes

Color #A88E9D in popluar color models

A88E9D
RGB168142157
HSL325°13.00%60.78%
HSB/HSV325°15.48%65.88%
CMYK0.00%15.48%6.55%
34.12%

Color #A88E9D in popluar number systems.

HEXA88E9D
Decimal168142157
Binary101010001000111010011101
Octal250216235

Shades and tints

Shades of #A88E9D

#A88E9D
(168,142,157)
#99828F
(153,130,143)
#8A7681
(138,118,129)
#7B6A73
(123,106,115)
#6C5E65
(108,94,101)
#5D5257
(93,82,87)
#4E4649
(78,70,73)
#3F3A3B
(63,58,59)
#302E2D
(48,46,45)
#21221F
(33,34,31)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A88E9D

#A88E9D
(168,142,157)
#AF98A5
(175,152,165)
#B6A2AD
(182,162,173)
#BDACB5
(189,172,181)
#C4B6BD
(196,182,189)
#CBC0C5
(203,192,197)
#D2CACD
(210,202,205)
#D9D4D5
(217,212,213)
#E0DEDD
(224,222,221)
#E7E8E5
(231,232,229)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88E9D color. Also use rgb(168,142,157) instead hex code.

Text Font Color

.myTextColor { color: #A88E9D; }

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

This text font color is #A88E9D.


Background Color

.myBgColor { background-color: #A88E9D; }

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

This div background color is #A88E9D.


Border color

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

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

This div border color is #A88E9D.


Opacity

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

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

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

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

This text has shadow with #A88E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88E9D on black background.


Color preview on white background

This text has color #A88E9D on white background.



Black color preview on #A88E9D background

This text has black color on #A88E9D background.


White color preview on #A88E9D background

This text has white color on #A88E9D background.