COLOR #B49DAF

HEX: #B49DAF
RGB: (180,157,175)

Color info

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

RGB color model

#B49DAF color RGB value is (180,157,175).

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

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 175 of 255 = 69%

180
157
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 175 = 512 (100%)
R 180 of 512 ~ 35.16%
G 157 of 512 ~ 30.66%
B 175 of 512 ~ 34.18%

%35.16
%30.66
%34.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(0,13,3,29)
C0M13Y3K29 
(0%,13%,3%,29%)
(0.00/0.13/0.03/0.29)	

CMYK percentages

%0
%12.78
%2.78
%29.41

Codes

Color #B49DAF in popluar color models

B49DAF
RGB180157175
HSL313°13.29%66.08%
HSB/HSV313°12.78%70.59%
CMYK0.00%12.78%2.78%
29.41%

Color #B49DAF in popluar number systems.

HEXB49DAF
Decimal180157175
Binary101101001001110110101111
Octal264235257

Shades and tints

Shades of #B49DAF

#B49DAF
(180,157,175)
#A48FA0
(164,143,160)
#948191
(148,129,145)
#847382
(132,115,130)
#746573
(116,101,115)
#645764
(100,87,100)
#544955
(84,73,85)
#443B46
(68,59,70)
#342D37
(52,45,55)
#241F28
(36,31,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B49DAF

#B49DAF
(180,157,175)
#BAA5B6
(186,165,182)
#C0ADBD
(192,173,189)
#C6B5C4
(198,181,196)
#CCBDCB
(204,189,203)
#D2C5D2
(210,197,210)
#D8CDD9
(216,205,217)
#DED5E0
(222,213,224)
#E4DDE7
(228,221,231)
#EAE5EE
(234,229,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DAF; }

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

This text font color is #B49DAF.


Background Color

.myBgColor { background-color: #B49DAF; }

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

This div background color is #B49DAF.


Border color

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

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

This div border color is #B49DAF.


Opacity

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

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

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

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

This text has shadow with #B49DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DAF on black background.


Color preview on white background

This text has color #B49DAF on white background.



Black color preview on #B49DAF background

This text has black color on #B49DAF background.


White color preview on #B49DAF background

This text has white color on #B49DAF background.