COLOR #B49EAF

HEX: #B49EAF RGB: (180,158,175)

Color info

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

RGB color model

#B49EAF color RGB value is (180,158,175).

RGB: (180,158,175) (71%, 62%, 69%)

RGB channels and saturation

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

180
158
175

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

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 175 = 513 (100%)
R 180 of 513 ~ 35.09%
G 158 of 513 ~ 30.8%
B 175 of 513 ~ 34.11'%

%35.09
%30.8
%34.11

CMYK color model

#B49EAF color CMYK value is (0,12,3,29).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 2.78%
  • key color value is 29.41%

CMYK: (0,12,3,29)
C0M12Y3K29 (0%, 12%, 3%, 29%)
(0.00 / 0.12 / 0.03 / 0.29)

CMYK percentages

%0
%12.22
%2.78
%29.41

Codes

Color #B49EAF in popluar color models

B4 9E AF
RGB 180 158 175
HSL 314° 12.79% 66.27%
HSB/HSV 314° 12.22% 70.59%
CMYK 0.00% 12.22% 2.78%
29.41%

Color #B49EAF in popluar number systems.

HEX B4 9E AF
Decimal 180 158 175
Binary 10110100 10011110 10101111
Octal 264 236 257

Shades and tints

Shades of #B49EAF

#B49EAF
(180,158,175)
#A490A0
(164,144,160)
#948291
(148,130,145)
#847482
(132,116,130)
#746673
(116,102,115)
#645864
(100,88,100)
#544A55
(84,74,85)
#443C46
(68,60,70)
#342E37
(52,46,55)
#242028
(36,32,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #B49EAF

#B49EAF
(180,158,175)
#BAA6B6
(186,166,182)
#C0AEBD
(192,174,189)
#C6B6C4
(198,182,196)
#CCBECB
(204,190,203)
#D2C6D2
(210,198,210)
#D8CED9
(216,206,217)
#DED6E0
(222,214,224)
#E4DEE7
(228,222,231)
#EAE6EE
(234,230,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EAF; }

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

This text font color is #B49EAF.

Background Color

.myBgColor { background-color: #B49EAF; }

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

This div background color is #B49EAF.

Border color

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

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

This div border color is #B49EAF.

Opacity

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

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

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

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

This text has shadow with #B49EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49EAF.

Preview

Color preview on black background

This text has color #B49EAF on black background.


Color preview on white background

This text has color #B49EAF on white background.


Black color preview on #B49EAF background

This text has black color on #B49EAF background.


White color preview on #B49EAF background

This text has white color on #B49EAF background.


Related colors

Complementary color

Complementary color for #hex is #4B6150.


I love getcolorcode.com

Triadic colors

1 #AFB49E and #9EAFB4 with #B49EAF are triadic colors.

2 #AF9EB4 and #9EB4AF with #B49EAF are triadic colors.