COLOR #B29FBE

HEX: #B29FBE
RGB: (178,159,190)

Color info

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

RGB color model

#B29FBE color RGB value is (178,159,190).

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

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 190 of 255 = 75%

178
159
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 159 + 190 = 527 (100%)
R 178 of 527 ~ 33.78%
G 159 of 527 ~ 30.17%
B 190 of 527 ~ 36.05%

%33.78
%30.17
%36.05

CMYK color model

#B29FBE color CMYK value is (6,16,0,25).

  • cyan value is 6.32%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,16,0,25)
C6M16Y0K25 
(6%,16%,0%,25%)
(0.06/0.16/0.00/0.25)	

CMYK percentages

%6.32
%16.32
%0
%25.49

Codes

Color #B29FBE in popluar color models

B29FBE
RGB178159190
HSL277°19.25%68.43%
HSB/HSV277°16.32%74.51%
CMYK6.32%16.32%0.00%
25.49%

Color #B29FBE in popluar number systems.

HEXB29FBE
Decimal178159190
Binary101100101001111110111110
Octal262237276

Shades and tints

Shades of #B29FBE

#B29FBE
(178,159,190)
#A291AD
(162,145,173)
#92839C
(146,131,156)
#82758B
(130,117,139)
#72677A
(114,103,122)
#625969
(98,89,105)
#524B58
(82,75,88)
#423D47
(66,61,71)
#322F36
(50,47,54)
#222125
(34,33,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #B29FBE

#B29FBE
(178,159,190)
#B9A7C3
(185,167,195)
#C0AFC8
(192,175,200)
#C7B7CD
(199,183,205)
#CEBFD2
(206,191,210)
#D5C7D7
(213,199,215)
#DCCFDC
(220,207,220)
#E3D7E1
(227,215,225)
#EADFE6
(234,223,230)
#F1E7EB
(241,231,235)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29FBE; }

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

This text font color is #B29FBE.


Background Color

.myBgColor { background-color: #B29FBE; }

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

This div background color is #B29FBE.


Border color

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

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

This div border color is #B29FBE.


Opacity

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

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

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

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

This text has shadow with #B29FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29FBE on black background.


Color preview on white background

This text has color #B29FBE on white background.



Black color preview on #B29FBE background

This text has black color on #B29FBE background.


White color preview on #B29FBE background

This text has white color on #B29FBE background.