COLOR #A894ED

HEX: #A894ED
RGB: (168,148,237)

Color info

#A894ED contains mainly blue color. Web safe color of #A894ED is #9999FF (or #99F).

RGB color model

#A894ED color RGB value is (168,148,237).

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

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 237 of 255 = 93%

168
148
237

R + G + B ~ 72%. #A894ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 237 = 553 (100%)
R 168 of 553 ~ 30.38%
G 148 of 553 ~ 26.76%
B 237 of 553 ~ 42.86%

%30.38
%26.76
%42.86

CMYK color model

#A894ED color CMYK value is (29,38,0,7).

  • cyan value is 29.11%
  • magenta value is 37.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,38,0,7)
C29M38Y0K7 
(29%,38%,0%,7%)
(0.29/0.38/0.00/0.07)	

CMYK percentages

%29.11
%37.55
%0
%7.06

Codes

Color #A894ED in popluar color models

A894ED
RGB168148237
HSL253°71.20%75.49%
HSB/HSV253°37.55%92.94%
CMYK29.11%37.55%0.00%
7.06%

Color #A894ED in popluar number systems.

HEXA894ED
Decimal168148237
Binary101010001001010011101101
Octal250224355

Shades and tints

Shades of #A894ED

#A894ED
(168,148,237)
#9987D8
(153,135,216)
#8A7AC3
(138,122,195)
#7B6DAE
(123,109,174)
#6C6099
(108,96,153)
#5D5384
(93,83,132)
#4E466F
(78,70,111)
#3F395A
(63,57,90)
#302C45
(48,44,69)
#211F30
(33,31,48)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #A894ED

#A894ED
(168,148,237)
#AF9DEE
(175,157,238)
#B6A6EF
(182,166,239)
#BDAFF0
(189,175,240)
#C4B8F1
(196,184,241)
#CBC1F2
(203,193,242)
#D2CAF3
(210,202,243)
#D9D3F4
(217,211,244)
#E0DCF5
(224,220,245)
#E7E5F6
(231,229,246)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A894ED; }

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

This text font color is #A894ED.


Background Color

.myBgColor { background-color: #A894ED; }

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

This div background color is #A894ED.


Border color

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

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

This div border color is #A894ED.


Opacity

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

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

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

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

This text has shadow with #A894ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A894ED on black background.


Color preview on white background

This text has color #A894ED on white background.



Black color preview on #A894ED background

This text has black color on #A894ED background.


White color preview on #A894ED background

This text has white color on #A894ED background.