COLOR #A98EBA

HEX: #A98EBA RGB: (169,142,186)

Color info

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

RGB color model

#A98EBA color RGB value is (169,142,186).

RGB: (169,142,186) (66%, 56%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 186 of 255 = 73%

169
142
186

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

Portions of RGB colors in percentages

R + G + B = 169 + 142 + 186 = 497 (100%)
R 169 of 497 ~ 34%
G 142 of 497 ~ 28.57%
B 186 of 497 ~ 37.42'%

%34
%28.57
%37.42

CMYK color model

#A98EBA color CMYK value is (9,24,0,27).

  • cyan value is 9.14%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (9,24,0,27) C9M24Y0K27 (9%,24%,0%,27%) (0.09/0.24/0.00/0.27) 

CMYK percentages

%9.14
%23.66
%0
%27.06

Codes

Color #A98EBA in popluar color models

A9 8E BA
RGB 169 142 186
HSL 277° 24.18% 64.31%
HSB/HSV 277° 23.66% 72.94%
CMYK 9.14% 23.66% 0.00%
27.06%

Color #A98EBA in popluar number systems.

HEX A9 8E BA
Decimal 169 142 186
Binary 10101001 10001110 10111010
Octal 251 216 272

Shades and tints

Shades of #A98EBA

#A98EBA
(169,142,186)
#9A82AA
(154,130,170)
#8B769A
(139,118,154)
#7C6A8A
(124,106,138)
#6D5E7A
(109,94,122)
#5E526A
(94,82,106)
#4F465A
(79,70,90)
#403A4A
(64,58,74)
#312E3A
(49,46,58)
#22222A
(34,34,42)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #A98EBA

#A98EBA
(169,142,186)
#B098C0
(176,152,192)
#B7A2C6
(183,162,198)
#BEACCC
(190,172,204)
#C5B6D2
(197,182,210)
#CCC0D8
(204,192,216)
#D3CADE
(211,202,222)
#DAD4E4
(218,212,228)
#E1DEEA
(225,222,234)
#E8E8F0
(232,232,240)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98EBA color. Also use rgb(169,142,186) instead hex code.

Text Font Color

.myTextColor { color: #A98EBA; }

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

This text font color is #A98EBA.

Background Color

.myBgColor { background-color: #A98EBA; }

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

This div background color is #A98EBA.

Border color

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

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

This div border color is #A98EBA.

Opacity

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

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

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

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

This text has shadow with #A98EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98EBA.

Preview

Color preview on black background

This text has color #A98EBA on black background.


Color preview on white background

This text has color #A98EBA on white background.


Black color preview on #A98EBA background

This text has black color on #A98EBA background.


White color preview on #A98EBA background

This text has white color on #A98EBA background.


Related colors

Complementary color

Complementary color for #hex is #567145.


I love getcolorcode.com

Triadic colors

1 #BAA98E and #8EBAA9 with #A98EBA are triadic colors.

2 #BA8EA9 and #8EA9BA with #A98EBA are triadic colors.