COLOR #A89CD1

HEX: #A89CD1
RGB: (168,156,209)

Color info

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

RGB color model

#A89CD1 color RGB value is (168,156,209).

  • red value is 168;
  • green value is 156;
  • blue value is 209.
RGB:
(168,156,209)
(66%,61%,82%)

RGB channels and saturation

R 168 of 255 = 66%
G 156 of 255 = 61%
B 209 of 255 = 82%

168
156
209

R + G + B ~ 70%. #A89CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 156 + 209 = 533 (100%)
R 168 of 533 ~ 31.52%
G 156 of 533 ~ 29.27%
B 209 of 533 ~ 39.21%

%31.52
%29.27
%39.21

CMYK color model

#A89CD1 color CMYK value is (20,25,0,18).

  • cyan value is 19.62%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,25,0,18)
C20M25Y0K18 
(20%,25%,0%,18%)
(0.20/0.25/0.00/0.18)	

CMYK percentages

%19.62
%25.36
%0
%18.04

Codes

Color #A89CD1 in popluar color models

A89CD1
RGB168156209
HSL254°36.55%71.57%
HSB/HSV254°25.36%81.96%
CMYK19.62%25.36%0.00%
18.04%

Color #A89CD1 in popluar number systems.

HEXA89CD1
Decimal168156209
Binary101010001001110011010001
Octal250234321

Shades and tints

Shades of #A89CD1

#A89CD1
(168,156,209)
#998EBE
(153,142,190)
#8A80AB
(138,128,171)
#7B7298
(123,114,152)
#6C6485
(108,100,133)
#5D5672
(93,86,114)
#4E485F
(78,72,95)
#3F3A4C
(63,58,76)
#302C39
(48,44,57)
#211E26
(33,30,38)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #A89CD1

#A89CD1
(168,156,209)
#AFA5D5
(175,165,213)
#B6AED9
(182,174,217)
#BDB7DD
(189,183,221)
#C4C0E1
(196,192,225)
#CBC9E5
(203,201,229)
#D2D2E9
(210,210,233)
#D9DBED
(217,219,237)
#E0E4F1
(224,228,241)
#E7EDF5
(231,237,245)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89CD1 color. Also use rgb(168,156,209) instead hex code.

Text Font Color

.myTextColor { color: #A89CD1; }

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

This text font color is #A89CD1.


Background Color

.myBgColor { background-color: #A89CD1; }

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

This div background color is #A89CD1.


Border color

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

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

This div border color is #A89CD1.


Opacity

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

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

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

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

This text has shadow with #A89CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89CD1 on black background.


Color preview on white background

This text has color #A89CD1 on white background.



Black color preview on #A89CD1 background

This text has black color on #A89CD1 background.


White color preview on #A89CD1 background

This text has white color on #A89CD1 background.