COLOR #A88B9E

HEX: #A88B9E
RGB: (168,139,158)

Color info

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

RGB color model

#A88B9E color RGB value is (168,139,158).

  • red value is 168;
  • green value is 139;
  • blue value is 158.
RGB:
(168,139,158)
(66%,55%,62%)

RGB channels and saturation

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

168
139
158

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

Portions of RGB colors in percentages

R + G + B =
168 + 139 + 158 = 465 (100%)
R 168 of 465 ~ 36.13%
G 139 of 465 ~ 29.89%
B 158 of 465 ~ 33.98%

%36.13
%29.89
%33.98

CMYK color model

#A88B9E color CMYK value is (0,17,6,34).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK:
(0,17,6,34)
C0M17Y6K34 
(0%,17%,6%,34%)
(0.00/0.17/0.06/0.34)	

CMYK percentages

%0
%17.26
%5.95
%34.12

Codes

Color #A88B9E in popluar color models

A88B9E
RGB168139158
HSL321°14.29%60.20%
HSB/HSV321°17.26%65.88%
CMYK0.00%17.26%5.95%
34.12%

Color #A88B9E in popluar number systems.

HEXA88B9E
Decimal168139158
Binary101010001000101110011110
Octal250213236

Shades and tints

Shades of #A88B9E

#A88B9E
(168,139,158)
#997F90
(153,127,144)
#8A7382
(138,115,130)
#7B6774
(123,103,116)
#6C5B66
(108,91,102)
#5D4F58
(93,79,88)
#4E434A
(78,67,74)
#3F373C
(63,55,60)
#302B2E
(48,43,46)
#211F20
(33,31,32)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A88B9E

#A88B9E
(168,139,158)
#AF95A6
(175,149,166)
#B69FAE
(182,159,174)
#BDA9B6
(189,169,182)
#C4B3BE
(196,179,190)
#CBBDC6
(203,189,198)
#D2C7CE
(210,199,206)
#D9D1D6
(217,209,214)
#E0DBDE
(224,219,222)
#E7E5E6
(231,229,230)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88B9E; }

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

This text font color is #A88B9E.


Background Color

.myBgColor { background-color: #A88B9E; }

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

This div background color is #A88B9E.


Border color

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

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

This div border color is #A88B9E.


Opacity

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

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

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

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

This text has shadow with #A88B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88B9E on black background.


Color preview on white background

This text has color #A88B9E on white background.



Black color preview on #A88B9E background

This text has black color on #A88B9E background.


White color preview on #A88B9E background

This text has white color on #A88B9E background.