COLOR #B29FDB

HEX: #B29FDB RGB: (178,159,219)

Color info

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

RGB color model

#B29FDB color RGB value is (178,159,219).

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

RGB channels and saturation

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

178
159
219

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

Portions of RGB colors in percentages

R + G + B = 178 + 159 + 219 = 556 (100%)
R 178 of 556 ~ 32.01%
G 159 of 556 ~ 28.6%
B 219 of 556 ~ 39.39'%

%32.01
%28.6
%39.39

CMYK color model

#B29FDB color CMYK value is (19,27,0,14).

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

CMYK: (19,27,0,14)
C19M27Y0K14 (19%, 27%, 0%, 14%)
(0.19 / 0.27 / 0.00 / 0.14)

CMYK percentages

%18.72
%27.4
%0
%14.12

Codes

Color #B29FDB in popluar color models

B2 9F DB
RGB 178 159 219
HSL 259° 45.45% 74.12%
HSB/HSV 259° 27.40% 85.88%
CMYK 18.72% 27.40% 0.00%
14.12%

Color #B29FDB in popluar number systems.

HEX B2 9F DB
Decimal 178 159 219
Binary 10110010 10011111 11011011
Octal 262 237 333

Shades and tints

Shades of #B29FDB

#B29FDB
(178,159,219)
#A291C8
(162,145,200)
#9283B5
(146,131,181)
#8275A2
(130,117,162)
#72678F
(114,103,143)
#62597C
(98,89,124)
#524B69
(82,75,105)
#423D56
(66,61,86)
#322F43
(50,47,67)
#222130
(34,33,48)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #B29FDB

#B29FDB
(178,159,219)
#B9A7DE
(185,167,222)
#C0AFE1
(192,175,225)
#C7B7E4
(199,183,228)
#CEBFE7
(206,191,231)
#D5C7EA
(213,199,234)
#DCCFED
(220,207,237)
#E3D7F0
(227,215,240)
#EADFF3
(234,223,243)
#F1E7F6
(241,231,246)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29FDB; }

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

This text font color is #B29FDB.

Background Color

.myBgColor { background-color: #B29FDB; }

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

This div background color is #B29FDB.

Border color

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

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

This div border color is #B29FDB.

Opacity

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

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

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

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

This text has shadow with #B29FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29FDB.

Preview

Color preview on black background

This text has color #B29FDB on black background.


Color preview on white background

This text has color #B29FDB on white background.


Black color preview on #B29FDB background

This text has black color on #B29FDB background.


White color preview on #B29FDB background

This text has white color on #B29FDB background.


Related colors

Complementary color

Complementary color for #hex is #4D6024.


I love getcolorcode.com

Triadic colors

1 #DBB29F and #9FDBB2 with #B29FDB are triadic colors.

2 #DB9FB2 and #9FB2DB with #B29FDB are triadic colors.