COLOR #B29CC6

HEX: #B29CC6
RGB: (178,156,198)

Color info

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

RGB color model

#B29CC6 color RGB value is (178,156,198).

  • red value is 178;
  • green value is 156;
  • blue value is 198.
RGB:
(178,156,198)
(70%,61%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 156 of 255 = 61%
B 198 of 255 = 78%

178
156
198

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

Portions of RGB colors in percentages

R + G + B =
178 + 156 + 198 = 532 (100%)
R 178 of 532 ~ 33.46%
G 156 of 532 ~ 29.32%
B 198 of 532 ~ 37.22%

%33.46
%29.32
%37.22

CMYK color model

#B29CC6 color CMYK value is (10,21,0,22).

  • cyan value is 10.10%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,21,0,22)
C10M21Y0K22 
(10%,21%,0%,22%)
(0.10/0.21/0.00/0.22)	

CMYK percentages

%10.1
%21.21
%0
%22.35

Codes

Color #B29CC6 in popluar color models

B29CC6
RGB178156198
HSL271°26.92%69.41%
HSB/HSV271°21.21%77.65%
CMYK10.10%21.21%0.00%
22.35%

Color #B29CC6 in popluar number systems.

HEXB29CC6
Decimal178156198
Binary101100101001110011000110
Octal262234306

Shades and tints

Shades of #B29CC6

#B29CC6
(178,156,198)
#A28EB4
(162,142,180)
#9280A2
(146,128,162)
#827290
(130,114,144)
#72647E
(114,100,126)
#62566C
(98,86,108)
#52485A
(82,72,90)
#423A48
(66,58,72)
#322C36
(50,44,54)
#221E24
(34,30,36)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #B29CC6

#B29CC6
(178,156,198)
#B9A5CB
(185,165,203)
#C0AED0
(192,174,208)
#C7B7D5
(199,183,213)
#CEC0DA
(206,192,218)
#D5C9DF
(213,201,223)
#DCD2E4
(220,210,228)
#E3DBE9
(227,219,233)
#EAE4EE
(234,228,238)
#F1EDF3
(241,237,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29CC6; }

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

This text font color is #B29CC6.


Background Color

.myBgColor { background-color: #B29CC6; }

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

This div background color is #B29CC6.


Border color

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

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

This div border color is #B29CC6.


Opacity

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

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

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

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

This text has shadow with #B29CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29CC6 on black background.


Color preview on white background

This text has color #B29CC6 on white background.



Black color preview on #B29CC6 background

This text has black color on #B29CC6 background.


White color preview on #B29CC6 background

This text has white color on #B29CC6 background.