COLOR #A88BA6

HEX: #A88BA6
RGB: (168,139,166)

Color info

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

RGB color model

#A88BA6 color RGB value is (168,139,166).

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

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 166 of 255 = 65%

168
139
166

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

Portions of RGB colors in percentages

R + G + B =
168 + 139 + 166 = 473 (100%)
R 168 of 473 ~ 35.52%
G 139 of 473 ~ 29.39%
B 166 of 473 ~ 35.1%

%35.52
%29.39
%35.1

CMYK color model

#A88BA6 color CMYK value is (0,17,1,34).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 1.19%
  • key color value is 34.12%
CMYK:
(0,17,1,34)
C0M17Y1K34 
(0%,17%,1%,34%)
(0.00/0.17/0.01/0.34)	

CMYK percentages

%0
%17.26
%1.19
%34.12

Codes

Color #A88BA6 in popluar color models

A88BA6
RGB168139166
HSL304°14.29%60.20%
HSB/HSV304°17.26%65.88%
CMYK0.00%17.26%1.19%
34.12%

Color #A88BA6 in popluar number systems.

HEXA88BA6
Decimal168139166
Binary101010001000101110100110
Octal250213246

Shades and tints

Shades of #A88BA6

#A88BA6
(168,139,166)
#997F97
(153,127,151)
#8A7388
(138,115,136)
#7B6779
(123,103,121)
#6C5B6A
(108,91,106)
#5D4F5B
(93,79,91)
#4E434C
(78,67,76)
#3F373D
(63,55,61)
#302B2E
(48,43,46)
#211F1F
(33,31,31)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A88BA6

#A88BA6
(168,139,166)
#AF95AE
(175,149,174)
#B69FB6
(182,159,182)
#BDA9BE
(189,169,190)
#C4B3C6
(196,179,198)
#CBBDCE
(203,189,206)
#D2C7D6
(210,199,214)
#D9D1DE
(217,209,222)
#E0DBE6
(224,219,230)
#E7E5EE
(231,229,238)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88BA6; }

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

This text font color is #A88BA6.


Background Color

.myBgColor { background-color: #A88BA6; }

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

This div background color is #A88BA6.


Border color

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

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

This div border color is #A88BA6.


Opacity

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

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

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

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

This text has shadow with #A88BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88BA6 on black background.


Color preview on white background

This text has color #A88BA6 on white background.



Black color preview on #A88BA6 background

This text has black color on #A88BA6 background.


White color preview on #A88BA6 background

This text has white color on #A88BA6 background.