COLOR #A49BD0

HEX: #A49BD0
RGB: (164,155,208)

Color info

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

RGB color model

#A49BD0 color RGB value is (164,155,208).

  • red value is 164;
  • green value is 155;
  • blue value is 208.
RGB:
(164,155,208)
(64%,61%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 208 of 255 = 82%

164
155
208

R + G + B ~ 69%. #A49BD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 208 = 527 (100%)
R 164 of 527 ~ 31.12%
G 155 of 527 ~ 29.41%
B 208 of 527 ~ 39.47%

%31.12
%29.41
%39.47

CMYK color model

#A49BD0 color CMYK value is (21,25,0,18).

  • cyan value is 21.15%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(21,25,0,18)
C21M25Y0K18 
(21%,25%,0%,18%)
(0.21/0.25/0.00/0.18)	

CMYK percentages

%21.15
%25.48
%0
%18.43

Codes

Color #A49BD0 in popluar color models

A49BD0
RGB164155208
HSL250°36.05%71.18%
HSB/HSV250°25.48%81.57%
CMYK21.15%25.48%0.00%
18.43%

Color #A49BD0 in popluar number systems.

HEXA49BD0
Decimal164155208
Binary101001001001101111010000
Octal244233320

Shades and tints

Shades of #A49BD0

#A49BD0
(164,155,208)
#968DBE
(150,141,190)
#887FAC
(136,127,172)
#7A719A
(122,113,154)
#6C6388
(108,99,136)
#5E5576
(94,85,118)
#504764
(80,71,100)
#423952
(66,57,82)
#342B40
(52,43,64)
#261D2E
(38,29,46)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #A49BD0

#A49BD0
(164,155,208)
#ACA4D4
(172,164,212)
#B4ADD8
(180,173,216)
#BCB6DC
(188,182,220)
#C4BFE0
(196,191,224)
#CCC8E4
(204,200,228)
#D4D1E8
(212,209,232)
#DCDAEC
(220,218,236)
#E4E3F0
(228,227,240)
#ECECF4
(236,236,244)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49BD0 color. Also use rgb(164,155,208) instead hex code.

Text Font Color

.myTextColor { color: #A49BD0; }

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

This text font color is #A49BD0.


Background Color

.myBgColor { background-color: #A49BD0; }

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

This div background color is #A49BD0.


Border color

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

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

This div border color is #A49BD0.


Opacity

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

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

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

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

This text has shadow with #A49BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BD0 on black background.


Color preview on white background

This text has color #A49BD0 on white background.



Black color preview on #A49BD0 background

This text has black color on #A49BD0 background.


White color preview on #A49BD0 background

This text has white color on #A49BD0 background.