COLOR #B29ABF

HEX: #B29ABF
RGB: (178,154,191)

Color info

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

RGB color model

#B29ABF color RGB value is (178,154,191).

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

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 191 of 255 = 75%

178
154
191

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

Portions of RGB colors in percentages

R + G + B =
178 + 154 + 191 = 523 (100%)
R 178 of 523 ~ 34.03%
G 154 of 523 ~ 29.45%
B 191 of 523 ~ 36.52%

%34.03
%29.45
%36.52

CMYK color model

#B29ABF color CMYK value is (7,19,0,25).

  • cyan value is 6.81%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,19,0,25)
C7M19Y0K25 
(7%,19%,0%,25%)
(0.07/0.19/0.00/0.25)	

CMYK percentages

%6.81
%19.37
%0
%25.1

Codes

Color #B29ABF in popluar color models

B29ABF
RGB178154191
HSL279°22.42%67.65%
HSB/HSV279°19.37%74.90%
CMYK6.81%19.37%0.00%
25.10%

Color #B29ABF in popluar number systems.

HEXB29ABF
Decimal178154191
Binary101100101001101010111111
Octal262232277

Shades and tints

Shades of #B29ABF

#B29ABF
(178,154,191)
#A28CAE
(162,140,174)
#927E9D
(146,126,157)
#82708C
(130,112,140)
#72627B
(114,98,123)
#62546A
(98,84,106)
#524659
(82,70,89)
#423848
(66,56,72)
#322A37
(50,42,55)
#221C26
(34,28,38)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #B29ABF

#B29ABF
(178,154,191)
#B9A3C4
(185,163,196)
#C0ACC9
(192,172,201)
#C7B5CE
(199,181,206)
#CEBED3
(206,190,211)
#D5C7D8
(213,199,216)
#DCD0DD
(220,208,221)
#E3D9E2
(227,217,226)
#EAE2E7
(234,226,231)
#F1EBEC
(241,235,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29ABF; }

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

This text font color is #B29ABF.


Background Color

.myBgColor { background-color: #B29ABF; }

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

This div background color is #B29ABF.


Border color

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

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

This div border color is #B29ABF.


Opacity

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

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

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

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

This text has shadow with #B29ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29ABF on black background.


Color preview on white background

This text has color #B29ABF on white background.



Black color preview on #B29ABF background

This text has black color on #B29ABF background.


White color preview on #B29ABF background

This text has white color on #B29ABF background.