COLOR #A498BF

HEX: #A498BF
RGB: (164,152,191)

Color info

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

RGB color model

#A498BF color RGB value is (164,152,191).

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

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 191 of 255 = 75%

164
152
191

R + G + B ~ 66%. #A498BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 191 = 507 (100%)
R 164 of 507 ~ 32.35%
G 152 of 507 ~ 29.98%
B 191 of 507 ~ 37.67%

%32.35
%29.98
%37.67

CMYK color model

#A498BF color CMYK value is (14,20,0,25).

  • cyan value is 14.14%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,20,0,25)
C14M20Y0K25 
(14%,20%,0%,25%)
(0.14/0.20/0.00/0.25)	

CMYK percentages

%14.14
%20.42
%0
%25.1

Codes

Color #A498BF in popluar color models

A498BF
RGB164152191
HSL258°23.35%67.25%
HSB/HSV258°20.42%74.90%
CMYK14.14%20.42%0.00%
25.10%

Color #A498BF in popluar number systems.

HEXA498BF
Decimal164152191
Binary101001001001100010111111
Octal244230277

Shades and tints

Shades of #A498BF

#A498BF
(164,152,191)
#968BAE
(150,139,174)
#887E9D
(136,126,157)
#7A718C
(122,113,140)
#6C647B
(108,100,123)
#5E576A
(94,87,106)
#504A59
(80,74,89)
#423D48
(66,61,72)
#343037
(52,48,55)
#262326
(38,35,38)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A498BF

#A498BF
(164,152,191)
#ACA1C4
(172,161,196)
#B4AAC9
(180,170,201)
#BCB3CE
(188,179,206)
#C4BCD3
(196,188,211)
#CCC5D8
(204,197,216)
#D4CEDD
(212,206,221)
#DCD7E2
(220,215,226)
#E4E0E7
(228,224,231)
#ECE9EC
(236,233,236)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A498BF; }

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

This text font color is #A498BF.


Background Color

.myBgColor { background-color: #A498BF; }

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

This div background color is #A498BF.


Border color

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

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

This div border color is #A498BF.


Opacity

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

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

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

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

This text has shadow with #A498BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A498BF on black background.


Color preview on white background

This text has color #A498BF on white background.



Black color preview on #A498BF background

This text has black color on #A498BF background.


White color preview on #A498BF background

This text has white color on #A498BF background.