COLOR #A89DDE

HEX: #A89DDE
RGB: (168,157,222)

Color info

#A89DDE contains mainly red and blue colors. Web safe color of #A89DDE is #9999CC (or #99C).

RGB color model

#A89DDE color RGB value is (168,157,222).

  • red value is 168;
  • green value is 157;
  • blue value is 222.
RGB:
(168,157,222)
(66%,62%,87%)

RGB channels and saturation

R 168 of 255 = 66%
G 157 of 255 = 62%
B 222 of 255 = 87%

168
157
222

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

Portions of RGB colors in percentages

R + G + B =
168 + 157 + 222 = 547 (100%)
R 168 of 547 ~ 30.71%
G 157 of 547 ~ 28.7%
B 222 of 547 ~ 40.59%

%30.71
%28.7
%40.59

CMYK color model

#A89DDE color CMYK value is (24,29,0,13).

  • cyan value is 24.32%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,29,0,13)
C24M29Y0K13 
(24%,29%,0%,13%)
(0.24/0.29/0.00/0.13)	

CMYK percentages

%24.32
%29.28
%0
%12.94

Codes

Color #A89DDE in popluar color models

A89DDE
RGB168157222
HSL250°49.62%74.31%
HSB/HSV250°29.28%87.06%
CMYK24.32%29.28%0.00%
12.94%

Color #A89DDE in popluar number systems.

HEXA89DDE
Decimal168157222
Binary101010001001110111011110
Octal250235336

Shades and tints

Shades of #A89DDE

#A89DDE
(168,157,222)
#998FCA
(153,143,202)
#8A81B6
(138,129,182)
#7B73A2
(123,115,162)
#6C658E
(108,101,142)
#5D577A
(93,87,122)
#4E4966
(78,73,102)
#3F3B52
(63,59,82)
#302D3E
(48,45,62)
#211F2A
(33,31,42)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #A89DDE

#A89DDE
(168,157,222)
#AFA5E1
(175,165,225)
#B6ADE4
(182,173,228)
#BDB5E7
(189,181,231)
#C4BDEA
(196,189,234)
#CBC5ED
(203,197,237)
#D2CDF0
(210,205,240)
#D9D5F3
(217,213,243)
#E0DDF6
(224,221,246)
#E7E5F9
(231,229,249)
#EEEDFC
(238,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89DDE color. Also use rgb(168,157,222) instead hex code.

Text Font Color

.myTextColor { color: #A89DDE; }

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

This text font color is #A89DDE.


Background Color

.myBgColor { background-color: #A89DDE; }

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

This div background color is #A89DDE.


Border color

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

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

This div border color is #A89DDE.


Opacity

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

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

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

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

This text has shadow with #A89DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89DDE on black background.


Color preview on white background

This text has color #A89DDE on white background.



Black color preview on #A89DDE background

This text has black color on #A89DDE background.


White color preview on #A89DDE background

This text has white color on #A89DDE background.