COLOR #A89BDF

HEX: #A89BDF RGB: (168,155,223)

Color info

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

RGB color model

#A89BDF color RGB value is (168,155,223).

RGB: (168,155,223) (66%, 61%, 87%)

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 223 of 255 = 87%

168
155
223

R + G + B ~ 71%. #A89BDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 155 + 223 = 546 (100%)
R 168 of 546 ~ 30.77%
G 155 of 546 ~ 28.39%
B 223 of 546 ~ 40.84'%

%30.77
%28.39
%40.84

CMYK color model

#A89BDF color CMYK value is (25,30,0,13).

  • cyan value is 24.66%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (25,30,0,13) C25M30Y0K13 (25%,30%,0%,13%) (0.25/0.30/0.00/0.13) 

CMYK percentages

%24.66
%30.49
%0
%12.55

Codes

Color #A89BDF in popluar color models

A8 9B DF
RGB 168 155 223
HSL 251° 51.52% 74.12%
HSB/HSV 251° 30.49% 87.45%
CMYK 24.66% 30.49% 0.00%
12.55%

Color #A89BDF in popluar number systems.

HEX A8 9B DF
Decimal 168 155 223
Binary 10101000 10011011 11011111
Octal 250 233 337

Shades and tints

Shades of #A89BDF

#A89BDF
(168,155,223)
#998DCB
(153,141,203)
#8A7FB7
(138,127,183)
#7B71A3
(123,113,163)
#6C638F
(108,99,143)
#5D557B
(93,85,123)
#4E4767
(78,71,103)
#3F3953
(63,57,83)
#302B3F
(48,43,63)
#211D2B
(33,29,43)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #A89BDF

#A89BDF
(168,155,223)
#AFA4E1
(175,164,225)
#B6ADE3
(182,173,227)
#BDB6E5
(189,182,229)
#C4BFE7
(196,191,231)
#CBC8E9
(203,200,233)
#D2D1EB
(210,209,235)
#D9DAED
(217,218,237)
#E0E3EF
(224,227,239)
#E7ECF1
(231,236,241)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89BDF color. Also use rgb(168,155,223) instead hex code.

Text Font Color

.myTextColor { color: #A89BDF; }

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

This text font color is #A89BDF.

Background Color

.myBgColor { background-color: #A89BDF; }

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

This div background color is #A89BDF.

Border color

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

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

This div border color is #A89BDF.

Opacity

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

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

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

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

This text has shadow with #A89BDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89BDF.

Preview

Color preview on black background

This text has color #A89BDF on black background.


Color preview on white background

This text has color #A89BDF on white background.


Black color preview on #A89BDF background

This text has black color on #A89BDF background.


White color preview on #A89BDF background

This text has white color on #A89BDF background.


Related colors

Complementary color

Complementary color for #hex is #576420.


I love getcolorcode.com

Triadic colors

1 #DFA89B and #9BDFA8 with #A89BDF are triadic colors.

2 #DF9BA8 and #9BA8DF with #A89BDF are triadic colors.