COLOR #B29CAE

HEX: #B29CAE
RGB: (178,156,174)

Color info

#B29CAE contains red, green and blue colors in about the same proportion. Web safe color of #B29CAE is #999999 (or #999).

RGB color model

#B29CAE color RGB value is (178,156,174).

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

RGB channels and saturation

R 178 of 255 = 70%
G 156 of 255 = 61%
B 174 of 255 = 68%

178
156
174

R + G + B ~ 66%. #B29CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 156 + 174 = 508 (100%)
R 178 of 508 ~ 35.04%
G 156 of 508 ~ 30.71%
B 174 of 508 ~ 34.25%

%35.04
%30.71
%34.25

CMYK color model

#B29CAE color CMYK value is (0,12,2,30).

  • cyan value is 0.00%
  • magenta value is 12.36%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(0,12,2,30)
C0M12Y2K30 
(0%,12%,2%,30%)
(0.00/0.12/0.02/0.30)	

CMYK percentages

%0
%12.36
%2.25
%30.2

Codes

Color #B29CAE in popluar color models

B29CAE
RGB178156174
HSL311°12.50%65.49%
HSB/HSV311°12.36%69.80%
CMYK0.00%12.36%2.25%
30.20%

Color #B29CAE in popluar number systems.

HEXB29CAE
Decimal178156174
Binary101100101001110010101110
Octal262234256

Shades and tints

Shades of #B29CAE

#B29CAE
(178,156,174)
#A28E9F
(162,142,159)
#928090
(146,128,144)
#827281
(130,114,129)
#726472
(114,100,114)
#625663
(98,86,99)
#524854
(82,72,84)
#423A45
(66,58,69)
#322C36
(50,44,54)
#221E27
(34,30,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #B29CAE

#B29CAE
(178,156,174)
#B9A5B5
(185,165,181)
#C0AEBC
(192,174,188)
#C7B7C3
(199,183,195)
#CEC0CA
(206,192,202)
#D5C9D1
(213,201,209)
#DCD2D8
(220,210,216)
#E3DBDF
(227,219,223)
#EAE4E6
(234,228,230)
#F1EDED
(241,237,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29CAE; }

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

This text font color is #B29CAE.


Background Color

.myBgColor { background-color: #B29CAE; }

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

This div background color is #B29CAE.


Border color

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

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

This div border color is #B29CAE.


Opacity

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

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

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

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

This text has shadow with #B29CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29CAE on black background.


Color preview on white background

This text has color #B29CAE on white background.



Black color preview on #B29CAE background

This text has black color on #B29CAE background.


White color preview on #B29CAE background

This text has white color on #B29CAE background.