COLOR #B29AA9

HEX: #B29AA9
RGB: (178,154,169)

Color info

#B29AA9 contains red, green and blue colors in about the same proportion. Web safe color of #B29AA9 is #999999 (or #999).

RGB color model

#B29AA9 color RGB value is (178,154,169).

  • red value is 178;
  • green value is 154;
  • blue value is 169.
RGB:
(178,154,169)
(70%,60%,66%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 169 of 255 = 66%

178
154
169

R + G + B ~ 65%. #B29AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 154 + 169 = 501 (100%)
R 178 of 501 ~ 35.53%
G 154 of 501 ~ 30.74%
B 169 of 501 ~ 33.73%

%35.53
%30.74
%33.73

CMYK color model

#B29AA9 color CMYK value is (0,13,5,30).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 5.06%
  • key color value is 30.20%
CMYK:
(0,13,5,30)
C0M13Y5K30 
(0%,13%,5%,30%)
(0.00/0.13/0.05/0.30)	

CMYK percentages

%0
%13.48
%5.06
%30.2

Codes

Color #B29AA9 in popluar color models

B29AA9
RGB178154169
HSL323°13.48%65.10%
HSB/HSV323°13.48%69.80%
CMYK0.00%13.48%5.06%
30.20%

Color #B29AA9 in popluar number systems.

HEXB29AA9
Decimal178154169
Binary101100101001101010101001
Octal262232251

Shades and tints

Shades of #B29AA9

#B29AA9
(178,154,169)
#A28C9A
(162,140,154)
#927E8B
(146,126,139)
#82707C
(130,112,124)
#72626D
(114,98,109)
#62545E
(98,84,94)
#52464F
(82,70,79)
#423840
(66,56,64)
#322A31
(50,42,49)
#221C22
(34,28,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #B29AA9

#B29AA9
(178,154,169)
#B9A3B0
(185,163,176)
#C0ACB7
(192,172,183)
#C7B5BE
(199,181,190)
#CEBEC5
(206,190,197)
#D5C7CC
(213,199,204)
#DCD0D3
(220,208,211)
#E3D9DA
(227,217,218)
#EAE2E1
(234,226,225)
#F1EBE8
(241,235,232)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29AA9 color. Also use rgb(178,154,169) instead hex code.

Text Font Color

.myTextColor { color: #B29AA9; }

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

This text font color is #B29AA9.


Background Color

.myBgColor { background-color: #B29AA9; }

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

This div background color is #B29AA9.


Border color

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

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

This div border color is #B29AA9.


Opacity

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

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

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

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

This text has shadow with #B29AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29AA9 on black background.


Color preview on white background

This text has color #B29AA9 on white background.



Black color preview on #B29AA9 background

This text has black color on #B29AA9 background.


White color preview on #B29AA9 background

This text has white color on #B29AA9 background.