COLOR #B29ED5

HEX: #B29ED5
RGB: (178,158,213)

Color info

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

RGB color model

#B29ED5 color RGB value is (178,158,213).

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

RGB channels and saturation

R 178 of 255 = 70%
G 158 of 255 = 62%
B 213 of 255 = 84%

178
158
213

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

Portions of RGB colors in percentages

R + G + B =
178 + 158 + 213 = 549 (100%)
R 178 of 549 ~ 32.42%
G 158 of 549 ~ 28.78%
B 213 of 549 ~ 38.8%

%32.42
%28.78
%38.8

CMYK color model

#B29ED5 color CMYK value is (16,26,0,16).

  • cyan value is 16.43%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(16,26,0,16)
C16M26Y0K16 
(16%,26%,0%,16%)
(0.16/0.26/0.00/0.16)	

CMYK percentages

%16.43
%25.82
%0
%16.47

Codes

Color #B29ED5 in popluar color models

B29ED5
RGB178158213
HSL262°39.57%72.75%
HSB/HSV262°25.82%83.53%
CMYK16.43%25.82%0.00%
16.47%

Color #B29ED5 in popluar number systems.

HEXB29ED5
Decimal178158213
Binary101100101001111011010101
Octal262236325

Shades and tints

Shades of #B29ED5

#B29ED5
(178,158,213)
#A290C2
(162,144,194)
#9282AF
(146,130,175)
#82749C
(130,116,156)
#726689
(114,102,137)
#625876
(98,88,118)
#524A63
(82,74,99)
#423C50
(66,60,80)
#322E3D
(50,46,61)
#22202A
(34,32,42)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #B29ED5

#B29ED5
(178,158,213)
#B9A6D8
(185,166,216)
#C0AEDB
(192,174,219)
#C7B6DE
(199,182,222)
#CEBEE1
(206,190,225)
#D5C6E4
(213,198,228)
#DCCEE7
(220,206,231)
#E3D6EA
(227,214,234)
#EADEED
(234,222,237)
#F1E6F0
(241,230,240)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29ED5; }

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

This text font color is #B29ED5.


Background Color

.myBgColor { background-color: #B29ED5; }

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

This div background color is #B29ED5.


Border color

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

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

This div border color is #B29ED5.


Opacity

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

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

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

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

This text has shadow with #B29ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29ED5 on black background.


Color preview on white background

This text has color #B29ED5 on white background.



Black color preview on #B29ED5 background

This text has black color on #B29ED5 background.


White color preview on #B29ED5 background

This text has white color on #B29ED5 background.