COLOR #A49DBB

HEX: #A49DBB
RGB: (164,157,187)

Color info

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

RGB color model

#A49DBB color RGB value is (164,157,187).

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

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 187 of 255 = 73%

164
157
187

R + G + B ~ 66%. #A49DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 157 + 187 = 508 (100%)
R 164 of 508 ~ 32.28%
G 157 of 508 ~ 30.91%
B 187 of 508 ~ 36.81%

%32.28
%30.91
%36.81

CMYK color model

#A49DBB color CMYK value is (12,16,0,27).

  • cyan value is 12.30%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (12,16,0,27) C12M16Y0K27 (12%,16%,0%,27%) (0.12/0.16/0.00/0.27)

CMYK percentages

%12.3
%16.04
%0
%26.67

Codes

Color #A49DBB in popluar color models

A49DBB
RGB164157187
HSL254°18.07%67.45%
HSB/HSV254°16.04%73.33%
CMYK12.30%16.04%0.00%
26.67%

Color #A49DBB in popluar number systems.

HEXA49DBB
Decimal164157187
Binary101001001001110110111011
Octal244235273

Shades and tints

Shades of #A49DBB

#A49DBB
(164,157,187)
#968FAA
(150,143,170)
#888199
(136,129,153)
#7A7388
(122,115,136)
#6C6577
(108,101,119)
#5E5766
(94,87,102)
#504955
(80,73,85)
#423B44
(66,59,68)
#342D33
(52,45,51)
#261F22
(38,31,34)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #A49DBB

#A49DBB
(164,157,187)
#ACA5C1
(172,165,193)
#B4ADC7
(180,173,199)
#BCB5CD
(188,181,205)
#C4BDD3
(196,189,211)
#CCC5D9
(204,197,217)
#D4CDDF
(212,205,223)
#DCD5E5
(220,213,229)
#E4DDEB
(228,221,235)
#ECE5F1
(236,229,241)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49DBB; }

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

This text font color is #A49DBB.


Background Color

.myBgColor { background-color: #A49DBB; }

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

This div background color is #A49DBB.


Border color

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

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

This div border color is #A49DBB.


Opacity

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

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

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

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

This text has shadow with #A49DBB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A49DBB on black background.


Color preview on white background

This text has color #A49DBB on white background.



Black color preview on #A49DBB background

This text has black color on #A49DBB background.


White color preview on #A49DBB background

This text has white color on #A49DBB background.