COLOR #A89BAD

HEX: #A89BAD RGB: (168,155,173)

Color info

#A89BAD contains red, green and blue colors in about the same proportion. Web safe color of #A89BAD is #999999 (or #999).

RGB color model

#A89BAD color RGB value is (168,155,173).

RGB: (168,155,173) (66%, 61%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 173 of 255 = 68%

168
155
173

R + G + B ~ 65%. #A89BAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 155 + 173 = 496 (100%)
R 168 of 496 ~ 33.87%
G 155 of 496 ~ 31.25%
B 173 of 496 ~ 34.88'%

%33.87
%31.25
%34.88

CMYK color model

#A89BAD color CMYK value is (3,10,0,32).

  • cyan value is 2.89%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (3,10,0,32)
C3M10Y0K32 (3%, 10%, 0%, 32%)
(0.03 / 0.10 / 0.00 / 0.32)

CMYK percentages

%2.89
%10.4
%0
%32.16

Codes

Color #A89BAD in popluar color models

A8 9B AD
RGB 168 155 173
HSL 283° 9.89% 64.31%
HSB/HSV 283° 10.40% 67.84%
CMYK 2.89% 10.40% 0.00%
32.16%

Color #A89BAD in popluar number systems.

HEX A8 9B AD
Decimal 168 155 173
Binary 10101000 10011011 10101101
Octal 250 233 255

Shades and tints

Shades of #A89BAD

#A89BAD
(168,155,173)
#998D9E
(153,141,158)
#8A7F8F
(138,127,143)
#7B7180
(123,113,128)
#6C6371
(108,99,113)
#5D5562
(93,85,98)
#4E4753
(78,71,83)
#3F3944
(63,57,68)
#302B35
(48,43,53)
#211D26
(33,29,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #A89BAD

#A89BAD
(168,155,173)
#AFA4B4
(175,164,180)
#B6ADBB
(182,173,187)
#BDB6C2
(189,182,194)
#C4BFC9
(196,191,201)
#CBC8D0
(203,200,208)
#D2D1D7
(210,209,215)
#D9DADE
(217,218,222)
#E0E3E5
(224,227,229)
#E7ECEC
(231,236,236)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89BAD; }

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

This text font color is #A89BAD.

Background Color

.myBgColor { background-color: #A89BAD; }

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

This div background color is #A89BAD.

Border color

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

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

This div border color is #A89BAD.

Opacity

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

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

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

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

This text has shadow with #A89BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89BAD.

Preview

Color preview on black background

This text has color #A89BAD on black background.


Color preview on white background

This text has color #A89BAD on white background.


Black color preview on #A89BAD background

This text has black color on #A89BAD background.


White color preview on #A89BAD background

This text has white color on #A89BAD background.


Related colors

Complementary color

Complementary color for #hex is #576452.


I love getcolorcode.com

Triadic colors

1 #ADA89B and #9BADA8 with #A89BAD are triadic colors.

2 #AD9BA8 and #9BA8AD with #A89BAD are triadic colors.