COLOR #A893A3

HEX: #A893A3
RGB: (168,147,163)

Color info

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

RGB color model

#A893A3 color RGB value is (168,147,163).

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

RGB channels and saturation

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

168
147
163

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

Portions of RGB colors in percentages

R + G + B =
168 + 147 + 163 = 478 (100%)
R 168 of 478 ~ 35.15%
G 147 of 478 ~ 30.75%
B 163 of 478 ~ 34.1%

%35.15
%30.75
%34.1

CMYK color model

#A893A3 color CMYK value is (0,13,3,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 2.98%
  • key color value is 34.12%
CMYK:
(0,13,3,34)
C0M13Y3K34 
(0%,13%,3%,34%)
(0.00/0.13/0.03/0.34)	

CMYK percentages

%0
%12.5
%2.98
%34.12

Codes

Color #A893A3 in popluar color models

A893A3
RGB168147163
HSL314°10.77%61.76%
HSB/HSV314°12.50%65.88%
CMYK0.00%12.50%2.98%
34.12%

Color #A893A3 in popluar number systems.

HEXA893A3
Decimal168147163
Binary101010001001001110100011
Octal250223243

Shades and tints

Shades of #A893A3

#A893A3
(168,147,163)
#998695
(153,134,149)
#8A7987
(138,121,135)
#7B6C79
(123,108,121)
#6C5F6B
(108,95,107)
#5D525D
(93,82,93)
#4E454F
(78,69,79)
#3F3841
(63,56,65)
#302B33
(48,43,51)
#211E25
(33,30,37)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #A893A3

#A893A3
(168,147,163)
#AF9CAB
(175,156,171)
#B6A5B3
(182,165,179)
#BDAEBB
(189,174,187)
#C4B7C3
(196,183,195)
#CBC0CB
(203,192,203)
#D2C9D3
(210,201,211)
#D9D2DB
(217,210,219)
#E0DBE3
(224,219,227)
#E7E4EB
(231,228,235)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A893A3; }

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

This text font color is #A893A3.


Background Color

.myBgColor { background-color: #A893A3; }

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

This div background color is #A893A3.


Border color

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

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

This div border color is #A893A3.


Opacity

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

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

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

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

This text has shadow with #A893A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A893A3 on black background.


Color preview on white background

This text has color #A893A3 on white background.



Black color preview on #A893A3 background

This text has black color on #A893A3 background.


White color preview on #A893A3 background

This text has white color on #A893A3 background.