COLOR #A497B7

HEX: #A497B7
RGB: (164,151,183)

Color info

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

RGB color model

#A497B7 color RGB value is (164,151,183).

  • red value is 164;
  • green value is 151;
  • blue value is 183.
RGB:
(164,151,183)
(64%,59%,72%)

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 183 of 255 = 72%

164
151
183

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 183 = 498 (100%)
R 164 of 498 ~ 32.93%
G 151 of 498 ~ 30.32%
B 183 of 498 ~ 36.75%

%32.93
%30.32
%36.75

CMYK color model

#A497B7 color CMYK value is (10,17,0,28).

  • cyan value is 10.38%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,17,0,28)
C10M17Y0K28 
(10%,17%,0%,28%)
(0.10/0.17/0.00/0.28)	

CMYK percentages

%10.38
%17.49
%0
%28.24

Codes

Color #A497B7 in popluar color models

A497B7
RGB164151183
HSL264°18.18%65.49%
HSB/HSV264°17.49%71.76%
CMYK10.38%17.49%0.00%
28.24%

Color #A497B7 in popluar number systems.

HEXA497B7
Decimal164151183
Binary101001001001011110110111
Octal244227267

Shades and tints

Shades of #A497B7

#A497B7
(164,151,183)
#968AA7
(150,138,167)
#887D97
(136,125,151)
#7A7087
(122,112,135)
#6C6377
(108,99,119)
#5E5667
(94,86,103)
#504957
(80,73,87)
#423C47
(66,60,71)
#342F37
(52,47,55)
#262227
(38,34,39)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A497B7

#A497B7
(164,151,183)
#ACA0BD
(172,160,189)
#B4A9C3
(180,169,195)
#BCB2C9
(188,178,201)
#C4BBCF
(196,187,207)
#CCC4D5
(204,196,213)
#D4CDDB
(212,205,219)
#DCD6E1
(220,214,225)
#E4DFE7
(228,223,231)
#ECE8ED
(236,232,237)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A497B7 color. Also use rgb(164,151,183) instead hex code.

Text Font Color

.myTextColor { color: #A497B7; }

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

This text font color is #A497B7.


Background Color

.myBgColor { background-color: #A497B7; }

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

This div background color is #A497B7.


Border color

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

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

This div border color is #A497B7.


Opacity

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

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

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

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

This text has shadow with #A497B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A497B7 on black background.


Color preview on white background

This text has color #A497B7 on white background.



Black color preview on #A497B7 background

This text has black color on #A497B7 background.


White color preview on #A497B7 background

This text has white color on #A497B7 background.