COLOR #A88AAC

HEX: #A88AAC
RGB: (168,138,172)

Color info

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

RGB color model

#A88AAC color RGB value is (168,138,172).

  • red value is 168;
  • green value is 138;
  • blue value is 172.
RGB:
(168,138,172)
(66%,54%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 172 of 255 = 67%

168
138
172

R + G + B ~ 62%. #A88AAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 172 = 478 (100%)
R 168 of 478 ~ 35.15%
G 138 of 478 ~ 28.87%
B 172 of 478 ~ 35.98%

%35.15
%28.87
%35.98

CMYK color model

#A88AAC color CMYK value is (2,20,0,33).

  • cyan value is 2.33%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(2,20,0,33)
C2M20Y0K33 
(2%,20%,0%,33%)
(0.02/0.20/0.00/0.33)	

CMYK percentages

%2.33
%19.77
%0
%32.55

Codes

Color #A88AAC in popluar color models

A88AAC
RGB168138172
HSL293°17.00%60.78%
HSB/HSV293°19.77%67.45%
CMYK2.33%19.77%0.00%
32.55%

Color #A88AAC in popluar number systems.

HEXA88AAC
Decimal168138172
Binary101010001000101010101100
Octal250212254

Shades and tints

Shades of #A88AAC

#A88AAC
(168,138,172)
#997E9D
(153,126,157)
#8A728E
(138,114,142)
#7B667F
(123,102,127)
#6C5A70
(108,90,112)
#5D4E61
(93,78,97)
#4E4252
(78,66,82)
#3F3643
(63,54,67)
#302A34
(48,42,52)
#211E25
(33,30,37)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A88AAC

#A88AAC
(168,138,172)
#AF94B3
(175,148,179)
#B69EBA
(182,158,186)
#BDA8C1
(189,168,193)
#C4B2C8
(196,178,200)
#CBBCCF
(203,188,207)
#D2C6D6
(210,198,214)
#D9D0DD
(217,208,221)
#E0DAE4
(224,218,228)
#E7E4EB
(231,228,235)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88AAC color. Also use rgb(168,138,172) instead hex code.

Text Font Color

.myTextColor { color: #A88AAC; }

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

This text font color is #A88AAC.


Background Color

.myBgColor { background-color: #A88AAC; }

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

This div background color is #A88AAC.


Border color

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

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

This div border color is #A88AAC.


Opacity

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

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

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

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

This text has shadow with #A88AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88AAC on black background.


Color preview on white background

This text has color #A88AAC on white background.



Black color preview on #A88AAC background

This text has black color on #A88AAC background.


White color preview on #A88AAC background

This text has white color on #A88AAC background.