COLOR #B49DA6

HEX: #B49DA6
RGB: (180,157,166)

Color info

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

RGB color model

#B49DA6 color RGB value is (180,157,166).

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

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 166 of 255 = 65%

180
157
166

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

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 166 = 503 (100%)
R 180 of 503 ~ 35.79%
G 157 of 503 ~ 31.21%
B 166 of 503 ~ 33%

%35.79
%31.21
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 7.78%
  • key color value is 29.41%
CMYK:
(0,13,8,29)
C0M13Y8K29 
(0%,13%,8%,29%)
(0.00/0.13/0.08/0.29)	

CMYK percentages

%0
%12.78
%7.78
%29.41

Codes

Color #B49DA6 in popluar color models

B49DA6
RGB180157166
HSL337°13.29%66.08%
HSB/HSV337°12.78%70.59%
CMYK0.00%12.78%7.78%
29.41%

Color #B49DA6 in popluar number systems.

HEXB49DA6
Decimal180157166
Binary101101001001110110100110
Octal264235246

Shades and tints

Shades of #B49DA6

#B49DA6
(180,157,166)
#A48F97
(164,143,151)
#948188
(148,129,136)
#847379
(132,115,121)
#74656A
(116,101,106)
#64575B
(100,87,91)
#54494C
(84,73,76)
#443B3D
(68,59,61)
#342D2E
(52,45,46)
#241F1F
(36,31,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #B49DA6

#B49DA6
(180,157,166)
#BAA5AE
(186,165,174)
#C0ADB6
(192,173,182)
#C6B5BE
(198,181,190)
#CCBDC6
(204,189,198)
#D2C5CE
(210,197,206)
#D8CDD6
(216,205,214)
#DED5DE
(222,213,222)
#E4DDE6
(228,221,230)
#EAE5EE
(234,229,238)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DA6; }

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

This text font color is #B49DA6.


Background Color

.myBgColor { background-color: #B49DA6; }

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

This div background color is #B49DA6.


Border color

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

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

This div border color is #B49DA6.


Opacity

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

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

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

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

This text has shadow with #B49DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DA6 on black background.


Color preview on white background

This text has color #B49DA6 on white background.



Black color preview on #B49DA6 background

This text has black color on #B49DA6 background.


White color preview on #B49DA6 background

This text has white color on #B49DA6 background.