COLOR #B29DAC

HEX: #B29DAC
RGB: (178,157,172)

Color info

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

RGB color model

#B29DAC color RGB value is (178,157,172).

  • red value is 178;
  • green value is 157;
  • blue value is 172.
RGB:
(178,157,172)
(70%,62%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 172 of 255 = 67%

178
157
172

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

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 172 = 507 (100%)
R 178 of 507 ~ 35.11%
G 157 of 507 ~ 30.97%
B 172 of 507 ~ 33.93%

%35.11
%30.97
%33.93

CMYK color model

#B29DAC color CMYK value is (0,12,3,30).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 3.37%
  • key color value is 30.20%
CMYK:
(0,12,3,30)
C0M12Y3K30 
(0%,12%,3%,30%)
(0.00/0.12/0.03/0.30)	

CMYK percentages

%0
%11.8
%3.37
%30.2

Codes

Color #B29DAC in popluar color models

B29DAC
RGB178157172
HSL317°12.00%65.69%
HSB/HSV317°11.80%69.80%
CMYK0.00%11.80%3.37%
30.20%

Color #B29DAC in popluar number systems.

HEXB29DAC
Decimal178157172
Binary101100101001110110101100
Octal262235254

Shades and tints

Shades of #B29DAC

#B29DAC
(178,157,172)
#A28F9D
(162,143,157)
#92818E
(146,129,142)
#82737F
(130,115,127)
#726570
(114,101,112)
#625761
(98,87,97)
#524952
(82,73,82)
#423B43
(66,59,67)
#322D34
(50,45,52)
#221F25
(34,31,37)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #B29DAC

#B29DAC
(178,157,172)
#B9A5B3
(185,165,179)
#C0ADBA
(192,173,186)
#C7B5C1
(199,181,193)
#CEBDC8
(206,189,200)
#D5C5CF
(213,197,207)
#DCCDD6
(220,205,214)
#E3D5DD
(227,213,221)
#EADDE4
(234,221,228)
#F1E5EB
(241,229,235)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29DAC color. Also use rgb(178,157,172) instead hex code.

Text Font Color

.myTextColor { color: #B29DAC; }

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

This text font color is #B29DAC.


Background Color

.myBgColor { background-color: #B29DAC; }

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

This div background color is #B29DAC.


Border color

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

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

This div border color is #B29DAC.


Opacity

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

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

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

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

This text has shadow with #B29DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29DAC on black background.


Color preview on white background

This text has color #B29DAC on white background.



Black color preview on #B29DAC background

This text has black color on #B29DAC background.


White color preview on #B29DAC background

This text has white color on #B29DAC background.