COLOR #B29DD1

HEX: #B29DD1
RGB: (178,157,209)

Color info

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

RGB color model

#B29DD1 color RGB value is (178,157,209).

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

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 209 of 255 = 82%

178
157
209

R + G + B ~ 71%. #B29DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 209 = 544 (100%)
R 178 of 544 ~ 32.72%
G 157 of 544 ~ 28.86%
B 209 of 544 ~ 38.42%

%32.72
%28.86
%38.42

CMYK color model

#B29DD1 color CMYK value is (15,25,0,18).

  • cyan value is 14.83%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,25,0,18)
C15M25Y0K18 
(15%,25%,0%,18%)
(0.15/0.25/0.00/0.18)	

CMYK percentages

%14.83
%24.88
%0
%18.04

Codes

Color #B29DD1 in popluar color models

B29DD1
RGB178157209
HSL264°36.11%71.76%
HSB/HSV264°24.88%81.96%
CMYK14.83%24.88%0.00%
18.04%

Color #B29DD1 in popluar number systems.

HEXB29DD1
Decimal178157209
Binary101100101001110111010001
Octal262235321

Shades and tints

Shades of #B29DD1

#B29DD1
(178,157,209)
#A28FBE
(162,143,190)
#9281AB
(146,129,171)
#827398
(130,115,152)
#726585
(114,101,133)
#625772
(98,87,114)
#52495F
(82,73,95)
#423B4C
(66,59,76)
#322D39
(50,45,57)
#221F26
(34,31,38)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #B29DD1

#B29DD1
(178,157,209)
#B9A5D5
(185,165,213)
#C0ADD9
(192,173,217)
#C7B5DD
(199,181,221)
#CEBDE1
(206,189,225)
#D5C5E5
(213,197,229)
#DCCDE9
(220,205,233)
#E3D5ED
(227,213,237)
#EADDF1
(234,221,241)
#F1E5F5
(241,229,245)
#F8EDF9
(248,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DD1; }

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

This text font color is #B29DD1.


Background Color

.myBgColor { background-color: #B29DD1; }

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

This div background color is #B29DD1.


Border color

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

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

This div border color is #B29DD1.


Opacity

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

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

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

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

This text has shadow with #B29DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29DD1 on black background.


Color preview on white background

This text has color #B29DD1 on white background.



Black color preview on #B29DD1 background

This text has black color on #B29DD1 background.


White color preview on #B29DD1 background

This text has white color on #B29DD1 background.