COLOR #A89EC7

HEX: #A89EC7 RGB: (168,158,199)

Color info

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

RGB color model

#A89EC7 color RGB value is (168,158,199).

RGB: (168,158,199) (66%, 62%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 199 of 255 = 78%

168
158
199

R + G + B ~ 69%. #A89EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 158 + 199 = 525 (100%)
R 168 of 525 ~ 32%
G 158 of 525 ~ 30.1%
B 199 of 525 ~ 37.9'%

%32
%30.1
%37.9

CMYK color model

#A89EC7 color CMYK value is (16,21,0,22).

  • cyan value is 15.58%
  • magenta value is 20.60%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (16,21,0,22)
C16M21Y0K22 (16%, 21%, 0%, 22%)
(0.16 / 0.21 / 0.00 / 0.22)

CMYK percentages

%15.58
%20.6
%0
%21.96

Codes

Color #A89EC7 in popluar color models

A8 9E C7
RGB 168 158 199
HSL 255° 26.80% 70.00%
HSB/HSV 255° 20.60% 78.04%
CMYK 15.58% 20.60% 0.00%
21.96%

Color #A89EC7 in popluar number systems.

HEX A8 9E C7
Decimal 168 158 199
Binary 10101000 10011110 11000111
Octal 250 236 307

Shades and tints

Shades of #A89EC7

#A89EC7
(168,158,199)
#9990B5
(153,144,181)
#8A82A3
(138,130,163)
#7B7491
(123,116,145)
#6C667F
(108,102,127)
#5D586D
(93,88,109)
#4E4A5B
(78,74,91)
#3F3C49
(63,60,73)
#302E37
(48,46,55)
#212025
(33,32,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A89EC7

#A89EC7
(168,158,199)
#AFA6CC
(175,166,204)
#B6AED1
(182,174,209)
#BDB6D6
(189,182,214)
#C4BEDB
(196,190,219)
#CBC6E0
(203,198,224)
#D2CEE5
(210,206,229)
#D9D6EA
(217,214,234)
#E0DEEF
(224,222,239)
#E7E6F4
(231,230,244)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89EC7 color. Also use rgb(168,158,199) instead hex code.

Text Font Color

.myTextColor { color: #A89EC7; }

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

This text font color is #A89EC7.

Background Color

.myBgColor { background-color: #A89EC7; }

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

This div background color is #A89EC7.

Border color

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

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

This div border color is #A89EC7.

Opacity

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

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

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

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

This text has shadow with #A89EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89EC7.

Preview

Color preview on black background

This text has color #A89EC7 on black background.


Color preview on white background

This text has color #A89EC7 on white background.


Black color preview on #A89EC7 background

This text has black color on #A89EC7 background.


White color preview on #A89EC7 background

This text has white color on #A89EC7 background.


Related colors

Complementary color

Complementary color for #hex is #576138.


I love getcolorcode.com

Triadic colors

1 #C7A89E and #9EC7A8 with #A89EC7 are triadic colors.

2 #C79EA8 and #9EA8C7 with #A89EC7 are triadic colors.