COLOR #A49DC7

HEX: #A49DC7
RGB: (164,157,199)

Color info

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

RGB color model

#A49DC7 color RGB value is (164,157,199).

  • red value is 164;
  • green value is 157;
  • blue value is 199.
RGB:
(164,157,199)
(64%,62%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 199 of 255 = 78%

164
157
199

R + G + B ~ 68%. #A49DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 157 + 199 = 520 (100%)
R 164 of 520 ~ 31.54%
G 157 of 520 ~ 30.19%
B 199 of 520 ~ 38.27%

%31.54
%30.19
%38.27

CMYK color model

#A49DC7 color CMYK value is (18,21,0,22).

  • cyan value is 17.59%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(18,21,0,22)
C18M21Y0K22 
(18%,21%,0%,22%)
(0.18/0.21/0.00/0.22)	

CMYK percentages

%17.59
%21.11
%0
%21.96

Codes

Color #A49DC7 in popluar color models

A49DC7
RGB164157199
HSL250°27.27%69.80%
HSB/HSV250°21.11%78.04%
CMYK17.59%21.11%0.00%
21.96%

Color #A49DC7 in popluar number systems.

HEXA49DC7
Decimal164157199
Binary101001001001110111000111
Octal244235307

Shades and tints

Shades of #A49DC7

#A49DC7
(164,157,199)
#968FB5
(150,143,181)
#8881A3
(136,129,163)
#7A7391
(122,115,145)
#6C657F
(108,101,127)
#5E576D
(94,87,109)
#50495B
(80,73,91)
#423B49
(66,59,73)
#342D37
(52,45,55)
#261F25
(38,31,37)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A49DC7

#A49DC7
(164,157,199)
#ACA5CC
(172,165,204)
#B4ADD1
(180,173,209)
#BCB5D6
(188,181,214)
#C4BDDB
(196,189,219)
#CCC5E0
(204,197,224)
#D4CDE5
(212,205,229)
#DCD5EA
(220,213,234)
#E4DDEF
(228,221,239)
#ECE5F4
(236,229,244)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49DC7 color. Also use rgb(164,157,199) instead hex code.

Text Font Color

.myTextColor { color: #A49DC7; }

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

This text font color is #A49DC7.


Background Color

.myBgColor { background-color: #A49DC7; }

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

This div background color is #A49DC7.


Border color

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

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

This div border color is #A49DC7.


Opacity

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

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

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

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

This text has shadow with #A49DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49DC7 on black background.


Color preview on white background

This text has color #A49DC7 on white background.



Black color preview on #A49DC7 background

This text has black color on #A49DC7 background.


White color preview on #A49DC7 background

This text has white color on #A49DC7 background.