COLOR #A998BF

HEX: #A998BF
RGB: (169,152,191)

Color info

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

RGB color model

#A998BF color RGB value is (169,152,191).

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

RGB channels and saturation

R 169 of 255 = 66%
G 152 of 255 = 60%
B 191 of 255 = 75%

169
152
191

R + G + B ~ 67%. #A998BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 152 + 191 = 512 (100%)
R 169 of 512 ~ 33.01%
G 152 of 512 ~ 29.69%
B 191 of 512 ~ 37.3%

%33.01
%29.69
%37.3

CMYK color model

#A998BF color CMYK value is (12,20,0,25).

  • cyan value is 11.52%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(12,20,0,25)
C12M20Y0K25 
(12%,20%,0%,25%)
(0.12/0.20/0.00/0.25)	

CMYK percentages

%11.52
%20.42
%0
%25.1

Codes

Color #A998BF in popluar color models

A998BF
RGB169152191
HSL266°23.35%67.25%
HSB/HSV266°20.42%74.90%
CMYK11.52%20.42%0.00%
25.10%

Color #A998BF in popluar number systems.

HEXA998BF
Decimal169152191
Binary101010011001100010111111
Octal251230277

Shades and tints

Shades of #A998BF

#A998BF
(169,152,191)
#9A8BAE
(154,139,174)
#8B7E9D
(139,126,157)
#7C718C
(124,113,140)
#6D647B
(109,100,123)
#5E576A
(94,87,106)
#4F4A59
(79,74,89)
#403D48
(64,61,72)
#313037
(49,48,55)
#222326
(34,35,38)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #A998BF

#A998BF
(169,152,191)
#B0A1C4
(176,161,196)
#B7AAC9
(183,170,201)
#BEB3CE
(190,179,206)
#C5BCD3
(197,188,211)
#CCC5D8
(204,197,216)
#D3CEDD
(211,206,221)
#DAD7E2
(218,215,226)
#E1E0E7
(225,224,231)
#E8E9EC
(232,233,236)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A998BF; }

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

This text font color is #A998BF.


Background Color

.myBgColor { background-color: #A998BF; }

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

This div background color is #A998BF.


Border color

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

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

This div border color is #A998BF.


Opacity

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

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

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

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

This text has shadow with #A998BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A998BF on black background.


Color preview on white background

This text has color #A998BF on white background.



Black color preview on #A998BF background

This text has black color on #A998BF background.


White color preview on #A998BF background

This text has white color on #A998BF background.