COLOR #B29DBE

HEX: #B29DBE
RGB: (178,157,190)

Color info

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

RGB color model

#B29DBE color RGB value is (178,157,190).

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

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 190 of 255 = 75%

178
157
190

R + G + B ~ 69%. #B29DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 190 = 525 (100%)
R 178 of 525 ~ 33.9%
G 157 of 525 ~ 29.9%
B 190 of 525 ~ 36.19%

%33.9
%29.9
%36.19

CMYK color model

#B29DBE color CMYK value is (6,17,0,25).

  • cyan value is 6.32%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,17,0,25)
C6M17Y0K25 
(6%,17%,0%,25%)
(0.06/0.17/0.00/0.25)	

CMYK percentages

%6.32
%17.37
%0
%25.49

Codes

Color #B29DBE in popluar color models

B29DBE
RGB178157190
HSL278°20.25%68.04%
HSB/HSV278°17.37%74.51%
CMYK6.32%17.37%0.00%
25.49%

Color #B29DBE in popluar number systems.

HEXB29DBE
Decimal178157190
Binary101100101001110110111110
Octal262235276

Shades and tints

Shades of #B29DBE

#B29DBE
(178,157,190)
#A28FAD
(162,143,173)
#92819C
(146,129,156)
#82738B
(130,115,139)
#72657A
(114,101,122)
#625769
(98,87,105)
#524958
(82,73,88)
#423B47
(66,59,71)
#322D36
(50,45,54)
#221F25
(34,31,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B29DBE

#B29DBE
(178,157,190)
#B9A5C3
(185,165,195)
#C0ADC8
(192,173,200)
#C7B5CD
(199,181,205)
#CEBDD2
(206,189,210)
#D5C5D7
(213,197,215)
#DCCDDC
(220,205,220)
#E3D5E1
(227,213,225)
#EADDE6
(234,221,230)
#F1E5EB
(241,229,235)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DBE; }

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

This text font color is #B29DBE.


Background Color

.myBgColor { background-color: #B29DBE; }

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

This div background color is #B29DBE.


Border color

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

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

This div border color is #B29DBE.


Opacity

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

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

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

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

This text has shadow with #B29DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29DBE on black background.


Color preview on white background

This text has color #B29DBE on white background.



Black color preview on #B29DBE background

This text has black color on #B29DBE background.


White color preview on #B29DBE background

This text has white color on #B29DBE background.