COLOR #B29AA7

HEX: #B29AA7
RGB: (178,154,167)

Color info

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

RGB color model

#B29AA7 color RGB value is (178,154,167).

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

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 167 of 255 = 65%

178
154
167

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

Portions of RGB colors in percentages

R + G + B =
178 + 154 + 167 = 499 (100%)
R 178 of 499 ~ 35.67%
G 154 of 499 ~ 30.86%
B 167 of 499 ~ 33.47%

%35.67
%30.86
%33.47

CMYK color model

#B29AA7 color CMYK value is (0,13,6,30).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 6.18%
  • key color value is 30.20%
CMYK:
(0,13,6,30)
C0M13Y6K30 
(0%,13%,6%,30%)
(0.00/0.13/0.06/0.30)	

CMYK percentages

%0
%13.48
%6.18
%30.2

Codes

Color #B29AA7 in popluar color models

B29AA7
RGB178154167
HSL328°13.48%65.10%
HSB/HSV328°13.48%69.80%
CMYK0.00%13.48%6.18%
30.20%

Color #B29AA7 in popluar number systems.

HEXB29AA7
Decimal178154167
Binary101100101001101010100111
Octal262232247

Shades and tints

Shades of #B29AA7

#B29AA7
(178,154,167)
#A28C98
(162,140,152)
#927E89
(146,126,137)
#82707A
(130,112,122)
#72626B
(114,98,107)
#62545C
(98,84,92)
#52464D
(82,70,77)
#42383E
(66,56,62)
#322A2F
(50,42,47)
#221C20
(34,28,32)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #B29AA7

#B29AA7
(178,154,167)
#B9A3AF
(185,163,175)
#C0ACB7
(192,172,183)
#C7B5BF
(199,181,191)
#CEBEC7
(206,190,199)
#D5C7CF
(213,199,207)
#DCD0D7
(220,208,215)
#E3D9DF
(227,217,223)
#EAE2E7
(234,226,231)
#F1EBEF
(241,235,239)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29AA7; }

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

This text font color is #B29AA7.


Background Color

.myBgColor { background-color: #B29AA7; }

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

This div background color is #B29AA7.


Border color

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

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

This div border color is #B29AA7.


Opacity

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

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

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

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

This text has shadow with #B29AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29AA7 on black background.


Color preview on white background

This text has color #B29AA7 on white background.



Black color preview on #B29AA7 background

This text has black color on #B29AA7 background.


White color preview on #B29AA7 background

This text has white color on #B29AA7 background.