COLOR #B29ED4

HEX: #B29ED4
RGB: (178,158,212)

Color info

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

RGB color model

#B29ED4 color RGB value is (178,158,212).

  • red value is 178;
  • green value is 158;
  • blue value is 212.
RGB:
(178,158,212)
(70%,62%,83%)

RGB channels and saturation

R 178 of 255 = 70%
G 158 of 255 = 62%
B 212 of 255 = 83%

178
158
212

R + G + B ~ 72%. #B29ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 158 + 212 = 548 (100%)
R 178 of 548 ~ 32.48%
G 158 of 548 ~ 28.83%
B 212 of 548 ~ 38.69%

%32.48
%28.83
%38.69

CMYK color model

#B29ED4 color CMYK value is (16,25,0,17).

  • cyan value is 16.04%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(16,25,0,17)
C16M25Y0K17 
(16%,25%,0%,17%)
(0.16/0.25/0.00/0.17)	

CMYK percentages

%16.04
%25.47
%0
%16.86

Codes

Color #B29ED4 in popluar color models

B29ED4
RGB178158212
HSL262°38.57%72.55%
HSB/HSV262°25.47%83.14%
CMYK16.04%25.47%0.00%
16.86%

Color #B29ED4 in popluar number systems.

HEXB29ED4
Decimal178158212
Binary101100101001111011010100
Octal262236324

Shades and tints

Shades of #B29ED4

#B29ED4
(178,158,212)
#A290C1
(162,144,193)
#9282AE
(146,130,174)
#82749B
(130,116,155)
#726688
(114,102,136)
#625875
(98,88,117)
#524A62
(82,74,98)
#423C4F
(66,60,79)
#322E3C
(50,46,60)
#222029
(34,32,41)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #B29ED4

#B29ED4
(178,158,212)
#B9A6D7
(185,166,215)
#C0AEDA
(192,174,218)
#C7B6DD
(199,182,221)
#CEBEE0
(206,190,224)
#D5C6E3
(213,198,227)
#DCCEE6
(220,206,230)
#E3D6E9
(227,214,233)
#EADEEC
(234,222,236)
#F1E6EF
(241,230,239)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29ED4 color. Also use rgb(178,158,212) instead hex code.

Text Font Color

.myTextColor { color: #B29ED4; }

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

This text font color is #B29ED4.


Background Color

.myBgColor { background-color: #B29ED4; }

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

This div background color is #B29ED4.


Border color

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

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

This div border color is #B29ED4.


Opacity

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

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

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

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

This text has shadow with #B29ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29ED4 on black background.


Color preview on white background

This text has color #B29ED4 on white background.



Black color preview on #B29ED4 background

This text has black color on #B29ED4 background.


White color preview on #B29ED4 background

This text has white color on #B29ED4 background.