COLOR #A88E9F

HEX: #A88E9F
RGB: (168,142,159)

Color info

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

RGB color model

#A88E9F color RGB value is (168,142,159).

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

RGB channels and saturation

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

168
142
159

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 159 = 469 (100%)
R 168 of 469 ~ 35.82%
G 142 of 469 ~ 30.28%
B 159 of 469 ~ 33.9%

%35.82
%30.28
%33.9

CMYK color model

#A88E9F color CMYK value is (0,15,5,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK:
(0,15,5,34)
C0M15Y5K34 
(0%,15%,5%,34%)
(0.00/0.15/0.05/0.34)	

CMYK percentages

%0
%15.48
%5.36
%34.12

Codes

Color #A88E9F in popluar color models

A88E9F
RGB168142159
HSL321°13.00%60.78%
HSB/HSV321°15.48%65.88%
CMYK0.00%15.48%5.36%
34.12%

Color #A88E9F in popluar number systems.

HEXA88E9F
Decimal168142159
Binary101010001000111010011111
Octal250216237

Shades and tints

Shades of #A88E9F

#A88E9F
(168,142,159)
#998291
(153,130,145)
#8A7683
(138,118,131)
#7B6A75
(123,106,117)
#6C5E67
(108,94,103)
#5D5259
(93,82,89)
#4E464B
(78,70,75)
#3F3A3D
(63,58,61)
#302E2F
(48,46,47)
#212221
(33,34,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #A88E9F

#A88E9F
(168,142,159)
#AF98A7
(175,152,167)
#B6A2AF
(182,162,175)
#BDACB7
(189,172,183)
#C4B6BF
(196,182,191)
#CBC0C7
(203,192,199)
#D2CACF
(210,202,207)
#D9D4D7
(217,212,215)
#E0DEDF
(224,222,223)
#E7E8E7
(231,232,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88E9F; }

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

This text font color is #A88E9F.


Background Color

.myBgColor { background-color: #A88E9F; }

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

This div background color is #A88E9F.


Border color

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

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

This div border color is #A88E9F.


Opacity

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

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

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

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

This text has shadow with #A88E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88E9F on black background.


Color preview on white background

This text has color #A88E9F on white background.



Black color preview on #A88E9F background

This text has black color on #A88E9F background.


White color preview on #A88E9F background

This text has white color on #A88E9F background.