COLOR #A29DBB

HEX: #A29DBB
RGB: (162,157,187)

Color info

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

RGB color model

#A29DBB color RGB value is (162,157,187).

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

RGB channels and saturation

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

162
157
187

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

Portions of RGB colors in percentages

R + G + B =
162 + 157 + 187 = 506 (100%)
R 162 of 506 ~ 32.02%
G 157 of 506 ~ 31.03%
B 187 of 506 ~ 36.96%

%32.02
%31.03
%36.96

CMYK color model

#A29DBB color CMYK value is (13,16,0,27).

  • cyan value is 13.37%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,16,0,27)
C13M16Y0K27 
(13%,16%,0%,27%)
(0.13/0.16/0.00/0.27)	

CMYK percentages

%13.37
%16.04
%0
%26.67

Codes

Color #A29DBB in popluar color models

A29DBB
RGB162157187
HSL250°18.07%67.45%
HSB/HSV250°16.04%73.33%
CMYK13.37%16.04%0.00%
26.67%

Color #A29DBB in popluar number systems.

HEXA29DBB
Decimal162157187
Binary101000101001110110111011
Octal242235273

Shades and tints

Shades of #A29DBB

#A29DBB
(162,157,187)
#948FAA
(148,143,170)
#868199
(134,129,153)
#787388
(120,115,136)
#6A6577
(106,101,119)
#5C5766
(92,87,102)
#4E4955
(78,73,85)
#403B44
(64,59,68)
#322D33
(50,45,51)
#241F22
(36,31,34)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #A29DBB

#A29DBB
(162,157,187)
#AAA5C1
(170,165,193)
#B2ADC7
(178,173,199)
#BAB5CD
(186,181,205)
#C2BDD3
(194,189,211)
#CAC5D9
(202,197,217)
#D2CDDF
(210,205,223)
#DAD5E5
(218,213,229)
#E2DDEB
(226,221,235)
#EAE5F1
(234,229,241)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29DBB; }

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

This text font color is #A29DBB.


Background Color

.myBgColor { background-color: #A29DBB; }

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

This div background color is #A29DBB.


Border color

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

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

This div border color is #A29DBB.


Opacity

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

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

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

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

This text has shadow with #A29DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29DBB on black background.


Color preview on white background

This text has color #A29DBB on white background.



Black color preview on #A29DBB background

This text has black color on #A29DBB background.


White color preview on #A29DBB background

This text has white color on #A29DBB background.