COLOR #B49EAE

HEX: #B49EAE RGB: (180,158,174)

Color info

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

RGB color model

#B49EAE color RGB value is (180,158,174).

RGB: (180,158,174) (71%, 62%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 174 of 255 = 68%

180
158
174

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

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 174 = 512 (100%)
R 180 of 512 ~ 35.16%
G 158 of 512 ~ 30.86%
B 174 of 512 ~ 33.98'%

%35.16
%30.86
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 3.33%
  • 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
%3.33
%29.41

Codes

Color #B49EAE in popluar color models

B4 9E AE
RGB 180 158 174
HSL 316° 12.79% 66.27%
HSB/HSV 316° 12.22% 70.59%
CMYK 0.00% 12.22% 3.33%
29.41%

Color #B49EAE in popluar number systems.

HEX B4 9E AE
Decimal 180 158 174
Binary 10110100 10011110 10101110
Octal 264 236 256

Shades and tints

Shades of #B49EAE

#B49EAE
(180,158,174)
#A4909F
(164,144,159)
#948290
(148,130,144)
#847481
(132,116,129)
#746672
(116,102,114)
#645863
(100,88,99)
#544A54
(84,74,84)
#443C45
(68,60,69)
#342E36
(52,46,54)
#242027
(36,32,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B49EAE

#B49EAE
(180,158,174)
#BAA6B5
(186,166,181)
#C0AEBC
(192,174,188)
#C6B6C3
(198,182,195)
#CCBECA
(204,190,202)
#D2C6D1
(210,198,209)
#D8CED8
(216,206,216)
#DED6DF
(222,214,223)
#E4DEE6
(228,222,230)
#EAE6ED
(234,230,237)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EAE; }

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

This text font color is #B49EAE.

Background Color

.myBgColor { background-color: #B49EAE; }

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

This div background color is #B49EAE.

Border color

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

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

This div border color is #B49EAE.

Opacity

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

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

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

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

This text has shadow with #B49EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49EAE.

Preview

Color preview on black background

This text has color #B49EAE on black background.


Color preview on white background

This text has color #B49EAE on white background.


Black color preview on #B49EAE background

This text has black color on #B49EAE background.


White color preview on #B49EAE background

This text has white color on #B49EAE background.


Related colors

Complementary color

Complementary color for #hex is #4B6151.


I love getcolorcode.com

Triadic colors

1 #AEB49E and #9EAEB4 with #B49EAE are triadic colors.

2 #AE9EB4 and #9EB4AE with #B49EAE are triadic colors.