COLOR #B29DA0

HEX: #B29DA0 RGB: (178,157,160)

Color info

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

RGB color model

#B29DA0 color RGB value is (178,157,160).

RGB: (178,157,160) (70%, 62%, 63%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 160 of 255 = 63%

178
157
160

R + G + B ~ 65%. #B29DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 157 + 160 = 495 (100%)
R 178 of 495 ~ 35.96%
G 157 of 495 ~ 31.72%
B 160 of 495 ~ 32.32'%

%35.96
%31.72
%32.32

CMYK color model

#B29DA0 color CMYK value is (0,12,10,30).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 10.11%
  • key color value is 30.20%

CMYK: (0,12,10,30)
C0M12Y10K30 (0%, 12%, 10%, 30%)
(0.00 / 0.12 / 0.10 / 0.30)

CMYK percentages

%0
%11.8
%10.11
%30.2

Codes

Color #B29DA0 in popluar color models

B2 9D A0
RGB 178 157 160
HSL 351° 12.00% 65.69%
HSB/HSV 351° 11.80% 69.80%
CMYK 0.00% 11.80% 10.11%
30.20%

Color #B29DA0 in popluar number systems.

HEX B2 9D A0
Decimal 178 157 160
Binary 10110010 10011101 10100000
Octal 262 235 240

Shades and tints

Shades of #B29DA0

#B29DA0
(178,157,160)
#A28F92
(162,143,146)
#928184
(146,129,132)
#827376
(130,115,118)
#726568
(114,101,104)
#62575A
(98,87,90)
#52494C
(82,73,76)
#423B3E
(66,59,62)
#322D30
(50,45,48)
#221F22
(34,31,34)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B29DA0

#B29DA0
(178,157,160)
#B9A5A8
(185,165,168)
#C0ADB0
(192,173,176)
#C7B5B8
(199,181,184)
#CEBDC0
(206,189,192)
#D5C5C8
(213,197,200)
#DCCDD0
(220,205,208)
#E3D5D8
(227,213,216)
#EADDE0
(234,221,224)
#F1E5E8
(241,229,232)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DA0; }

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

This text font color is #B29DA0.

Background Color

.myBgColor { background-color: #B29DA0; }

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

This div background color is #B29DA0.

Border color

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

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

This div border color is #B29DA0.

Opacity

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

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

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

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

This text has shadow with #B29DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29DA0.

Preview

Color preview on black background

This text has color #B29DA0 on black background.


Color preview on white background

This text has color #B29DA0 on white background.


Black color preview on #B29DA0 background

This text has black color on #B29DA0 background.


White color preview on #B29DA0 background

This text has white color on #B29DA0 background.


Related colors

Complementary color

Complementary color for #hex is #4D625F.


I love getcolorcode.com

Triadic colors

1 #A0B29D and #9DA0B2 with #B29DA0 are triadic colors.

2 #A09DB2 and #9DB2A0 with #B29DA0 are triadic colors.