COLOR #A893A4

HEX: #A893A4
RGB: (168,147,164)

Color info

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

RGB color model

#A893A4 color RGB value is (168,147,164).

  • red value is 168;
  • green value is 147;
  • blue value is 164.
RGB:
(168,147,164)
(66%,58%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 164 of 255 = 64%

168
147
164

R + G + B ~ 63%. #A893A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 147 + 164 = 479 (100%)
R 168 of 479 ~ 35.07%
G 147 of 479 ~ 30.69%
B 164 of 479 ~ 34.24%

%35.07
%30.69
%34.24

CMYK color model

#A893A4 color CMYK value is (0,13,2,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(0,13,2,34)
C0M13Y2K34 
(0%,13%,2%,34%)
(0.00/0.13/0.02/0.34)	

CMYK percentages

%0
%12.5
%2.38
%34.12

Codes

Color #A893A4 in popluar color models

A893A4
RGB168147164
HSL311°10.77%61.76%
HSB/HSV311°12.50%65.88%
CMYK0.00%12.50%2.38%
34.12%

Color #A893A4 in popluar number systems.

HEXA893A4
Decimal168147164
Binary101010001001001110100100
Octal250223244

Shades and tints

Shades of #A893A4

#A893A4
(168,147,164)
#998696
(153,134,150)
#8A7988
(138,121,136)
#7B6C7A
(123,108,122)
#6C5F6C
(108,95,108)
#5D525E
(93,82,94)
#4E4550
(78,69,80)
#3F3842
(63,56,66)
#302B34
(48,43,52)
#211E26
(33,30,38)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #A893A4

#A893A4
(168,147,164)
#AF9CAC
(175,156,172)
#B6A5B4
(182,165,180)
#BDAEBC
(189,174,188)
#C4B7C4
(196,183,196)
#CBC0CC
(203,192,204)
#D2C9D4
(210,201,212)
#D9D2DC
(217,210,220)
#E0DBE4
(224,219,228)
#E7E4EC
(231,228,236)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A893A4 color. Also use rgb(168,147,164) instead hex code.

Text Font Color

.myTextColor { color: #A893A4; }

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

This text font color is #A893A4.


Background Color

.myBgColor { background-color: #A893A4; }

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

This div background color is #A893A4.


Border color

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

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

This div border color is #A893A4.


Opacity

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

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

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

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

This text has shadow with #A893A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A893A4 on black background.


Color preview on white background

This text has color #A893A4 on white background.



Black color preview on #A893A4 background

This text has black color on #A893A4 background.


White color preview on #A893A4 background

This text has white color on #A893A4 background.