COLOR #A88BAF

HEX: #A88BAF RGB: (168,139,175)

Color info

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

RGB color model

#A88BAF color RGB value is (168,139,175).

RGB: (168,139,175) (66%, 55%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 175 of 255 = 69%

168
139
175

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

Portions of RGB colors in percentages

R + G + B = 168 + 139 + 175 = 482 (100%)
R 168 of 482 ~ 34.85%
G 139 of 482 ~ 28.84%
B 175 of 482 ~ 36.31'%

%34.85
%28.84
%36.31

CMYK color model

#A88BAF color CMYK value is (4,21,0,31).

  • cyan value is 4.00%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (4,21,0,31)
C4M21Y0K31 (4%, 21%, 0%, 31%)
(0.04 / 0.21 / 0.00 / 0.31)

CMYK percentages

%4
%20.57
%0
%31.37

Codes

Color #A88BAF in popluar color models

A8 8B AF
RGB 168 139 175
HSL 288° 18.37% 61.57%
HSB/HSV 288° 20.57% 68.63%
CMYK 4.00% 20.57% 0.00%
31.37%

Color #A88BAF in popluar number systems.

HEX A8 8B AF
Decimal 168 139 175
Binary 10101000 10001011 10101111
Octal 250 213 257

Shades and tints

Shades of #A88BAF

#A88BAF
(168,139,175)
#997FA0
(153,127,160)
#8A7391
(138,115,145)
#7B6782
(123,103,130)
#6C5B73
(108,91,115)
#5D4F64
(93,79,100)
#4E4355
(78,67,85)
#3F3746
(63,55,70)
#302B37
(48,43,55)
#211F28
(33,31,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #A88BAF

#A88BAF
(168,139,175)
#AF95B6
(175,149,182)
#B69FBD
(182,159,189)
#BDA9C4
(189,169,196)
#C4B3CB
(196,179,203)
#CBBDD2
(203,189,210)
#D2C7D9
(210,199,217)
#D9D1E0
(217,209,224)
#E0DBE7
(224,219,231)
#E7E5EE
(231,229,238)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88BAF color. Also use rgb(168,139,175) instead hex code.

Text Font Color

.myTextColor { color: #A88BAF; }

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

This text font color is #A88BAF.

Background Color

.myBgColor { background-color: #A88BAF; }

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

This div background color is #A88BAF.

Border color

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

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

This div border color is #A88BAF.

Opacity

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

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

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

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

This text has shadow with #A88BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88BAF.

Preview

Color preview on black background

This text has color #A88BAF on black background.


Color preview on white background

This text has color #A88BAF on white background.


Black color preview on #A88BAF background

This text has black color on #A88BAF background.


White color preview on #A88BAF background

This text has white color on #A88BAF background.


Related colors

Complementary color

Complementary color for #hex is #577450.


I love getcolorcode.com

Triadic colors

1 #AFA88B and #8BAFA8 with #A88BAF are triadic colors.

2 #AF8BA8 and #8BA8AF with #A88BAF are triadic colors.