COLOR #B29BAD

HEX: #B29BAD RGB: (178,155,173)

Color info

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

RGB color model

#B29BAD color RGB value is (178,155,173).

RGB: (178,155,173) (70%, 61%, 68%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 173 of 255 = 68%

178
155
173

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

Portions of RGB colors in percentages

R + G + B = 178 + 155 + 173 = 506 (100%)
R 178 of 506 ~ 35.18%
G 155 of 506 ~ 30.63%
B 173 of 506 ~ 34.19'%

%35.18
%30.63
%34.19

CMYK color model

#B29BAD color CMYK value is (0,13,3,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK: (0,13,3,30) C0M13Y3K30 (0%,13%,3%,30%) (0.00/0.13/0.03/0.30) 

CMYK percentages

%0
%12.92
%2.81
%30.2

Codes

Color #B29BAD in popluar color models

B2 9B AD
RGB 178 155 173
HSL 313° 12.99% 65.29%
HSB/HSV 313° 12.92% 69.80%
CMYK 0.00% 12.92% 2.81%
30.20%

Color #B29BAD in popluar number systems.

HEX B2 9B AD
Decimal 178 155 173
Binary 10110010 10011011 10101101
Octal 262 233 255

Shades and tints

Shades of #B29BAD

#B29BAD
(178,155,173)
#A28D9E
(162,141,158)
#927F8F
(146,127,143)
#827180
(130,113,128)
#726371
(114,99,113)
#625562
(98,85,98)
#524753
(82,71,83)
#423944
(66,57,68)
#322B35
(50,43,53)
#221D26
(34,29,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #B29BAD

#B29BAD
(178,155,173)
#B9A4B4
(185,164,180)
#C0ADBB
(192,173,187)
#C7B6C2
(199,182,194)
#CEBFC9
(206,191,201)
#D5C8D0
(213,200,208)
#DCD1D7
(220,209,215)
#E3DADE
(227,218,222)
#EAE3E5
(234,227,229)
#F1ECEC
(241,236,236)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29BAD color. Also use rgb(178,155,173) instead hex code.

Text Font Color

.myTextColor { color: #B29BAD; }

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

This text font color is #B29BAD.

Background Color

.myBgColor { background-color: #B29BAD; }

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

This div background color is #B29BAD.

Border color

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

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

This div border color is #B29BAD.

Opacity

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

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

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

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

This text has shadow with #B29BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29BAD.

Preview

Color preview on black background

This text has color #B29BAD on black background.


Color preview on white background

This text has color #B29BAD on white background.


Black color preview on #B29BAD background

This text has black color on #B29BAD background.


White color preview on #B29BAD background

This text has white color on #B29BAD background.


Related colors

Complementary color

Complementary color for #hex is #4D6452.


I love getcolorcode.com

Triadic colors

1 #ADB29B and #9BADB2 with #B29BAD are triadic colors.

2 #AD9BB2 and #9BB2AD with #B29BAD are triadic colors.