COLOR #B49EAD

HEX: #B49EAD RGB: (180,158,173)

Color info

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

RGB color model

#B49EAD color RGB value is (180,158,173).

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

RGB channels and saturation

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

180
158
173

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

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 173 = 511 (100%)
R 180 of 511 ~ 35.23%
G 158 of 511 ~ 30.92%
B 173 of 511 ~ 33.86'%

%35.23
%30.92
%33.86

CMYK color model

#B49EAD color CMYK value is (0,12,4,29).

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

CMYK: (0,12,4,29)
C0M12Y4K29 (0%, 12%, 4%, 29%)
(0.00 / 0.12 / 0.04 / 0.29)

CMYK percentages

%0
%12.22
%3.89
%29.41

Codes

Color #B49EAD in popluar color models

B4 9E AD
RGB 180 158 173
HSL 319° 12.79% 66.27%
HSB/HSV 319° 12.22% 70.59%
CMYK 0.00% 12.22% 3.89%
29.41%

Color #B49EAD in popluar number systems.

HEX B4 9E AD
Decimal 180 158 173
Binary 10110100 10011110 10101101
Octal 264 236 255

Shades and tints

Shades of #B49EAD

#B49EAD
(180,158,173)
#A4909E
(164,144,158)
#94828F
(148,130,143)
#847480
(132,116,128)
#746671
(116,102,113)
#645862
(100,88,98)
#544A53
(84,74,83)
#443C44
(68,60,68)
#342E35
(52,46,53)
#242026
(36,32,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #B49EAD

#B49EAD
(180,158,173)
#BAA6B4
(186,166,180)
#C0AEBB
(192,174,187)
#C6B6C2
(198,182,194)
#CCBEC9
(204,190,201)
#D2C6D0
(210,198,208)
#D8CED7
(216,206,215)
#DED6DE
(222,214,222)
#E4DEE5
(228,222,229)
#EAE6EC
(234,230,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EAD; }

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

This text font color is #B49EAD.

Background Color

.myBgColor { background-color: #B49EAD; }

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

This div background color is #B49EAD.

Border color

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

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

This div border color is #B49EAD.

Opacity

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

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

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

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

This text has shadow with #B49EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49EAD.

Preview

Color preview on black background

This text has color #B49EAD on black background.


Color preview on white background

This text has color #B49EAD on white background.


Black color preview on #B49EAD background

This text has black color on #B49EAD background.


White color preview on #B49EAD background

This text has white color on #B49EAD background.


Related colors

Complementary color

Complementary color for #hex is #4B6152.


I love getcolorcode.com

Triadic colors

1 #ADB49E and #9EADB4 with #B49EAD are triadic colors.

2 #AD9EB4 and #9EB4AD with #B49EAD are triadic colors.