COLOR #B29FB0

HEX: #B29FB0
RGB: (178,159,176)

Color info

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

RGB color model

#B29FB0 color RGB value is (178,159,176).

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

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 176 of 255 = 69%

178
159
176

R + G + B ~ 67%. #B29FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 159 + 176 = 513 (100%)
R 178 of 513 ~ 34.7%
G 159 of 513 ~ 30.99%
B 176 of 513 ~ 34.31%

%34.7
%30.99
%34.31

CMYK color model

#B29FB0 color CMYK value is (0,11,1,30).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 1.12%
  • key color value is 30.20%
CMYK:
(0,11,1,30)
C0M11Y1K30 
(0%,11%,1%,30%)
(0.00/0.11/0.01/0.30)	

CMYK percentages

%0
%10.67
%1.12
%30.2

Codes

Color #B29FB0 in popluar color models

B29FB0
RGB178159176
HSL306°10.98%66.08%
HSB/HSV306°10.67%69.80%
CMYK0.00%10.67%1.12%
30.20%

Color #B29FB0 in popluar number systems.

HEXB29FB0
Decimal178159176
Binary101100101001111110110000
Octal262237260

Shades and tints

Shades of #B29FB0

#B29FB0
(178,159,176)
#A291A0
(162,145,160)
#928390
(146,131,144)
#827580
(130,117,128)
#726770
(114,103,112)
#625960
(98,89,96)
#524B50
(82,75,80)
#423D40
(66,61,64)
#322F30
(50,47,48)
#222120
(34,33,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #B29FB0

#B29FB0
(178,159,176)
#B9A7B7
(185,167,183)
#C0AFBE
(192,175,190)
#C7B7C5
(199,183,197)
#CEBFCC
(206,191,204)
#D5C7D3
(213,199,211)
#DCCFDA
(220,207,218)
#E3D7E1
(227,215,225)
#EADFE8
(234,223,232)
#F1E7EF
(241,231,239)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29FB0; }

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

This text font color is #B29FB0.


Background Color

.myBgColor { background-color: #B29FB0; }

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

This div background color is #B29FB0.


Border color

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

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

This div border color is #B29FB0.


Opacity

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

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

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

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

This text has shadow with #B29FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29FB0 on black background.


Color preview on white background

This text has color #B29FB0 on white background.



Black color preview on #B29FB0 background

This text has black color on #B29FB0 background.


White color preview on #B29FB0 background

This text has white color on #B29FB0 background.