COLOR #A98FBD

HEX: #A98FBD
RGB: (169,143,189)

Color info

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

RGB color model

#A98FBD color RGB value is (169,143,189).

  • red value is 169;
  • green value is 143;
  • blue value is 189.
RGB:
(169,143,189)
(66%,56%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 189 of 255 = 74%

169
143
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 143 + 189 = 501 (100%)
R 169 of 501 ~ 33.73%
G 143 of 501 ~ 28.54%
B 189 of 501 ~ 37.72%

%33.73
%28.54
%37.72

CMYK color model

#A98FBD color CMYK value is (11,24,0,26).

  • cyan value is 10.58%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,24,0,26)
C11M24Y0K26 
(11%,24%,0%,26%)
(0.11/0.24/0.00/0.26)	

CMYK percentages

%10.58
%24.34
%0
%25.88

Codes

Color #A98FBD in popluar color models

A98FBD
RGB169143189
HSL274°25.84%65.10%
HSB/HSV274°24.34%74.12%
CMYK10.58%24.34%0.00%
25.88%

Color #A98FBD in popluar number systems.

HEXA98FBD
Decimal169143189
Binary101010011000111110111101
Octal251217275

Shades and tints

Shades of #A98FBD

#A98FBD
(169,143,189)
#9A82AC
(154,130,172)
#8B759B
(139,117,155)
#7C688A
(124,104,138)
#6D5B79
(109,91,121)
#5E4E68
(94,78,104)
#4F4157
(79,65,87)
#403446
(64,52,70)
#312735
(49,39,53)
#221A24
(34,26,36)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #A98FBD

#A98FBD
(169,143,189)
#B099C3
(176,153,195)
#B7A3C9
(183,163,201)
#BEADCF
(190,173,207)
#C5B7D5
(197,183,213)
#CCC1DB
(204,193,219)
#D3CBE1
(211,203,225)
#DAD5E7
(218,213,231)
#E1DFED
(225,223,237)
#E8E9F3
(232,233,243)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98FBD color. Also use rgb(169,143,189) instead hex code.

Text Font Color

.myTextColor { color: #A98FBD; }

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

This text font color is #A98FBD.


Background Color

.myBgColor { background-color: #A98FBD; }

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

This div background color is #A98FBD.


Border color

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

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

This div border color is #A98FBD.


Opacity

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

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

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

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

This text has shadow with #A98FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98FBD on black background.


Color preview on white background

This text has color #A98FBD on white background.



Black color preview on #A98FBD background

This text has black color on #A98FBD background.


White color preview on #A98FBD background

This text has white color on #A98FBD background.