COLOR #B29EBA

HEX: #B29EBA RGB: (178,158,186)

Color info

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

RGB color model

#B29EBA color RGB value is (178,158,186).

RGB: (178,158,186) (70%, 62%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 158 of 255 = 62%
B 186 of 255 = 73%

178
158
186

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

Portions of RGB colors in percentages

R + G + B = 178 + 158 + 186 = 522 (100%)
R 178 of 522 ~ 34.1%
G 158 of 522 ~ 30.27%
B 186 of 522 ~ 35.63'%

%34.1
%30.27
%35.63

CMYK color model

#B29EBA color CMYK value is (4,15,0,27).

  • cyan value is 4.30%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (4,15,0,27)
C4M15Y0K27 (4%, 15%, 0%, 27%)
(0.04 / 0.15 / 0.00 / 0.27)

CMYK percentages

%4.3
%15.05
%0
%27.06

Codes

Color #B29EBA in popluar color models

B2 9E BA
RGB 178 158 186
HSL 283° 16.87% 67.45%
HSB/HSV 283° 15.05% 72.94%
CMYK 4.30% 15.05% 0.00%
27.06%

Color #B29EBA in popluar number systems.

HEX B2 9E BA
Decimal 178 158 186
Binary 10110010 10011110 10111010
Octal 262 236 272

Shades and tints

Shades of #B29EBA

#B29EBA
(178,158,186)
#A290AA
(162,144,170)
#92829A
(146,130,154)
#82748A
(130,116,138)
#72667A
(114,102,122)
#62586A
(98,88,106)
#524A5A
(82,74,90)
#423C4A
(66,60,74)
#322E3A
(50,46,58)
#22202A
(34,32,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #B29EBA

#B29EBA
(178,158,186)
#B9A6C0
(185,166,192)
#C0AEC6
(192,174,198)
#C7B6CC
(199,182,204)
#CEBED2
(206,190,210)
#D5C6D8
(213,198,216)
#DCCEDE
(220,206,222)
#E3D6E4
(227,214,228)
#EADEEA
(234,222,234)
#F1E6F0
(241,230,240)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29EBA color. Also use rgb(178,158,186) instead hex code.

Text Font Color

.myTextColor { color: #B29EBA; }

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

This text font color is #B29EBA.

Background Color

.myBgColor { background-color: #B29EBA; }

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

This div background color is #B29EBA.

Border color

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

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

This div border color is #B29EBA.

Opacity

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

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

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

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

This text has shadow with #B29EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29EBA.

Preview

Color preview on black background

This text has color #B29EBA on black background.


Color preview on white background

This text has color #B29EBA on white background.


Black color preview on #B29EBA background

This text has black color on #B29EBA background.


White color preview on #B29EBA background

This text has white color on #B29EBA background.


Related colors

Complementary color

Complementary color for #hex is #4D6145.


I love getcolorcode.com

Triadic colors

1 #BAB29E and #9EBAB2 with #B29EBA are triadic colors.

2 #BA9EB2 and #9EB2BA with #B29EBA are triadic colors.