COLOR #B49D9C

HEX: #B49D9C
RGB: (180,157,156)

Color info

#B49D9C contains red, green and blue colors in about the same proportion. Web safe color of #B49D9C is #CC9999 (or #C99).

RGB color model

#B49D9C color RGB value is (180,157,156).

  • red value is 180;
  • green value is 157;
  • blue value is 156.
RGB:
(180,157,156)
(71%,62%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 156 of 255 = 61%

180
157
156

R + G + B ~ 65%. #B49D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 156 = 493 (100%)
R 180 of 493 ~ 36.51%
G 157 of 493 ~ 31.85%
B 156 of 493 ~ 31.64%

%36.51
%31.85
%31.64

CMYK color model

#B49D9C color CMYK value is (0,13,13,29).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 13.33%
  • key color value is 29.41%
CMYK:
(0,13,13,29)
C0M13Y13K29 
(0%,13%,13%,29%)
(0.00/0.13/0.13/0.29)	

CMYK percentages

%0
%12.78
%13.33
%29.41

Codes

Color #B49D9C in popluar color models

B49D9C
RGB180157156
HSL13.79%65.88%
HSB/HSV13.33%70.59%
CMYK0.00%12.78%13.33%
29.41%

Color #B49D9C in popluar number systems.

HEXB49D9C
Decimal180157156
Binary101101001001110110011100
Octal264235234

Shades and tints

Shades of #B49D9C

#B49D9C
(180,157,156)
#A48F8E
(164,143,142)
#948180
(148,129,128)
#847372
(132,115,114)
#746564
(116,101,100)
#645756
(100,87,86)
#544948
(84,73,72)
#443B3A
(68,59,58)
#342D2C
(52,45,44)
#241F1E
(36,31,30)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #B49D9C

#B49D9C
(180,157,156)
#BAA5A5
(186,165,165)
#C0ADAE
(192,173,174)
#C6B5B7
(198,181,183)
#CCBDC0
(204,189,192)
#D2C5C9
(210,197,201)
#D8CDD2
(216,205,210)
#DED5DB
(222,213,219)
#E4DDE4
(228,221,228)
#EAE5ED
(234,229,237)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49D9C color. Also use rgb(180,157,156) instead hex code.

Text Font Color

.myTextColor { color: #B49D9C; }

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

This text font color is #B49D9C.


Background Color

.myBgColor { background-color: #B49D9C; }

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

This div background color is #B49D9C.


Border color

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

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

This div border color is #B49D9C.


Opacity

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

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

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

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

This text has shadow with #B49D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49D9C on black background.


Color preview on white background

This text has color #B49D9C on white background.



Black color preview on #B49D9C background

This text has black color on #B49D9C background.


White color preview on #B49D9C background

This text has white color on #B49D9C background.