COLOR #A498B3

HEX: #A498B3
RGB: (164,152,179)

Color info

#A498B3 contains red, green and blue colors in about the same proportion. Web safe color of #A498B3 is #999999 (or #999).

RGB color model

#A498B3 color RGB value is (164,152,179).

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

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 179 of 255 = 70%

164
152
179

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 179 = 495 (100%)
R 164 of 495 ~ 33.13%
G 152 of 495 ~ 30.71%
B 179 of 495 ~ 36.16%

%33.13
%30.71
%36.16

CMYK color model

#A498B3 color CMYK value is (8,15,0,30).

  • cyan value is 8.38%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,15,0,30)
C8M15Y0K30 
(8%,15%,0%,30%)
(0.08/0.15/0.00/0.30)	

CMYK percentages

%8.38
%15.08
%0
%29.8

Codes

Color #A498B3 in popluar color models

A498B3
RGB164152179
HSL267°15.08%64.90%
HSB/HSV267°15.08%70.20%
CMYK8.38%15.08%0.00%
29.80%

Color #A498B3 in popluar number systems.

HEXA498B3
Decimal164152179
Binary101001001001100010110011
Octal244230263

Shades and tints

Shades of #A498B3

#A498B3
(164,152,179)
#968BA3
(150,139,163)
#887E93
(136,126,147)
#7A7183
(122,113,131)
#6C6473
(108,100,115)
#5E5763
(94,87,99)
#504A53
(80,74,83)
#423D43
(66,61,67)
#343033
(52,48,51)
#262323
(38,35,35)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #A498B3

#A498B3
(164,152,179)
#ACA1B9
(172,161,185)
#B4AABF
(180,170,191)
#BCB3C5
(188,179,197)
#C4BCCB
(196,188,203)
#CCC5D1
(204,197,209)
#D4CED7
(212,206,215)
#DCD7DD
(220,215,221)
#E4E0E3
(228,224,227)
#ECE9E9
(236,233,233)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A498B3; }

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

This text font color is #A498B3.


Background Color

.myBgColor { background-color: #A498B3; }

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

This div background color is #A498B3.


Border color

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

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

This div border color is #A498B3.


Opacity

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

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

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

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

This text has shadow with #A498B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A498B3 on black background.


Color preview on white background

This text has color #A498B3 on white background.



Black color preview on #A498B3 background

This text has black color on #A498B3 background.


White color preview on #A498B3 background

This text has white color on #A498B3 background.