COLOR #B29BB5

HEX: #B29BB5
RGB: (178,155,181)

Color info

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

RGB color model

#B29BB5 color RGB value is (178,155,181).

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

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 181 of 255 = 71%

178
155
181

R + G + B ~ 67%. #B29BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 181 = 514 (100%)
R 178 of 514 ~ 34.63%
G 155 of 514 ~ 30.16%
B 181 of 514 ~ 35.21%

%34.63
%30.16
%35.21

CMYK color model

#B29BB5 color CMYK value is (2,14,0,29).

  • cyan value is 1.66%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (2,14,0,29) C2M14Y0K29 (2%,14%,0%,29%) (0.02/0.14/0.00/0.29)

CMYK percentages

%1.66
%14.36
%0
%29.02

Codes

Color #B29BB5 in popluar color models

B29BB5
RGB178155181
HSL293°14.94%65.88%
HSB/HSV293°14.36%70.98%
CMYK1.66%14.36%0.00%
29.02%

Color #B29BB5 in popluar number systems.

HEXB29BB5
Decimal178155181
Binary101100101001101110110101
Octal262233265

Shades and tints

Shades of #B29BB5

#B29BB5
(178,155,181)
#A28DA5
(162,141,165)
#927F95
(146,127,149)
#827185
(130,113,133)
#726375
(114,99,117)
#625565
(98,85,101)
#524755
(82,71,85)
#423945
(66,57,69)
#322B35
(50,43,53)
#221D25
(34,29,37)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #B29BB5

#B29BB5
(178,155,181)
#B9A4BB
(185,164,187)
#C0ADC1
(192,173,193)
#C7B6C7
(199,182,199)
#CEBFCD
(206,191,205)
#D5C8D3
(213,200,211)
#DCD1D9
(220,209,217)
#E3DADF
(227,218,223)
#EAE3E5
(234,227,229)
#F1ECEB
(241,236,235)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29BB5; }

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

This text font color is #B29BB5.


Background Color

.myBgColor { background-color: #B29BB5; }

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

This div background color is #B29BB5.


Border color

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

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

This div border color is #B29BB5.


Opacity

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

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

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

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

This text has shadow with #B29BB5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B29BB5 on black background.


Color preview on white background

This text has color #B29BB5 on white background.



Black color preview on #B29BB5 background

This text has black color on #B29BB5 background.


White color preview on #B29BB5 background

This text has white color on #B29BB5 background.