COLOR #B29DC7

HEX: #B29DC7
RGB: (178,157,199)

Color info

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

RGB color model

#B29DC7 color RGB value is (178,157,199).

  • red value is 178;
  • green value is 157;
  • blue value is 199.
RGB:
(178,157,199)
(70%,62%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 199 of 255 = 78%

178
157
199

R + G + B ~ 70%. #B29DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 199 = 534 (100%)
R 178 of 534 ~ 33.33%
G 157 of 534 ~ 29.4%
B 199 of 534 ~ 37.27%

%33.33
%29.4
%37.27

CMYK color model

#B29DC7 color CMYK value is (11,21,0,22).

  • cyan value is 10.55%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(11,21,0,22)
C11M21Y0K22 
(11%,21%,0%,22%)
(0.11/0.21/0.00/0.22)	

CMYK percentages

%10.55
%21.11
%0
%21.96

Codes

Color #B29DC7 in popluar color models

B29DC7
RGB178157199
HSL270°27.27%69.80%
HSB/HSV270°21.11%78.04%
CMYK10.55%21.11%0.00%
21.96%

Color #B29DC7 in popluar number systems.

HEXB29DC7
Decimal178157199
Binary101100101001110111000111
Octal262235307

Shades and tints

Shades of #B29DC7

#B29DC7
(178,157,199)
#A28FB5
(162,143,181)
#9281A3
(146,129,163)
#827391
(130,115,145)
#72657F
(114,101,127)
#62576D
(98,87,109)
#52495B
(82,73,91)
#423B49
(66,59,73)
#322D37
(50,45,55)
#221F25
(34,31,37)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #B29DC7

#B29DC7
(178,157,199)
#B9A5CC
(185,165,204)
#C0ADD1
(192,173,209)
#C7B5D6
(199,181,214)
#CEBDDB
(206,189,219)
#D5C5E0
(213,197,224)
#DCCDE5
(220,205,229)
#E3D5EA
(227,213,234)
#EADDEF
(234,221,239)
#F1E5F4
(241,229,244)
#F8EDF9
(248,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29DC7; }

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

This text font color is #B29DC7.


Background Color

.myBgColor { background-color: #B29DC7; }

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

This div background color is #B29DC7.


Border color

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

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

This div border color is #B29DC7.


Opacity

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

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

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

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

This text has shadow with #B29DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29DC7 on black background.


Color preview on white background

This text has color #B29DC7 on white background.



Black color preview on #B29DC7 background

This text has black color on #B29DC7 background.


White color preview on #B29DC7 background

This text has white color on #B29DC7 background.