COLOR #B29DA9

HEX: #B29DA9
RGB: (178,157,169)

Color info

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

RGB color model

#B29DA9 color RGB value is (178,157,169).

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

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 169 of 255 = 66%

178
157
169

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

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 169 = 504 (100%)
R 178 of 504 ~ 35.32%
G 157 of 504 ~ 31.15%
B 169 of 504 ~ 33.53%

%35.32
%31.15
%33.53

CMYK color model

#B29DA9 color CMYK value is (0,12,5,30).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 5.06%
  • key color value is 30.20%
CMYK:
(0,12,5,30)
C0M12Y5K30 
(0%,12%,5%,30%)
(0.00/0.12/0.05/0.30)	

CMYK percentages

%0
%11.8
%5.06
%30.2

Codes

Color #B29DA9 in popluar color models

B29DA9
RGB178157169
HSL326°12.00%65.69%
HSB/HSV326°11.80%69.80%
CMYK0.00%11.80%5.06%
30.20%

Color #B29DA9 in popluar number systems.

HEXB29DA9
Decimal178157169
Binary101100101001110110101001
Octal262235251

Shades and tints

Shades of #B29DA9

#B29DA9
(178,157,169)
#A28F9A
(162,143,154)
#92818B
(146,129,139)
#82737C
(130,115,124)
#72656D
(114,101,109)
#62575E
(98,87,94)
#52494F
(82,73,79)
#423B40
(66,59,64)
#322D31
(50,45,49)
#221F22
(34,31,34)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #B29DA9

#B29DA9
(178,157,169)
#B9A5B0
(185,165,176)
#C0ADB7
(192,173,183)
#C7B5BE
(199,181,190)
#CEBDC5
(206,189,197)
#D5C5CC
(213,197,204)
#DCCDD3
(220,205,211)
#E3D5DA
(227,213,218)
#EADDE1
(234,221,225)
#F1E5E8
(241,229,232)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DA9; }

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

This text font color is #B29DA9.


Background Color

.myBgColor { background-color: #B29DA9; }

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

This div background color is #B29DA9.


Border color

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

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

This div border color is #B29DA9.


Opacity

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

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

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

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

This text has shadow with #B29DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29DA9 on black background.


Color preview on white background

This text has color #B29DA9 on white background.



Black color preview on #B29DA9 background

This text has black color on #B29DA9 background.


White color preview on #B29DA9 background

This text has white color on #B29DA9 background.