COLOR #B29FBC

HEX: #B29FBC
RGB: (178,159,188)

Color info

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

RGB color model

#B29FBC color RGB value is (178,159,188).

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

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 188 of 255 = 74%

178
159
188

R + G + B ~ 69%. #B29FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 159 + 188 = 525 (100%)
R 178 of 525 ~ 33.9%
G 159 of 525 ~ 30.29%
B 188 of 525 ~ 35.81%

%33.9
%30.29
%35.81

CMYK color model

#B29FBC color CMYK value is (5,15,0,26).

  • cyan value is 5.32%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(5,15,0,26)
C5M15Y0K26 
(5%,15%,0%,26%)
(0.05/0.15/0.00/0.26)	

CMYK percentages

%5.32
%15.43
%0
%26.27

Codes

Color #B29FBC in popluar color models

B29FBC
RGB178159188
HSL279°17.79%68.04%
HSB/HSV279°15.43%73.73%
CMYK5.32%15.43%0.00%
26.27%

Color #B29FBC in popluar number systems.

HEXB29FBC
Decimal178159188
Binary101100101001111110111100
Octal262237274

Shades and tints

Shades of #B29FBC

#B29FBC
(178,159,188)
#A291AB
(162,145,171)
#92839A
(146,131,154)
#827589
(130,117,137)
#726778
(114,103,120)
#625967
(98,89,103)
#524B56
(82,75,86)
#423D45
(66,61,69)
#322F34
(50,47,52)
#222123
(34,33,35)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #B29FBC

#B29FBC
(178,159,188)
#B9A7C2
(185,167,194)
#C0AFC8
(192,175,200)
#C7B7CE
(199,183,206)
#CEBFD4
(206,191,212)
#D5C7DA
(213,199,218)
#DCCFE0
(220,207,224)
#E3D7E6
(227,215,230)
#EADFEC
(234,223,236)
#F1E7F2
(241,231,242)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29FBC; }

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

This text font color is #B29FBC.


Background Color

.myBgColor { background-color: #B29FBC; }

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

This div background color is #B29FBC.


Border color

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

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

This div border color is #B29FBC.


Opacity

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

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

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

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

This text has shadow with #B29FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29FBC on black background.


Color preview on white background

This text has color #B29FBC on white background.



Black color preview on #B29FBC background

This text has black color on #B29FBC background.


White color preview on #B29FBC background

This text has white color on #B29FBC background.