COLOR #B29DAA

HEX: #B29DAA RGB: (178,157,170)

Color info

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

RGB color model

#B29DAA color RGB value is (178,157,170).

RGB: (178,157,170) (70%, 62%, 67%)

RGB channels and saturation

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

178
157
170

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

Portions of RGB colors in percentages

R + G + B = 178 + 157 + 170 = 505 (100%)
R 178 of 505 ~ 35.25%
G 157 of 505 ~ 31.09%
B 170 of 505 ~ 33.66'%

%35.25
%31.09
%33.66

CMYK color model

#B29DAA color CMYK value is (0,12,4,30).

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

CMYK: (0,12,4,30)
C0M12Y4K30 (0%, 12%, 4%, 30%)
(0.00 / 0.12 / 0.04 / 0.30)

CMYK percentages

%0
%11.8
%4.49
%30.2

Codes

Color #B29DAA in popluar color models

B2 9D AA
RGB 178 157 170
HSL 323° 12.00% 65.69%
HSB/HSV 323° 11.80% 69.80%
CMYK 0.00% 11.80% 4.49%
30.20%

Color #B29DAA in popluar number systems.

HEX B2 9D AA
Decimal 178 157 170
Binary 10110010 10011101 10101010
Octal 262 235 252

Shades and tints

Shades of #B29DAA

#B29DAA
(178,157,170)
#A28F9B
(162,143,155)
#92818C
(146,129,140)
#82737D
(130,115,125)
#72656E
(114,101,110)
#62575F
(98,87,95)
#524950
(82,73,80)
#423B41
(66,59,65)
#322D32
(50,45,50)
#221F23
(34,31,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B29DAA

#B29DAA
(178,157,170)
#B9A5B1
(185,165,177)
#C0ADB8
(192,173,184)
#C7B5BF
(199,181,191)
#CEBDC6
(206,189,198)
#D5C5CD
(213,197,205)
#DCCDD4
(220,205,212)
#E3D5DB
(227,213,219)
#EADDE2
(234,221,226)
#F1E5E9
(241,229,233)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DAA; }

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

This text font color is #B29DAA.

Background Color

.myBgColor { background-color: #B29DAA; }

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

This div background color is #B29DAA.

Border color

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

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

This div border color is #B29DAA.

Opacity

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

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

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

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

This text has shadow with #B29DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29DAA.

Preview

Color preview on black background

This text has color #B29DAA on black background.


Color preview on white background

This text has color #B29DAA on white background.


Black color preview on #B29DAA background

This text has black color on #B29DAA background.


White color preview on #B29DAA background

This text has white color on #B29DAA background.


Related colors

Complementary color

Complementary color for #hex is #4D6255.


I love getcolorcode.com

Triadic colors

1 #AAB29D and #9DAAB2 with #B29DAA are triadic colors.

2 #AA9DB2 and #9DB2AA with #B29DAA are triadic colors.