COLOR #B29CD1

HEX: #B29CD1
RGB: (178,156,209)

Color info

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

RGB color model

#B29CD1 color RGB value is (178,156,209).

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

RGB channels and saturation

R 178 of 255 = 70%
G 156 of 255 = 61%
B 209 of 255 = 82%

178
156
209

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

Portions of RGB colors in percentages

R + G + B =
178 + 156 + 209 = 543 (100%)
R 178 of 543 ~ 32.78%
G 156 of 543 ~ 28.73%
B 209 of 543 ~ 38.49%

%32.78
%28.73
%38.49

CMYK color model

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

  • cyan value is 14.83%
  • magenta value is 25.36%
  • 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
%25.36
%0
%18.04

Codes

Color #B29CD1 in popluar color models

B29CD1
RGB178156209
HSL265°36.55%71.57%
HSB/HSV265°25.36%81.96%
CMYK14.83%25.36%0.00%
18.04%

Color #B29CD1 in popluar number systems.

HEXB29CD1
Decimal178156209
Binary101100101001110011010001
Octal262234321

Shades and tints

Shades of #B29CD1

#B29CD1
(178,156,209)
#A28EBE
(162,142,190)
#9280AB
(146,128,171)
#827298
(130,114,152)
#726485
(114,100,133)
#625672
(98,86,114)
#52485F
(82,72,95)
#423A4C
(66,58,76)
#322C39
(50,44,57)
#221E26
(34,30,38)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #B29CD1

#B29CD1
(178,156,209)
#B9A5D5
(185,165,213)
#C0AED9
(192,174,217)
#C7B7DD
(199,183,221)
#CEC0E1
(206,192,225)
#D5C9E5
(213,201,229)
#DCD2E9
(220,210,233)
#E3DBED
(227,219,237)
#EAE4F1
(234,228,241)
#F1EDF5
(241,237,245)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29CD1; }

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

This text font color is #B29CD1.


Background Color

.myBgColor { background-color: #B29CD1; }

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

This div background color is #B29CD1.


Border color

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

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

This div border color is #B29CD1.


Opacity

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

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

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

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

This text has shadow with #B29CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29CD1 on black background.


Color preview on white background

This text has color #B29CD1 on white background.



Black color preview on #B29CD1 background

This text has black color on #B29CD1 background.


White color preview on #B29CD1 background

This text has white color on #B29CD1 background.