COLOR #A49EB0

HEX: #A49EB0
RGB: (164,158,176)

Color info

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

RGB color model

#A49EB0 color RGB value is (164,158,176).

  • red value is 164;
  • green value is 158;
  • blue value is 176.
RGB:
(164,158,176)
(64%,62%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 176 of 255 = 69%

164
158
176

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

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 176 = 498 (100%)
R 164 of 498 ~ 32.93%
G 158 of 498 ~ 31.73%
B 176 of 498 ~ 35.34%

%32.93
%31.73
%35.34

CMYK color model

#A49EB0 color CMYK value is (7,10,0,31).

  • cyan value is 6.82%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,10,0,31)
C7M10Y0K31 
(7%,10%,0%,31%)
(0.07/0.10/0.00/0.31)	

CMYK percentages

%6.82
%10.23
%0
%30.98

Codes

Color #A49EB0 in popluar color models

A49EB0
RGB164158176
HSL260°10.23%65.49%
HSB/HSV260°10.23%69.02%
CMYK6.82%10.23%0.00%
30.98%

Color #A49EB0 in popluar number systems.

HEXA49EB0
Decimal164158176
Binary101001001001111010110000
Octal244236260

Shades and tints

Shades of #A49EB0

#A49EB0
(164,158,176)
#9690A0
(150,144,160)
#888290
(136,130,144)
#7A7480
(122,116,128)
#6C6670
(108,102,112)
#5E5860
(94,88,96)
#504A50
(80,74,80)
#423C40
(66,60,64)
#342E30
(52,46,48)
#262020
(38,32,32)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A49EB0

#A49EB0
(164,158,176)
#ACA6B7
(172,166,183)
#B4AEBE
(180,174,190)
#BCB6C5
(188,182,197)
#C4BECC
(196,190,204)
#CCC6D3
(204,198,211)
#D4CEDA
(212,206,218)
#DCD6E1
(220,214,225)
#E4DEE8
(228,222,232)
#ECE6EF
(236,230,239)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49EB0 color. Also use rgb(164,158,176) instead hex code.

Text Font Color

.myTextColor { color: #A49EB0; }

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

This text font color is #A49EB0.


Background Color

.myBgColor { background-color: #A49EB0; }

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

This div background color is #A49EB0.


Border color

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

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

This div border color is #A49EB0.


Opacity

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

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

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

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

This text has shadow with #A49EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49EB0 on black background.


Color preview on white background

This text has color #A49EB0 on white background.



Black color preview on #A49EB0 background

This text has black color on #A49EB0 background.


White color preview on #A49EB0 background

This text has white color on #A49EB0 background.