COLOR #B29ABB

HEX: #B29ABB RGB: (178,154,187)

Color info

#B29ABB contains red, green and blue colors in about the same proportion. Web safe color of #B29ABB is #9999CC (or #99C).

RGB color model

#B29ABB color RGB value is (178,154,187).

RGB: (178,154,187) (70%, 60%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 187 of 255 = 73%

178
154
187

R + G + B ~ 68%. #B29ABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 154 + 187 = 519 (100%)
R 178 of 519 ~ 34.3%
G 154 of 519 ~ 29.67%
B 187 of 519 ~ 36.03'%

%34.3
%29.67
%36.03

CMYK color model

#B29ABB color CMYK value is (5,18,0,27).

  • cyan value is 4.81%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (5,18,0,27)
C5M18Y0K27 (5%, 18%, 0%, 27%)
(0.05 / 0.18 / 0.00 / 0.27)

CMYK percentages

%4.81
%17.65
%0
%26.67

Codes

Color #B29ABB in popluar color models

B2 9A BB
RGB 178 154 187
HSL 284° 19.53% 66.86%
HSB/HSV 284° 17.65% 73.33%
CMYK 4.81% 17.65% 0.00%
26.67%

Color #B29ABB in popluar number systems.

HEX B2 9A BB
Decimal 178 154 187
Binary 10110010 10011010 10111011
Octal 262 232 273

Shades and tints

Shades of #B29ABB

#B29ABB
(178,154,187)
#A28CAA
(162,140,170)
#927E99
(146,126,153)
#827088
(130,112,136)
#726277
(114,98,119)
#625466
(98,84,102)
#524655
(82,70,85)
#423844
(66,56,68)
#322A33
(50,42,51)
#221C22
(34,28,34)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #B29ABB

#B29ABB
(178,154,187)
#B9A3C1
(185,163,193)
#C0ACC7
(192,172,199)
#C7B5CD
(199,181,205)
#CEBED3
(206,190,211)
#D5C7D9
(213,199,217)
#DCD0DF
(220,208,223)
#E3D9E5
(227,217,229)
#EAE2EB
(234,226,235)
#F1EBF1
(241,235,241)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29ABB color. Also use rgb(178,154,187) instead hex code.

Text Font Color

.myTextColor { color: #B29ABB; }

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

This text font color is #B29ABB.

Background Color

.myBgColor { background-color: #B29ABB; }

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

This div background color is #B29ABB.

Border color

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

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

This div border color is #B29ABB.

Opacity

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

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

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

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

This text has shadow with #B29ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29ABB.

Preview

Color preview on black background

This text has color #B29ABB on black background.


Color preview on white background

This text has color #B29ABB on white background.


Black color preview on #B29ABB background

This text has black color on #B29ABB background.


White color preview on #B29ABB background

This text has white color on #B29ABB background.


Related colors

Complementary color

Complementary color for #hex is #4D6544.


I love getcolorcode.com

Triadic colors

1 #BBB29A and #9ABBB2 with #B29ABB are triadic colors.

2 #BB9AB2 and #9AB2BB with #B29ABB are triadic colors.