COLOR #A29EB9

HEX: #A29EB9
RGB: (162,158,185)

Color info

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

RGB color model

#A29EB9 color RGB value is (162,158,185).

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

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 185 of 255 = 73%

162
158
185

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

Portions of RGB colors in percentages

R + G + B =
162 + 158 + 185 = 505 (100%)
R 162 of 505 ~ 32.08%
G 158 of 505 ~ 31.29%
B 185 of 505 ~ 36.63%

%32.08
%31.29
%36.63

CMYK color model

#A29EB9 color CMYK value is (12,15,0,27).

  • cyan value is 12.43%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(12,15,0,27)
C12M15Y0K27 
(12%,15%,0%,27%)
(0.12/0.15/0.00/0.27)	

CMYK percentages

%12.43
%14.59
%0
%27.45

Codes

Color #A29EB9 in popluar color models

A29EB9
RGB162158185
HSL249°16.17%67.25%
HSB/HSV249°14.59%72.55%
CMYK12.43%14.59%0.00%
27.45%

Color #A29EB9 in popluar number systems.

HEXA29EB9
Decimal162158185
Binary101000101001111010111001
Octal242236271

Shades and tints

Shades of #A29EB9

#A29EB9
(162,158,185)
#9490A9
(148,144,169)
#868299
(134,130,153)
#787489
(120,116,137)
#6A6679
(106,102,121)
#5C5869
(92,88,105)
#4E4A59
(78,74,89)
#403C49
(64,60,73)
#322E39
(50,46,57)
#242029
(36,32,41)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #A29EB9

#A29EB9
(162,158,185)
#AAA6BF
(170,166,191)
#B2AEC5
(178,174,197)
#BAB6CB
(186,182,203)
#C2BED1
(194,190,209)
#CAC6D7
(202,198,215)
#D2CEDD
(210,206,221)
#DAD6E3
(218,214,227)
#E2DEE9
(226,222,233)
#EAE6EF
(234,230,239)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29EB9; }

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

This text font color is #A29EB9.


Background Color

.myBgColor { background-color: #A29EB9; }

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

This div background color is #A29EB9.


Border color

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

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

This div border color is #A29EB9.


Opacity

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

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

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

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

This text has shadow with #A29EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29EB9 on black background.


Color preview on white background

This text has color #A29EB9 on white background.



Black color preview on #A29EB9 background

This text has black color on #A29EB9 background.


White color preview on #A29EB9 background

This text has white color on #A29EB9 background.