COLOR #B29CDD

HEX: #B29CDD RGB: (178,156,221)

Color info

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

RGB color model

#B29CDD color RGB value is (178,156,221).

RGB: (178,156,221) (70%, 61%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 156 of 255 = 61%
B 221 of 255 = 87%

178
156
221

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

Portions of RGB colors in percentages

R + G + B = 178 + 156 + 221 = 555 (100%)
R 178 of 555 ~ 32.07%
G 156 of 555 ~ 28.11%
B 221 of 555 ~ 39.82'%

%32.07
%28.11
%39.82

CMYK color model

#B29CDD color CMYK value is (19,29,0,13).

  • cyan value is 19.46%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (19,29,0,13)
C19M29Y0K13 (19%, 29%, 0%, 13%)
(0.19 / 0.29 / 0.00 / 0.13)

CMYK percentages

%19.46
%29.41
%0
%13.33

Codes

Color #B29CDD in popluar color models

B2 9C DD
RGB 178 156 221
HSL 260° 48.87% 73.92%
HSB/HSV 260° 29.41% 86.67%
CMYK 19.46% 29.41% 0.00%
13.33%

Color #B29CDD in popluar number systems.

HEX B2 9C DD
Decimal 178 156 221
Binary 10110010 10011100 11011101
Octal 262 234 335

Shades and tints

Shades of #B29CDD

#B29CDD
(178,156,221)
#A28EC9
(162,142,201)
#9280B5
(146,128,181)
#8272A1
(130,114,161)
#72648D
(114,100,141)
#625679
(98,86,121)
#524865
(82,72,101)
#423A51
(66,58,81)
#322C3D
(50,44,61)
#221E29
(34,30,41)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #B29CDD

#B29CDD
(178,156,221)
#B9A5E0
(185,165,224)
#C0AEE3
(192,174,227)
#C7B7E6
(199,183,230)
#CEC0E9
(206,192,233)
#D5C9EC
(213,201,236)
#DCD2EF
(220,210,239)
#E3DBF2
(227,219,242)
#EAE4F5
(234,228,245)
#F1EDF8
(241,237,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29CDD color. Also use rgb(178,156,221) instead hex code.

Text Font Color

.myTextColor { color: #B29CDD; }

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

This text font color is #B29CDD.

Background Color

.myBgColor { background-color: #B29CDD; }

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

This div background color is #B29CDD.

Border color

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

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

This div border color is #B29CDD.

Opacity

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

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

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

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

This text has shadow with #B29CDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29CDD.

Preview

Color preview on black background

This text has color #B29CDD on black background.


Color preview on white background

This text has color #B29CDD on white background.


Black color preview on #B29CDD background

This text has black color on #B29CDD background.


White color preview on #B29CDD background

This text has white color on #B29CDD background.


Related colors

Complementary color

Complementary color for #hex is #4D6322.


I love getcolorcode.com

Triadic colors

1 #DDB29C and #9CDDB2 with #B29CDD are triadic colors.

2 #DD9CB2 and #9CB2DD with #B29CDD are triadic colors.