COLOR #A882AB

HEX: #A882AB
RGB: (168,130,171)

Color info

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

RGB color model

#A882AB color RGB value is (168,130,171).

  • red value is 168;
  • green value is 130;
  • blue value is 171.
RGB:
(168,130,171)
(66%,51%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 171 of 255 = 67%

168
130
171

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

Portions of RGB colors in percentages

R + G + B =
168 + 130 + 171 = 469 (100%)
R 168 of 469 ~ 35.82%
G 130 of 469 ~ 27.72%
B 171 of 469 ~ 36.46%

%35.82
%27.72
%36.46

CMYK color model

#A882AB color CMYK value is (2,24,0,33).

  • cyan value is 1.75%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(2,24,0,33)
C2M24Y0K33 
(2%,24%,0%,33%)
(0.02/0.24/0.00/0.33)	

CMYK percentages

%1.75
%23.98
%0
%32.94

Codes

Color #A882AB in popluar color models

A882AB
RGB168130171
HSL296°19.62%59.02%
HSB/HSV296°23.98%67.06%
CMYK1.75%23.98%0.00%
32.94%

Color #A882AB in popluar number systems.

HEXA882AB
Decimal168130171
Binary101010001000001010101011
Octal250202253

Shades and tints

Shades of #A882AB

#A882AB
(168,130,171)
#99779C
(153,119,156)
#8A6C8D
(138,108,141)
#7B617E
(123,97,126)
#6C566F
(108,86,111)
#5D4B60
(93,75,96)
#4E4051
(78,64,81)
#3F3542
(63,53,66)
#302A33
(48,42,51)
#211F24
(33,31,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A882AB

#A882AB
(168,130,171)
#AF8DB2
(175,141,178)
#B698B9
(182,152,185)
#BDA3C0
(189,163,192)
#C4AEC7
(196,174,199)
#CBB9CE
(203,185,206)
#D2C4D5
(210,196,213)
#D9CFDC
(217,207,220)
#E0DAE3
(224,218,227)
#E7E5EA
(231,229,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A882AB color. Also use rgb(168,130,171) instead hex code.

Text Font Color

.myTextColor { color: #A882AB; }

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

This text font color is #A882AB.


Background Color

.myBgColor { background-color: #A882AB; }

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

This div background color is #A882AB.


Border color

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

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

This div border color is #A882AB.


Opacity

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

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

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

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

This text has shadow with #A882AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A882AB on black background.


Color preview on white background

This text has color #A882AB on white background.



Black color preview on #A882AB background

This text has black color on #A882AB background.


White color preview on #A882AB background

This text has white color on #A882AB background.