COLOR #A29EB4

HEX: #A29EB4 RGB: (162,158,180)

Color info

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

RGB color model

#A29EB4 color RGB value is (162,158,180).

RGB: (162,158,180) (64%, 62%, 71%)

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 180 of 255 = 71%

162
158
180

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

Portions of RGB colors in percentages

R + G + B = 162 + 158 + 180 = 500 (100%)
R 162 of 500 ~ 32.4%
G 158 of 500 ~ 31.6%
B 180 of 500 ~ 36'%

%32.4
%31.6
%36

CMYK color model

#A29EB4 color CMYK value is (10,12,0,29).

  • cyan value is 10.00%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (10,12,0,29)
C10M12Y0K29 (10%, 12%, 0%, 29%)
(0.10 / 0.12 / 0.00 / 0.29)

CMYK percentages

%10
%12.22
%0
%29.41

Codes

Color #A29EB4 in popluar color models

A2 9E B4
RGB 162 158 180
HSL 251° 12.79% 66.27%
HSB/HSV 251° 12.22% 70.59%
CMYK 10.00% 12.22% 0.00%
29.41%

Color #A29EB4 in popluar number systems.

HEX A2 9E B4
Decimal 162 158 180
Binary 10100010 10011110 10110100
Octal 242 236 264

Shades and tints

Shades of #A29EB4

#A29EB4
(162,158,180)
#9490A4
(148,144,164)
#868294
(134,130,148)
#787484
(120,116,132)
#6A6674
(106,102,116)
#5C5864
(92,88,100)
#4E4A54
(78,74,84)
#403C44
(64,60,68)
#322E34
(50,46,52)
#242024
(36,32,36)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A29EB4

#A29EB4
(162,158,180)
#AAA6BA
(170,166,186)
#B2AEC0
(178,174,192)
#BAB6C6
(186,182,198)
#C2BECC
(194,190,204)
#CAC6D2
(202,198,210)
#D2CED8
(210,206,216)
#DAD6DE
(218,214,222)
#E2DEE4
(226,222,228)
#EAE6EA
(234,230,234)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29EB4 color. Also use rgb(162,158,180) instead hex code.

Text Font Color

.myTextColor { color: #A29EB4; }

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

This text font color is #A29EB4.

Background Color

.myBgColor { background-color: #A29EB4; }

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

This div background color is #A29EB4.

Border color

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

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

This div border color is #A29EB4.

Opacity

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

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

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

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

This text has shadow with #A29EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29EB4.

Preview

Color preview on black background

This text has color #A29EB4 on black background.


Color preview on white background

This text has color #A29EB4 on white background.


Black color preview on #A29EB4 background

This text has black color on #A29EB4 background.


White color preview on #A29EB4 background

This text has white color on #A29EB4 background.


Related colors

Complementary color

Complementary color for #hex is #5D614B.


I love getcolorcode.com

Triadic colors

1 #B4A29E and #9EB4A2 with #A29EB4 are triadic colors.

2 #B49EA2 and #9EA2B4 with #A29EB4 are triadic colors.