COLOR #B49BBB

HEX: #B49BBB
RGB: (180,155,187)

Color info

#B49BBB contains red, green and blue colors in about the same proportion. Web safe color of #B49BBB is #CC99CC (or #C9C).

RGB color model

#B49BBB color RGB value is (180,155,187).

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

RGB channels and saturation

R 180 of 255 = 71%
G 155 of 255 = 61%
B 187 of 255 = 73%

180
155
187

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

Portions of RGB colors in percentages

R + G + B =
180 + 155 + 187 = 522 (100%)
R 180 of 522 ~ 34.48%
G 155 of 522 ~ 29.69%
B 187 of 522 ~ 35.82%

%34.48
%29.69
%35.82

CMYK color model

#B49BBB color CMYK value is (4,17,0,27).

  • cyan value is 3.74%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (4,17,0,27) C4M17Y0K27 (4%,17%,0%,27%) (0.04/0.17/0.00/0.27)

CMYK percentages

%3.74
%17.11
%0
%26.67

Codes

Color #B49BBB in popluar color models

B49BBB
RGB180155187
HSL287°19.05%67.06%
HSB/HSV287°17.11%73.33%
CMYK3.74%17.11%0.00%
26.67%

Color #B49BBB in popluar number systems.

HEXB49BBB
Decimal180155187
Binary101101001001101110111011
Octal264233273

Shades and tints

Shades of #B49BBB

#B49BBB
(180,155,187)
#A48DAA
(164,141,170)
#947F99
(148,127,153)
#847188
(132,113,136)
#746377
(116,99,119)
#645566
(100,85,102)
#544755
(84,71,85)
#443944
(68,57,68)
#342B33
(52,43,51)
#241D22
(36,29,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #B49BBB

#B49BBB
(180,155,187)
#BAA4C1
(186,164,193)
#C0ADC7
(192,173,199)
#C6B6CD
(198,182,205)
#CCBFD3
(204,191,211)
#D2C8D9
(210,200,217)
#D8D1DF
(216,209,223)
#DEDAE5
(222,218,229)
#E4E3EB
(228,227,235)
#EAECF1
(234,236,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49BBB; }

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

This text font color is #B49BBB.


Background Color

.myBgColor { background-color: #B49BBB; }

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

This div background color is #B49BBB.


Border color

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

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

This div border color is #B49BBB.


Opacity

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

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

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

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

This text has shadow with #B49BBB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B49BBB on black background.


Color preview on white background

This text has color #B49BBB on white background.



Black color preview on #B49BBB background

This text has black color on #B49BBB background.


White color preview on #B49BBB background

This text has white color on #B49BBB background.