COLOR #A894AD

HEX: #A894AD
RGB: (168,148,173)

Color info

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

RGB color model

#A894AD color RGB value is (168,148,173).

  • red value is 168;
  • green value is 148;
  • blue value is 173.
RGB:
(168,148,173)
(66%,58%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 173 of 255 = 68%

168
148
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 173 = 489 (100%)
R 168 of 489 ~ 34.36%
G 148 of 489 ~ 30.27%
B 173 of 489 ~ 35.38%

%34.36
%30.27
%35.38

CMYK color model

#A894AD color CMYK value is (3,14,0,32).

  • cyan value is 2.89%
  • magenta value is 14.45%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,14,0,32)
C3M14Y0K32 
(3%,14%,0%,32%)
(0.03/0.14/0.00/0.32)	

CMYK percentages

%2.89
%14.45
%0
%32.16

Codes

Color #A894AD in popluar color models

A894AD
RGB168148173
HSL288°13.23%62.94%
HSB/HSV288°14.45%67.84%
CMYK2.89%14.45%0.00%
32.16%

Color #A894AD in popluar number systems.

HEXA894AD
Decimal168148173
Binary101010001001010010101101
Octal250224255

Shades and tints

Shades of #A894AD

#A894AD
(168,148,173)
#99879E
(153,135,158)
#8A7A8F
(138,122,143)
#7B6D80
(123,109,128)
#6C6071
(108,96,113)
#5D5362
(93,83,98)
#4E4653
(78,70,83)
#3F3944
(63,57,68)
#302C35
(48,44,53)
#211F26
(33,31,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #A894AD

#A894AD
(168,148,173)
#AF9DB4
(175,157,180)
#B6A6BB
(182,166,187)
#BDAFC2
(189,175,194)
#C4B8C9
(196,184,201)
#CBC1D0
(203,193,208)
#D2CAD7
(210,202,215)
#D9D3DE
(217,211,222)
#E0DCE5
(224,220,229)
#E7E5EC
(231,229,236)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A894AD color. Also use rgb(168,148,173) instead hex code.

Text Font Color

.myTextColor { color: #A894AD; }

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

This text font color is #A894AD.


Background Color

.myBgColor { background-color: #A894AD; }

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

This div background color is #A894AD.


Border color

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

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

This div border color is #A894AD.


Opacity

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

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

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

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

This text has shadow with #A894AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A894AD on black background.


Color preview on white background

This text has color #A894AD on white background.



Black color preview on #A894AD background

This text has black color on #A894AD background.


White color preview on #A894AD background

This text has white color on #A894AD background.