COLOR #B29DE2

HEX: #B29DE2
RGB: (178,157,226)

Color info

#B29DE2 contains mainly red and blue colors. Web safe color of #B29DE2 is #9999CC (or #99C).

RGB color model

#B29DE2 color RGB value is (178,157,226).

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

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 226 of 255 = 89%

178
157
226

R + G + B ~ 74%. #B29DE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 226 = 561 (100%)
R 178 of 561 ~ 31.73%
G 157 of 561 ~ 27.99%
B 226 of 561 ~ 40.29%

%31.73
%27.99
%40.29

CMYK color model

#B29DE2 color CMYK value is (21,31,0,11).

  • cyan value is 21.24%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(21,31,0,11)
C21M31Y0K11 
(21%,31%,0%,11%)
(0.21/0.31/0.00/0.11)	

CMYK percentages

%21.24
%30.53
%0
%11.37

Codes

Color #B29DE2 in popluar color models

B29DE2
RGB178157226
HSL258°54.33%75.10%
HSB/HSV258°30.53%88.63%
CMYK21.24%30.53%0.00%
11.37%

Color #B29DE2 in popluar number systems.

HEXB29DE2
Decimal178157226
Binary101100101001110111100010
Octal262235342

Shades and tints

Shades of #B29DE2

#B29DE2
(178,157,226)
#A28FCE
(162,143,206)
#9281BA
(146,129,186)
#8273A6
(130,115,166)
#726592
(114,101,146)
#62577E
(98,87,126)
#52496A
(82,73,106)
#423B56
(66,59,86)
#322D42
(50,45,66)
#221F2E
(34,31,46)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #B29DE2

#B29DE2
(178,157,226)
#B9A5E4
(185,165,228)
#C0ADE6
(192,173,230)
#C7B5E8
(199,181,232)
#CEBDEA
(206,189,234)
#D5C5EC
(213,197,236)
#DCCDEE
(220,205,238)
#E3D5F0
(227,213,240)
#EADDF2
(234,221,242)
#F1E5F4
(241,229,244)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DE2; }

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

This text font color is #B29DE2.


Background Color

.myBgColor { background-color: #B29DE2; }

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

This div background color is #B29DE2.


Border color

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

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

This div border color is #B29DE2.


Opacity

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

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

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

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

This text has shadow with #B29DE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29DE2 on black background.


Color preview on white background

This text has color #B29DE2 on white background.



Black color preview on #B29DE2 background

This text has black color on #B29DE2 background.


White color preview on #B29DE2 background

This text has white color on #B29DE2 background.