COLOR #B29FAB

HEX: #B29FAB
RGB: (178,159,171)

Color info

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

RGB color model

#B29FAB color RGB value is (178,159,171).

  • red value is 178;
  • green value is 159;
  • blue value is 171.
RGB:
(178,159,171)
(70%,62%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 171 of 255 = 67%

178
159
171

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

Portions of RGB colors in percentages

R + G + B =
178 + 159 + 171 = 508 (100%)
R 178 of 508 ~ 35.04%
G 159 of 508 ~ 31.3%
B 171 of 508 ~ 33.66%

%35.04
%31.3
%33.66

CMYK color model

#B29FAB color CMYK value is (0,11,4,30).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 3.93%
  • key color value is 30.20%
CMYK:
(0,11,4,30)
C0M11Y4K30 
(0%,11%,4%,30%)
(0.00/0.11/0.04/0.30)	

CMYK percentages

%0
%10.67
%3.93
%30.2

Codes

Color #B29FAB in popluar color models

B29FAB
RGB178159171
HSL322°10.98%66.08%
HSB/HSV322°10.67%69.80%
CMYK0.00%10.67%3.93%
30.20%

Color #B29FAB in popluar number systems.

HEXB29FAB
Decimal178159171
Binary101100101001111110101011
Octal262237253

Shades and tints

Shades of #B29FAB

#B29FAB
(178,159,171)
#A2919C
(162,145,156)
#92838D
(146,131,141)
#82757E
(130,117,126)
#72676F
(114,103,111)
#625960
(98,89,96)
#524B51
(82,75,81)
#423D42
(66,61,66)
#322F33
(50,47,51)
#222124
(34,33,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #B29FAB

#B29FAB
(178,159,171)
#B9A7B2
(185,167,178)
#C0AFB9
(192,175,185)
#C7B7C0
(199,183,192)
#CEBFC7
(206,191,199)
#D5C7CE
(213,199,206)
#DCCFD5
(220,207,213)
#E3D7DC
(227,215,220)
#EADFE3
(234,223,227)
#F1E7EA
(241,231,234)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29FAB color. Also use rgb(178,159,171) instead hex code.

Text Font Color

.myTextColor { color: #B29FAB; }

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

This text font color is #B29FAB.


Background Color

.myBgColor { background-color: #B29FAB; }

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

This div background color is #B29FAB.


Border color

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

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

This div border color is #B29FAB.


Opacity

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

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

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

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

This text has shadow with #B29FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29FAB on black background.


Color preview on white background

This text has color #B29FAB on white background.



Black color preview on #B29FAB background

This text has black color on #B29FAB background.


White color preview on #B29FAB background

This text has white color on #B29FAB background.