COLOR #B29DBA

HEX: #B29DBA
RGB: (178,157,186)

Color info

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

RGB color model

#B29DBA color RGB value is (178,157,186).

  • red value is 178;
  • green value is 157;
  • blue value is 186.
RGB: (178,157,186) (70%,62%,73%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 186 of 255 = 73%

178
157
186

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

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 186 = 521 (100%)
R 178 of 521 ~ 34.17%
G 157 of 521 ~ 30.13%
B 186 of 521 ~ 35.7%

%34.17
%30.13
%35.7

CMYK color model

#B29DBA color CMYK value is (4,16,0,27).

  • cyan value is 4.30%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (4,16,0,27) C4M16Y0K27 (4%,16%,0%,27%) (0.04/0.16/0.00/0.27)

CMYK percentages

%4.3
%15.59
%0
%27.06

Codes

Color #B29DBA in popluar color models

B29DBA
RGB178157186
HSL283°17.37%67.25%
HSB/HSV283°15.59%72.94%
CMYK4.30%15.59%0.00%
27.06%

Color #B29DBA in popluar number systems.

HEXB29DBA
Decimal178157186
Binary101100101001110110111010
Octal262235272

Shades and tints

Shades of #B29DBA

#B29DBA
(178,157,186)
#A28FAA
(162,143,170)
#92819A
(146,129,154)
#82738A
(130,115,138)
#72657A
(114,101,122)
#62576A
(98,87,106)
#52495A
(82,73,90)
#423B4A
(66,59,74)
#322D3A
(50,45,58)
#221F2A
(34,31,42)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #B29DBA

#B29DBA
(178,157,186)
#B9A5C0
(185,165,192)
#C0ADC6
(192,173,198)
#C7B5CC
(199,181,204)
#CEBDD2
(206,189,210)
#D5C5D8
(213,197,216)
#DCCDDE
(220,205,222)
#E3D5E4
(227,213,228)
#EADDEA
(234,221,234)
#F1E5F0
(241,229,240)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DBA; }

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

This text font color is #B29DBA.


Background Color

.myBgColor { background-color: #B29DBA; }

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

This div background color is #B29DBA.


Border color

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

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

This div border color is #B29DBA.


Opacity

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

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

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

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

This text has shadow with #B29DBA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B29DBA on black background.


Color preview on white background

This text has color #B29DBA on white background.



Black color preview on #B29DBA background

This text has black color on #B29DBA background.


White color preview on #B29DBA background

This text has white color on #B29DBA background.