COLOR #A897E6

HEX: #A897E6 RGB: (168,151,230)

Color info

#A897E6 contains mainly blue color. Web safe color of #A897E6 is #9999CC (or #99C).

RGB color model

#A897E6 color RGB value is (168,151,230).

RGB: (168,151,230) (66%, 59%, 90%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 230 of 255 = 90%

168
151
230

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

Portions of RGB colors in percentages

R + G + B = 168 + 151 + 230 = 549 (100%)
R 168 of 549 ~ 30.6%
G 151 of 549 ~ 27.5%
B 230 of 549 ~ 41.89'%

%30.6
%27.5
%41.89

CMYK color model

#A897E6 color CMYK value is (27,34,0,10).

  • cyan value is 26.96%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,34,0,10)
C27M34Y0K10 (27%, 34%, 0%, 10%)
(0.27 / 0.34 / 0.00 / 0.10)

CMYK percentages

%26.96
%34.35
%0
%9.8

Codes

Color #A897E6 in popluar color models

A8 97 E6
RGB 168 151 230
HSL 253° 61.24% 74.71%
HSB/HSV 253° 34.35% 90.20%
CMYK 26.96% 34.35% 0.00%
9.80%

Color #A897E6 in popluar number systems.

HEX A8 97 E6
Decimal 168 151 230
Binary 10101000 10010111 11100110
Octal 250 227 346

Shades and tints

Shades of #A897E6

#A897E6
(168,151,230)
#998AD2
(153,138,210)
#8A7DBE
(138,125,190)
#7B70AA
(123,112,170)
#6C6396
(108,99,150)
#5D5682
(93,86,130)
#4E496E
(78,73,110)
#3F3C5A
(63,60,90)
#302F46
(48,47,70)
#212232
(33,34,50)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #A897E6

#A897E6
(168,151,230)
#AFA0E8
(175,160,232)
#B6A9EA
(182,169,234)
#BDB2EC
(189,178,236)
#C4BBEE
(196,187,238)
#CBC4F0
(203,196,240)
#D2CDF2
(210,205,242)
#D9D6F4
(217,214,244)
#E0DFF6
(224,223,246)
#E7E8F8
(231,232,248)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A897E6 color. Also use rgb(168,151,230) instead hex code.

Text Font Color

.myTextColor { color: #A897E6; }

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

This text font color is #A897E6.

Background Color

.myBgColor { background-color: #A897E6; }

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

This div background color is #A897E6.

Border color

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

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

This div border color is #A897E6.

Opacity

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

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

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

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

This text has shadow with #A897E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A897E6.

Preview

Color preview on black background

This text has color #A897E6 on black background.


Color preview on white background

This text has color #A897E6 on white background.


Black color preview on #A897E6 background

This text has black color on #A897E6 background.


White color preview on #A897E6 background

This text has white color on #A897E6 background.


Related colors

Complementary color

Complementary color for #hex is #576819.


I love getcolorcode.com

Triadic colors

1 #E6A897 and #97E6A8 with #A897E6 are triadic colors.

2 #E697A8 and #97A8E6 with #A897E6 are triadic colors.