COLOR #B29DC0

HEX: #B29DC0 RGB: (178,157,192)

Color info

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

RGB color model

#B29DC0 color RGB value is (178,157,192).

RGB: (178,157,192) (70%, 62%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 192 of 255 = 75%

178
157
192

R + G + B ~ 69%. #B29DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 157 + 192 = 527 (100%)
R 178 of 527 ~ 33.78%
G 157 of 527 ~ 29.79%
B 192 of 527 ~ 36.43'%

%33.78
%29.79
%36.43

CMYK color model

#B29DC0 color CMYK value is (7,18,0,25).

  • cyan value is 7.29%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (7,18,0,25) C7M18Y0K25 (7%,18%,0%,25%) (0.07/0.18/0.00/0.25) 

CMYK percentages

%7.29
%18.23
%0
%24.71

Codes

Color #B29DC0 in popluar color models

B2 9D C0
RGB 178 157 192
HSL 276° 21.74% 68.43%
HSB/HSV 276° 18.23% 75.29%
CMYK 7.29% 18.23% 0.00%
24.71%

Color #B29DC0 in popluar number systems.

HEX B2 9D C0
Decimal 178 157 192
Binary 10110010 10011101 11000000
Octal 262 235 300

Shades and tints

Shades of #B29DC0

#B29DC0
(178,157,192)
#A28FAF
(162,143,175)
#92819E
(146,129,158)
#82738D
(130,115,141)
#72657C
(114,101,124)
#62576B
(98,87,107)
#52495A
(82,73,90)
#423B49
(66,59,73)
#322D38
(50,45,56)
#221F27
(34,31,39)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #B29DC0

#B29DC0
(178,157,192)
#B9A5C5
(185,165,197)
#C0ADCA
(192,173,202)
#C7B5CF
(199,181,207)
#CEBDD4
(206,189,212)
#D5C5D9
(213,197,217)
#DCCDDE
(220,205,222)
#E3D5E3
(227,213,227)
#EADDE8
(234,221,232)
#F1E5ED
(241,229,237)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29DC0 color. Also use rgb(178,157,192) instead hex code.

Text Font Color

.myTextColor { color: #B29DC0; }

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

This text font color is #B29DC0.

Background Color

.myBgColor { background-color: #B29DC0; }

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

This div background color is #B29DC0.

Border color

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

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

This div border color is #B29DC0.

Opacity

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

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

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

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

This text has shadow with #B29DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29DC0.

Preview

Color preview on black background

This text has color #B29DC0 on black background.


Color preview on white background

This text has color #B29DC0 on white background.


Black color preview on #B29DC0 background

This text has black color on #B29DC0 background.


White color preview on #B29DC0 background

This text has white color on #B29DC0 background.


Related colors

Complementary color

Complementary color for #hex is #4D623F.


I love getcolorcode.com

Triadic colors

1 #C0B29D and #9DC0B2 with #B29DC0 are triadic colors.

2 #C09DB2 and #9DB2C0 with #B29DC0 are triadic colors.