COLOR #A88B9D

HEX: #A88B9D RGB: (168,139,157)

Color info

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

RGB color model

#A88B9D color RGB value is (168,139,157).

RGB: (168,139,157) (66%, 55%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 157 of 255 = 62%

168
139
157

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

Portions of RGB colors in percentages

R + G + B = 168 + 139 + 157 = 464 (100%)
R 168 of 464 ~ 36.21%
G 139 of 464 ~ 29.96%
B 157 of 464 ~ 33.84'%

%36.21
%29.96
%33.84

CMYK color model

#A88B9D color CMYK value is (0,17,7,34).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 6.55%
  • key color value is 34.12%

CMYK: (0,17,7,34)
C0M17Y7K34 (0%, 17%, 7%, 34%)
(0.00 / 0.17 / 0.07 / 0.34)

CMYK percentages

%0
%17.26
%6.55
%34.12

Codes

Color #A88B9D in popluar color models

A8 8B 9D
RGB 168 139 157
HSL 323° 14.29% 60.20%
HSB/HSV 323° 17.26% 65.88%
CMYK 0.00% 17.26% 6.55%
34.12%

Color #A88B9D in popluar number systems.

HEX A8 8B 9D
Decimal 168 139 157
Binary 10101000 10001011 10011101
Octal 250 213 235

Shades and tints

Shades of #A88B9D

#A88B9D
(168,139,157)
#997F8F
(153,127,143)
#8A7381
(138,115,129)
#7B6773
(123,103,115)
#6C5B65
(108,91,101)
#5D4F57
(93,79,87)
#4E4349
(78,67,73)
#3F373B
(63,55,59)
#302B2D
(48,43,45)
#211F1F
(33,31,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A88B9D

#A88B9D
(168,139,157)
#AF95A5
(175,149,165)
#B69FAD
(182,159,173)
#BDA9B5
(189,169,181)
#C4B3BD
(196,179,189)
#CBBDC5
(203,189,197)
#D2C7CD
(210,199,205)
#D9D1D5
(217,209,213)
#E0DBDD
(224,219,221)
#E7E5E5
(231,229,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88B9D; }

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

This text font color is #A88B9D.

Background Color

.myBgColor { background-color: #A88B9D; }

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

This div background color is #A88B9D.

Border color

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

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

This div border color is #A88B9D.

Opacity

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

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

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

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

This text has shadow with #A88B9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88B9D.

Preview

Color preview on black background

This text has color #A88B9D on black background.


Color preview on white background

This text has color #A88B9D on white background.


Black color preview on #A88B9D background

This text has black color on #A88B9D background.


White color preview on #A88B9D background

This text has white color on #A88B9D background.


Related colors

Complementary color

Complementary color for #hex is #577462.


I love getcolorcode.com

Triadic colors

1 #9DA88B and #8B9DA8 with #A88B9D are triadic colors.

2 #9D8BA8 and #8BA89D with #A88B9D are triadic colors.