COLOR #A98CBF

HEX: #A98CBF
RGB: (169,140,191)

Color info

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

RGB color model

#A98CBF color RGB value is (169,140,191).

  • red value is 169;
  • green value is 140;
  • blue value is 191.
RGB:
(169,140,191)
(66%,55%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 191 of 255 = 75%

169
140
191

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

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 191 = 500 (100%)
R 169 of 500 ~ 33.8%
G 140 of 500 ~ 28%
B 191 of 500 ~ 38.2%

%33.8
%28
%38.2

CMYK color model

#A98CBF color CMYK value is (12,27,0,25).

  • cyan value is 11.52%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(12,27,0,25)
C12M27Y0K25 
(12%,27%,0%,25%)
(0.12/0.27/0.00/0.25)	

CMYK percentages

%11.52
%26.7
%0
%25.1

Codes

Color #A98CBF in popluar color models

A98CBF
RGB169140191
HSL274°28.49%64.90%
HSB/HSV274°26.70%74.90%
CMYK11.52%26.70%0.00%
25.10%

Color #A98CBF in popluar number systems.

HEXA98CBF
Decimal169140191
Binary101010011000110010111111
Octal251214277

Shades and tints

Shades of #A98CBF

#A98CBF
(169,140,191)
#9A80AE
(154,128,174)
#8B749D
(139,116,157)
#7C688C
(124,104,140)
#6D5C7B
(109,92,123)
#5E506A
(94,80,106)
#4F4459
(79,68,89)
#403848
(64,56,72)
#312C37
(49,44,55)
#222026
(34,32,38)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A98CBF

#A98CBF
(169,140,191)
#B096C4
(176,150,196)
#B7A0C9
(183,160,201)
#BEAACE
(190,170,206)
#C5B4D3
(197,180,211)
#CCBED8
(204,190,216)
#D3C8DD
(211,200,221)
#DAD2E2
(218,210,226)
#E1DCE7
(225,220,231)
#E8E6EC
(232,230,236)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98CBF color. Also use rgb(169,140,191) instead hex code.

Text Font Color

.myTextColor { color: #A98CBF; }

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

This text font color is #A98CBF.


Background Color

.myBgColor { background-color: #A98CBF; }

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

This div background color is #A98CBF.


Border color

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

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

This div border color is #A98CBF.


Opacity

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

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

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

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

This text has shadow with #A98CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98CBF on black background.


Color preview on white background

This text has color #A98CBF on white background.



Black color preview on #A98CBF background

This text has black color on #A98CBF background.


White color preview on #A98CBF background

This text has white color on #A98CBF background.