COLOR #A88FAB

HEX: #A88FAB RGB: (168,143,171)

Color info

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

RGB color model

#A88FAB color RGB value is (168,143,171).

RGB: (168,143,171) (66%, 56%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 171 of 255 = 67%

168
143
171

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

Portions of RGB colors in percentages

R + G + B = 168 + 143 + 171 = 482 (100%)
R 168 of 482 ~ 34.85%
G 143 of 482 ~ 29.67%
B 171 of 482 ~ 35.48'%

%34.85
%29.67
%35.48

CMYK color model

#A88FAB color CMYK value is (2,16,0,33).

  • cyan value is 1.75%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (2,16,0,33)
C2M16Y0K33 (2%, 16%, 0%, 33%)
(0.02 / 0.16 / 0.00 / 0.33)

CMYK percentages

%1.75
%16.37
%0
%32.94

Codes

Color #A88FAB in popluar color models

A8 8F AB
RGB 168 143 171
HSL 294° 14.29% 61.57%
HSB/HSV 294° 16.37% 67.06%
CMYK 1.75% 16.37% 0.00%
32.94%

Color #A88FAB in popluar number systems.

HEX A8 8F AB
Decimal 168 143 171
Binary 10101000 10001111 10101011
Octal 250 217 253

Shades and tints

Shades of #A88FAB

#A88FAB
(168,143,171)
#99829C
(153,130,156)
#8A758D
(138,117,141)
#7B687E
(123,104,126)
#6C5B6F
(108,91,111)
#5D4E60
(93,78,96)
#4E4151
(78,65,81)
#3F3442
(63,52,66)
#302733
(48,39,51)
#211A24
(33,26,36)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #A88FAB

#A88FAB
(168,143,171)
#AF99B2
(175,153,178)
#B6A3B9
(182,163,185)
#BDADC0
(189,173,192)
#C4B7C7
(196,183,199)
#CBC1CE
(203,193,206)
#D2CBD5
(210,203,213)
#D9D5DC
(217,213,220)
#E0DFE3
(224,223,227)
#E7E9EA
(231,233,234)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88FAB color. Also use rgb(168,143,171) instead hex code.

Text Font Color

.myTextColor { color: #A88FAB; }

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

This text font color is #A88FAB.

Background Color

.myBgColor { background-color: #A88FAB; }

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

This div background color is #A88FAB.

Border color

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

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

This div border color is #A88FAB.

Opacity

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

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

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

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

This text has shadow with #A88FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88FAB.

Preview

Color preview on black background

This text has color #A88FAB on black background.


Color preview on white background

This text has color #A88FAB on white background.


Black color preview on #A88FAB background

This text has black color on #A88FAB background.


White color preview on #A88FAB background

This text has white color on #A88FAB background.


Related colors

Complementary color

Complementary color for #hex is #577054.


I love getcolorcode.com

Triadic colors

1 #ABA88F and #8FABA8 with #A88FAB are triadic colors.

2 #AB8FA8 and #8FA8AB with #A88FAB are triadic colors.