COLOR #B29BBB

HEX: #B29BBB
RGB: (178,155,187)

Color info

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

RGB color model

#B29BBB color RGB value is (178,155,187).

  • red value is 178;
  • green value is 155;
  • blue value is 187.
RGB:
(178,155,187)
(70%,61%,73%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 187 of 255 = 73%

178
155
187

R + G + B ~ 68%. #B29BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 187 = 520 (100%)
R 178 of 520 ~ 34.23%
G 155 of 520 ~ 29.81%
B 187 of 520 ~ 35.96%

%34.23
%29.81
%35.96

CMYK color model

#B29BBB color CMYK value is (5,17,0,27).

  • cyan value is 4.81%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,17,0,27)
C5M17Y0K27 
(5%,17%,0%,27%)
(0.05/0.17/0.00/0.27)	

CMYK percentages

%4.81
%17.11
%0
%26.67

Codes

Color #B29BBB in popluar color models

B29BBB
RGB178155187
HSL283°19.05%67.06%
HSB/HSV283°17.11%73.33%
CMYK4.81%17.11%0.00%
26.67%

Color #B29BBB in popluar number systems.

HEXB29BBB
Decimal178155187
Binary101100101001101110111011
Octal262233273

Shades and tints

Shades of #B29BBB

#B29BBB
(178,155,187)
#A28DAA
(162,141,170)
#927F99
(146,127,153)
#827188
(130,113,136)
#726377
(114,99,119)
#625566
(98,85,102)
#524755
(82,71,85)
#423944
(66,57,68)
#322B33
(50,43,51)
#221D22
(34,29,34)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #B29BBB

#B29BBB
(178,155,187)
#B9A4C1
(185,164,193)
#C0ADC7
(192,173,199)
#C7B6CD
(199,182,205)
#CEBFD3
(206,191,211)
#D5C8D9
(213,200,217)
#DCD1DF
(220,209,223)
#E3DAE5
(227,218,229)
#EAE3EB
(234,227,235)
#F1ECF1
(241,236,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29BBB color. Also use rgb(178,155,187) instead hex code.

Text Font Color

.myTextColor { color: #B29BBB; }

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

This text font color is #B29BBB.


Background Color

.myBgColor { background-color: #B29BBB; }

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

This div background color is #B29BBB.


Border color

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

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

This div border color is #B29BBB.


Opacity

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

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

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

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

This text has shadow with #B29BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29BBB on black background.


Color preview on white background

This text has color #B29BBB on white background.



Black color preview on #B29BBB background

This text has black color on #B29BBB background.


White color preview on #B29BBB background

This text has white color on #B29BBB background.