COLOR #A884A3

HEX: #A884A3
RGB: (168,132,163)

Color info

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

RGB color model

#A884A3 color RGB value is (168,132,163).

  • red value is 168;
  • green value is 132;
  • blue value is 163.
RGB:
(168,132,163)
(66%,52%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 163 of 255 = 64%

168
132
163

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

Portions of RGB colors in percentages

R + G + B =
168 + 132 + 163 = 463 (100%)
R 168 of 463 ~ 36.29%
G 132 of 463 ~ 28.51%
B 163 of 463 ~ 35.21%

%36.29
%28.51
%35.21

CMYK color model

#A884A3 color CMYK value is (0,21,3,34).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 2.98%
  • key color value is 34.12%
CMYK:
(0,21,3,34)
C0M21Y3K34 
(0%,21%,3%,34%)
(0.00/0.21/0.03/0.34)	

CMYK percentages

%0
%21.43
%2.98
%34.12

Codes

Color #A884A3 in popluar color models

A884A3
RGB168132163
HSL308°17.14%58.82%
HSB/HSV308°21.43%65.88%
CMYK0.00%21.43%2.98%
34.12%

Color #A884A3 in popluar number systems.

HEXA884A3
Decimal168132163
Binary101010001000010010100011
Octal250204243

Shades and tints

Shades of #A884A3

#A884A3
(168,132,163)
#997895
(153,120,149)
#8A6C87
(138,108,135)
#7B6079
(123,96,121)
#6C546B
(108,84,107)
#5D485D
(93,72,93)
#4E3C4F
(78,60,79)
#3F3041
(63,48,65)
#302433
(48,36,51)
#211825
(33,24,37)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #A884A3

#A884A3
(168,132,163)
#AF8FAB
(175,143,171)
#B69AB3
(182,154,179)
#BDA5BB
(189,165,187)
#C4B0C3
(196,176,195)
#CBBBCB
(203,187,203)
#D2C6D3
(210,198,211)
#D9D1DB
(217,209,219)
#E0DCE3
(224,220,227)
#E7E7EB
(231,231,235)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A884A3 color. Also use rgb(168,132,163) instead hex code.

Text Font Color

.myTextColor { color: #A884A3; }

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

This text font color is #A884A3.


Background Color

.myBgColor { background-color: #A884A3; }

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

This div background color is #A884A3.


Border color

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

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

This div border color is #A884A3.


Opacity

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

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

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

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

This text has shadow with #A884A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A884A3 on black background.


Color preview on white background

This text has color #A884A3 on white background.



Black color preview on #A884A3 background

This text has black color on #A884A3 background.


White color preview on #A884A3 background

This text has white color on #A884A3 background.