COLOR #B29AB0

HEX: #B29AB0
RGB: (178,154,176)

Color info

#B29AB0 contains red, green and blue colors in about the same proportion. Web safe color of #B29AB0 is #999999 (or #999).

RGB color model

#B29AB0 color RGB value is (178,154,176).

  • red value is 178;
  • green value is 154;
  • blue value is 176.
RGB:
(178,154,176)
(70%,60%,69%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 176 of 255 = 69%

178
154
176

R + G + B ~ 66%. #B29AB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 154 + 176 = 508 (100%)
R 178 of 508 ~ 35.04%
G 154 of 508 ~ 30.31%
B 176 of 508 ~ 34.65%

%35.04
%30.31
%34.65

CMYK color model

#B29AB0 color CMYK value is (0,13,1,30).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 1.12%
  • key color value is 30.20%
CMYK:
(0,13,1,30)
C0M13Y1K30 
(0%,13%,1%,30%)
(0.00/0.13/0.01/0.30)	

CMYK percentages

%0
%13.48
%1.12
%30.2

Codes

Color #B29AB0 in popluar color models

B29AB0
RGB178154176
HSL305°13.48%65.10%
HSB/HSV305°13.48%69.80%
CMYK0.00%13.48%1.12%
30.20%

Color #B29AB0 in popluar number systems.

HEXB29AB0
Decimal178154176
Binary101100101001101010110000
Octal262232260

Shades and tints

Shades of #B29AB0

#B29AB0
(178,154,176)
#A28CA0
(162,140,160)
#927E90
(146,126,144)
#827080
(130,112,128)
#726270
(114,98,112)
#625460
(98,84,96)
#524650
(82,70,80)
#423840
(66,56,64)
#322A30
(50,42,48)
#221C20
(34,28,32)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #B29AB0

#B29AB0
(178,154,176)
#B9A3B7
(185,163,183)
#C0ACBE
(192,172,190)
#C7B5C5
(199,181,197)
#CEBECC
(206,190,204)
#D5C7D3
(213,199,211)
#DCD0DA
(220,208,218)
#E3D9E1
(227,217,225)
#EAE2E8
(234,226,232)
#F1EBEF
(241,235,239)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29AB0 color. Also use rgb(178,154,176) instead hex code.

Text Font Color

.myTextColor { color: #B29AB0; }

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

This text font color is #B29AB0.


Background Color

.myBgColor { background-color: #B29AB0; }

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

This div background color is #B29AB0.


Border color

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

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

This div border color is #B29AB0.


Opacity

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

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

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

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

This text has shadow with #B29AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29AB0 on black background.


Color preview on white background

This text has color #B29AB0 on white background.



Black color preview on #B29AB0 background

This text has black color on #B29AB0 background.


White color preview on #B29AB0 background

This text has white color on #B29AB0 background.