COLOR #A88EAA

HEX: #A88EAA
RGB: (168,142,170)

Color info

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

RGB color model

#A88EAA color RGB value is (168,142,170).

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

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 170 of 255 = 67%

168
142
170

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 170 = 480 (100%)
R 168 of 480 ~ 35%
G 142 of 480 ~ 29.58%
B 170 of 480 ~ 35.42%

%35
%29.58
%35.42

CMYK color model

#A88EAA color CMYK value is (1,16,0,33).

  • cyan value is 1.18%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,16,0,33)
C1M16Y0K33 
(1%,16%,0%,33%)
(0.01/0.16/0.00/0.33)	

CMYK percentages

%1.18
%16.47
%0
%33.33

Codes

Color #A88EAA in popluar color models

A88EAA
RGB168142170
HSL296°14.14%61.18%
HSB/HSV296°16.47%66.67%
CMYK1.18%16.47%0.00%
33.33%

Color #A88EAA in popluar number systems.

HEXA88EAA
Decimal168142170
Binary101010001000111010101010
Octal250216252

Shades and tints

Shades of #A88EAA

#A88EAA
(168,142,170)
#99829B
(153,130,155)
#8A768C
(138,118,140)
#7B6A7D
(123,106,125)
#6C5E6E
(108,94,110)
#5D525F
(93,82,95)
#4E4650
(78,70,80)
#3F3A41
(63,58,65)
#302E32
(48,46,50)
#212223
(33,34,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A88EAA

#A88EAA
(168,142,170)
#AF98B1
(175,152,177)
#B6A2B8
(182,162,184)
#BDACBF
(189,172,191)
#C4B6C6
(196,182,198)
#CBC0CD
(203,192,205)
#D2CAD4
(210,202,212)
#D9D4DB
(217,212,219)
#E0DEE2
(224,222,226)
#E7E8E9
(231,232,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88EAA; }

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

This text font color is #A88EAA.


Background Color

.myBgColor { background-color: #A88EAA; }

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

This div background color is #A88EAA.


Border color

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

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

This div border color is #A88EAA.


Opacity

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

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

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

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

This text has shadow with #A88EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88EAA on black background.


Color preview on white background

This text has color #A88EAA on white background.



Black color preview on #A88EAA background

This text has black color on #A88EAA background.


White color preview on #A88EAA background

This text has white color on #A88EAA background.