COLOR #B29ABC

HEX: #B29ABC
RGB: (178,154,188)

Color info

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

RGB color model

#B29ABC color RGB value is (178,154,188).

  • red value is 178;
  • green value is 154;
  • blue value is 188.
RGB:
(178,154,188)
(70%,60%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 188 of 255 = 74%

178
154
188

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

Portions of RGB colors in percentages

R + G + B =
178 + 154 + 188 = 520 (100%)
R 178 of 520 ~ 34.23%
G 154 of 520 ~ 29.62%
B 188 of 520 ~ 36.15%

%34.23
%29.62
%36.15

CMYK color model

#B29ABC color CMYK value is (5,18,0,26).

  • cyan value is 5.32%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(5,18,0,26)
C5M18Y0K26 
(5%,18%,0%,26%)
(0.05/0.18/0.00/0.26)	

CMYK percentages

%5.32
%18.09
%0
%26.27

Codes

Color #B29ABC in popluar color models

B29ABC
RGB178154188
HSL282°20.24%67.06%
HSB/HSV282°18.09%73.73%
CMYK5.32%18.09%0.00%
26.27%

Color #B29ABC in popluar number systems.

HEXB29ABC
Decimal178154188
Binary101100101001101010111100
Octal262232274

Shades and tints

Shades of #B29ABC

#B29ABC
(178,154,188)
#A28CAB
(162,140,171)
#927E9A
(146,126,154)
#827089
(130,112,137)
#726278
(114,98,120)
#625467
(98,84,103)
#524656
(82,70,86)
#423845
(66,56,69)
#322A34
(50,42,52)
#221C23
(34,28,35)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #B29ABC

#B29ABC
(178,154,188)
#B9A3C2
(185,163,194)
#C0ACC8
(192,172,200)
#C7B5CE
(199,181,206)
#CEBED4
(206,190,212)
#D5C7DA
(213,199,218)
#DCD0E0
(220,208,224)
#E3D9E6
(227,217,230)
#EAE2EC
(234,226,236)
#F1EBF2
(241,235,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29ABC; }

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

This text font color is #B29ABC.


Background Color

.myBgColor { background-color: #B29ABC; }

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

This div background color is #B29ABC.


Border color

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

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

This div border color is #B29ABC.


Opacity

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

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

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

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

This text has shadow with #B29ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29ABC on black background.


Color preview on white background

This text has color #B29ABC on white background.



Black color preview on #B29ABC background

This text has black color on #B29ABC background.


White color preview on #B29ABC background

This text has white color on #B29ABC background.