COLOR #B29FB5

HEX: #B29FB5
RGB: (178,159,181)

Color info

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

RGB color model

#B29FB5 color RGB value is (178,159,181).

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

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 181 of 255 = 71%

178
159
181

R + G + B ~ 68%. #B29FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 159 + 181 = 518 (100%)
R 178 of 518 ~ 34.36%
G 159 of 518 ~ 30.69%
B 181 of 518 ~ 34.94%

%34.36
%30.69
%34.94

CMYK color model

#B29FB5 color CMYK value is (2,12,0,29).

  • cyan value is 1.66%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,12,0,29)
C2M12Y0K29 
(2%,12%,0%,29%)
(0.02/0.12/0.00/0.29)	

CMYK percentages

%1.66
%12.15
%0
%29.02

Codes

Color #B29FB5 in popluar color models

B29FB5
RGB178159181
HSL292°12.94%66.67%
HSB/HSV292°12.15%70.98%
CMYK1.66%12.15%0.00%
29.02%

Color #B29FB5 in popluar number systems.

HEXB29FB5
Decimal178159181
Binary101100101001111110110101
Octal262237265

Shades and tints

Shades of #B29FB5

#B29FB5
(178,159,181)
#A291A5
(162,145,165)
#928395
(146,131,149)
#827585
(130,117,133)
#726775
(114,103,117)
#625965
(98,89,101)
#524B55
(82,75,85)
#423D45
(66,61,69)
#322F35
(50,47,53)
#222125
(34,33,37)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #B29FB5

#B29FB5
(178,159,181)
#B9A7BB
(185,167,187)
#C0AFC1
(192,175,193)
#C7B7C7
(199,183,199)
#CEBFCD
(206,191,205)
#D5C7D3
(213,199,211)
#DCCFD9
(220,207,217)
#E3D7DF
(227,215,223)
#EADFE5
(234,223,229)
#F1E7EB
(241,231,235)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29FB5; }

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

This text font color is #B29FB5.


Background Color

.myBgColor { background-color: #B29FB5; }

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

This div background color is #B29FB5.


Border color

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

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

This div border color is #B29FB5.


Opacity

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

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

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

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

This text has shadow with #B29FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29FB5 on black background.


Color preview on white background

This text has color #B29FB5 on white background.



Black color preview on #B29FB5 background

This text has black color on #B29FB5 background.


White color preview on #B29FB5 background

This text has white color on #B29FB5 background.