COLOR #A98EB8

HEX: #A98EB8
RGB: (169,142,184)

Color info

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

RGB color model

#A98EB8 color RGB value is (169,142,184).

  • red value is 169;
  • green value is 142;
  • blue value is 184.
RGB:
(169,142,184)
(66%,56%,72%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 184 of 255 = 72%

169
142
184

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

Portions of RGB colors in percentages

R + G + B =
169 + 142 + 184 = 495 (100%)
R 169 of 495 ~ 34.14%
G 142 of 495 ~ 28.69%
B 184 of 495 ~ 37.17%

%34.14
%28.69
%37.17

CMYK color model

#A98EB8 color CMYK value is (8,23,0,28).

  • cyan value is 8.15%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(8,23,0,28)
C8M23Y0K28 
(8%,23%,0%,28%)
(0.08/0.23/0.00/0.28)	

CMYK percentages

%8.15
%22.83
%0
%27.84

Codes

Color #A98EB8 in popluar color models

A98EB8
RGB169142184
HSL279°22.83%63.92%
HSB/HSV279°22.83%72.16%
CMYK8.15%22.83%0.00%
27.84%

Color #A98EB8 in popluar number systems.

HEXA98EB8
Decimal169142184
Binary101010011000111010111000
Octal251216270

Shades and tints

Shades of #A98EB8

#A98EB8
(169,142,184)
#9A82A8
(154,130,168)
#8B7698
(139,118,152)
#7C6A88
(124,106,136)
#6D5E78
(109,94,120)
#5E5268
(94,82,104)
#4F4658
(79,70,88)
#403A48
(64,58,72)
#312E38
(49,46,56)
#222228
(34,34,40)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #A98EB8

#A98EB8
(169,142,184)
#B098BE
(176,152,190)
#B7A2C4
(183,162,196)
#BEACCA
(190,172,202)
#C5B6D0
(197,182,208)
#CCC0D6
(204,192,214)
#D3CADC
(211,202,220)
#DAD4E2
(218,212,226)
#E1DEE8
(225,222,232)
#E8E8EE
(232,232,238)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98EB8; }

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

This text font color is #A98EB8.


Background Color

.myBgColor { background-color: #A98EB8; }

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

This div background color is #A98EB8.


Border color

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

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

This div border color is #A98EB8.


Opacity

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

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

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

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

This text has shadow with #A98EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98EB8 on black background.


Color preview on white background

This text has color #A98EB8 on white background.



Black color preview on #A98EB8 background

This text has black color on #A98EB8 background.


White color preview on #A98EB8 background

This text has white color on #A98EB8 background.