COLOR #A88BB2

HEX: #A88BB2
RGB: (168,139,178)

Color info

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

RGB color model

#A88BB2 color RGB value is (168,139,178).

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

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 178 of 255 = 70%

168
139
178

R + G + B ~ 64%. #A88BB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 139 + 178 = 485 (100%)
R 168 of 485 ~ 34.64%
G 139 of 485 ~ 28.66%
B 178 of 485 ~ 36.7%

%34.64
%28.66
%36.7

CMYK color model

#A88BB2 color CMYK value is (6,22,0,30).

  • cyan value is 5.62%
  • magenta value is 21.91%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(6,22,0,30)
C6M22Y0K30 
(6%,22%,0%,30%)
(0.06/0.22/0.00/0.30)	

CMYK percentages

%5.62
%21.91
%0
%30.2

Codes

Color #A88BB2 in popluar color models

A88BB2
RGB168139178
HSL285°20.21%62.16%
HSB/HSV285°21.91%69.80%
CMYK5.62%21.91%0.00%
30.20%

Color #A88BB2 in popluar number systems.

HEXA88BB2
Decimal168139178
Binary101010001000101110110010
Octal250213262

Shades and tints

Shades of #A88BB2

#A88BB2
(168,139,178)
#997FA2
(153,127,162)
#8A7392
(138,115,146)
#7B6782
(123,103,130)
#6C5B72
(108,91,114)
#5D4F62
(93,79,98)
#4E4352
(78,67,82)
#3F3742
(63,55,66)
#302B32
(48,43,50)
#211F22
(33,31,34)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A88BB2

#A88BB2
(168,139,178)
#AF95B9
(175,149,185)
#B69FC0
(182,159,192)
#BDA9C7
(189,169,199)
#C4B3CE
(196,179,206)
#CBBDD5
(203,189,213)
#D2C7DC
(210,199,220)
#D9D1E3
(217,209,227)
#E0DBEA
(224,219,234)
#E7E5F1
(231,229,241)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88BB2; }

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

This text font color is #A88BB2.


Background Color

.myBgColor { background-color: #A88BB2; }

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

This div background color is #A88BB2.


Border color

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

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

This div border color is #A88BB2.


Opacity

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

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

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

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

This text has shadow with #A88BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88BB2 on black background.


Color preview on white background

This text has color #A88BB2 on white background.



Black color preview on #A88BB2 background

This text has black color on #A88BB2 background.


White color preview on #A88BB2 background

This text has white color on #A88BB2 background.