COLOR #A29CBA

HEX: #A29CBA
RGB: (162,156,186)

Color info

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

RGB color model

#A29CBA color RGB value is (162,156,186).

  • red value is 162;
  • green value is 156;
  • blue value is 186.
RGB:
(162,156,186)
(64%,61%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 156 of 255 = 61%
B 186 of 255 = 73%

162
156
186

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

Portions of RGB colors in percentages

R + G + B =
162 + 156 + 186 = 504 (100%)
R 162 of 504 ~ 32.14%
G 156 of 504 ~ 30.95%
B 186 of 504 ~ 36.9%

%32.14
%30.95
%36.9

CMYK color model

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

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

CMYK percentages

%12.9
%16.13
%0
%27.06

Codes

Color #A29CBA in popluar color models

A29CBA
RGB162156186
HSL252°17.86%67.06%
HSB/HSV252°16.13%72.94%
CMYK12.90%16.13%0.00%
27.06%

Color #A29CBA in popluar number systems.

HEXA29CBA
Decimal162156186
Binary101000101001110010111010
Octal242234272

Shades and tints

Shades of #A29CBA

#A29CBA
(162,156,186)
#948EAA
(148,142,170)
#86809A
(134,128,154)
#78728A
(120,114,138)
#6A647A
(106,100,122)
#5C566A
(92,86,106)
#4E485A
(78,72,90)
#403A4A
(64,58,74)
#322C3A
(50,44,58)
#241E2A
(36,30,42)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #A29CBA

#A29CBA
(162,156,186)
#AAA5C0
(170,165,192)
#B2AEC6
(178,174,198)
#BAB7CC
(186,183,204)
#C2C0D2
(194,192,210)
#CAC9D8
(202,201,216)
#D2D2DE
(210,210,222)
#DADBE4
(218,219,228)
#E2E4EA
(226,228,234)
#EAEDF0
(234,237,240)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29CBA color. Also use rgb(162,156,186) instead hex code.

Text Font Color

.myTextColor { color: #A29CBA; }

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

This text font color is #A29CBA.


Background Color

.myBgColor { background-color: #A29CBA; }

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

This div background color is #A29CBA.


Border color

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

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

This div border color is #A29CBA.


Opacity

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

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

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

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

This text has shadow with #A29CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29CBA on black background.


Color preview on white background

This text has color #A29CBA on white background.



Black color preview on #A29CBA background

This text has black color on #A29CBA background.


White color preview on #A29CBA background

This text has white color on #A29CBA background.