COLOR #B29CB8

HEX: #B29CB8
RGB: (178,156,184)

Color info

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

RGB color model

#B29CB8 color RGB value is (178,156,184).

  • red value is 178;
  • green value is 156;
  • blue value is 184.
RGB:
(178,156,184)
(70%,61%,72%)

RGB channels and saturation

R 178 of 255 = 70%
G 156 of 255 = 61%
B 184 of 255 = 72%

178
156
184

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

Portions of RGB colors in percentages

R + G + B =
178 + 156 + 184 = 518 (100%)
R 178 of 518 ~ 34.36%
G 156 of 518 ~ 30.12%
B 184 of 518 ~ 35.52%

%34.36
%30.12
%35.52

CMYK color model

#B29CB8 color CMYK value is (3,15,0,28).

  • cyan value is 3.26%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(3,15,0,28)
C3M15Y0K28 
(3%,15%,0%,28%)
(0.03/0.15/0.00/0.28)	

CMYK percentages

%3.26
%15.22
%0
%27.84

Codes

Color #B29CB8 in popluar color models

B29CB8
RGB178156184
HSL287°16.47%66.67%
HSB/HSV287°15.22%72.16%
CMYK3.26%15.22%0.00%
27.84%

Color #B29CB8 in popluar number systems.

HEXB29CB8
Decimal178156184
Binary101100101001110010111000
Octal262234270

Shades and tints

Shades of #B29CB8

#B29CB8
(178,156,184)
#A28EA8
(162,142,168)
#928098
(146,128,152)
#827288
(130,114,136)
#726478
(114,100,120)
#625668
(98,86,104)
#524858
(82,72,88)
#423A48
(66,58,72)
#322C38
(50,44,56)
#221E28
(34,30,40)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #B29CB8

#B29CB8
(178,156,184)
#B9A5BE
(185,165,190)
#C0AEC4
(192,174,196)
#C7B7CA
(199,183,202)
#CEC0D0
(206,192,208)
#D5C9D6
(213,201,214)
#DCD2DC
(220,210,220)
#E3DBE2
(227,219,226)
#EAE4E8
(234,228,232)
#F1EDEE
(241,237,238)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29CB8 color. Also use rgb(178,156,184) instead hex code.

Text Font Color

.myTextColor { color: #B29CB8; }

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

This text font color is #B29CB8.


Background Color

.myBgColor { background-color: #B29CB8; }

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

This div background color is #B29CB8.


Border color

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

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

This div border color is #B29CB8.


Opacity

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

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

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

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

This text has shadow with #B29CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29CB8 on black background.


Color preview on white background

This text has color #B29CB8 on white background.



Black color preview on #B29CB8 background

This text has black color on #B29CB8 background.


White color preview on #B29CB8 background

This text has white color on #B29CB8 background.