COLOR #A894CE

HEX: #A894CE
RGB: (168,148,206)

Color info

#A894CE contains red, green and blue colors in about the same proportion. Web safe color of #A894CE is #9999CC (or #99C).

RGB color model

#A894CE color RGB value is (168,148,206).

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

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 206 of 255 = 81%

168
148
206

R + G + B ~ 68%. #A894CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 206 = 522 (100%)
R 168 of 522 ~ 32.18%
G 148 of 522 ~ 28.35%
B 206 of 522 ~ 39.46%

%32.18
%28.35
%39.46

CMYK color model

#A894CE color CMYK value is (18,28,0,19).

  • cyan value is 18.45%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,28,0,19)
C18M28Y0K19 
(18%,28%,0%,19%)
(0.18/0.28/0.00/0.19)	

CMYK percentages

%18.45
%28.16
%0
%19.22

Codes

Color #A894CE in popluar color models

A894CE
RGB168148206
HSL261°37.18%69.41%
HSB/HSV261°28.16%80.78%
CMYK18.45%28.16%0.00%
19.22%

Color #A894CE in popluar number systems.

HEXA894CE
Decimal168148206
Binary101010001001010011001110
Octal250224316

Shades and tints

Shades of #A894CE

#A894CE
(168,148,206)
#9987BC
(153,135,188)
#8A7AAA
(138,122,170)
#7B6D98
(123,109,152)
#6C6086
(108,96,134)
#5D5374
(93,83,116)
#4E4662
(78,70,98)
#3F3950
(63,57,80)
#302C3E
(48,44,62)
#211F2C
(33,31,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #A894CE

#A894CE
(168,148,206)
#AF9DD2
(175,157,210)
#B6A6D6
(182,166,214)
#BDAFDA
(189,175,218)
#C4B8DE
(196,184,222)
#CBC1E2
(203,193,226)
#D2CAE6
(210,202,230)
#D9D3EA
(217,211,234)
#E0DCEE
(224,220,238)
#E7E5F2
(231,229,242)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A894CE; }

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

This text font color is #A894CE.


Background Color

.myBgColor { background-color: #A894CE; }

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

This div background color is #A894CE.


Border color

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

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

This div border color is #A894CE.


Opacity

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

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

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

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

This text has shadow with #A894CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A894CE on black background.


Color preview on white background

This text has color #A894CE on white background.



Black color preview on #A894CE background

This text has black color on #A894CE background.


White color preview on #A894CE background

This text has white color on #A894CE background.