COLOR #B29EDB

HEX: #B29EDB RGB: (178,158,219)

Color info

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

RGB color model

#B29EDB color RGB value is (178,158,219).

RGB: (178,158,219) (70%, 62%, 86%)

RGB channels and saturation

R 178 of 255 = 70%
G 158 of 255 = 62%
B 219 of 255 = 86%

178
158
219

R + G + B ~ 73%. #B29EDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 158 + 219 = 555 (100%)
R 178 of 555 ~ 32.07%
G 158 of 555 ~ 28.47%
B 219 of 555 ~ 39.46'%

%32.07
%28.47
%39.46

CMYK color model

#B29EDB color CMYK value is (19,28,0,14).

  • cyan value is 18.72%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (19,28,0,14)
C19M28Y0K14 (19%, 28%, 0%, 14%)
(0.19 / 0.28 / 0.00 / 0.14)

CMYK percentages

%18.72
%27.85
%0
%14.12

Codes

Color #B29EDB in popluar color models

B2 9E DB
RGB 178 158 219
HSL 260° 45.86% 73.92%
HSB/HSV 260° 27.85% 85.88%
CMYK 18.72% 27.85% 0.00%
14.12%

Color #B29EDB in popluar number systems.

HEX B2 9E DB
Decimal 178 158 219
Binary 10110010 10011110 11011011
Octal 262 236 333

Shades and tints

Shades of #B29EDB

#B29EDB
(178,158,219)
#A290C8
(162,144,200)
#9282B5
(146,130,181)
#8274A2
(130,116,162)
#72668F
(114,102,143)
#62587C
(98,88,124)
#524A69
(82,74,105)
#423C56
(66,60,86)
#322E43
(50,46,67)
#222030
(34,32,48)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #B29EDB

#B29EDB
(178,158,219)
#B9A6DE
(185,166,222)
#C0AEE1
(192,174,225)
#C7B6E4
(199,182,228)
#CEBEE7
(206,190,231)
#D5C6EA
(213,198,234)
#DCCEED
(220,206,237)
#E3D6F0
(227,214,240)
#EADEF3
(234,222,243)
#F1E6F6
(241,230,246)
#F8EEF9
(248,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29EDB; }

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

This text font color is #B29EDB.

Background Color

.myBgColor { background-color: #B29EDB; }

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

This div background color is #B29EDB.

Border color

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

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

This div border color is #B29EDB.

Opacity

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

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

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

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

This text has shadow with #B29EDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29EDB.

Preview

Color preview on black background

This text has color #B29EDB on black background.


Color preview on white background

This text has color #B29EDB on white background.


Black color preview on #B29EDB background

This text has black color on #B29EDB background.


White color preview on #B29EDB background

This text has white color on #B29EDB background.


Related colors

Complementary color

Complementary color for #hex is #4D6124.


I love getcolorcode.com

Triadic colors

1 #DBB29E and #9EDBB2 with #B29EDB are triadic colors.

2 #DB9EB2 and #9EB2DB with #B29EDB are triadic colors.