COLOR #B49EBD

HEX: #B49EBD RGB: (180,158,189)

Color info

#B49EBD contains red, green and blue colors in about the same proportion. Web safe color of #B49EBD is #CC99CC (or #C9C).

RGB color model

#B49EBD color RGB value is (180,158,189).

RGB: (180,158,189) (71%, 62%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 189 of 255 = 74%

180
158
189

R + G + B ~ 69%. #B49EBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 189 = 527 (100%)
R 180 of 527 ~ 34.16%
G 158 of 527 ~ 29.98%
B 189 of 527 ~ 35.86'%

%34.16
%29.98
%35.86

CMYK color model

#B49EBD color CMYK value is (5,16,0,26).

  • cyan value is 4.76%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (5,16,0,26)
C5M16Y0K26 (5%, 16%, 0%, 26%)
(0.05 / 0.16 / 0.00 / 0.26)

CMYK percentages

%4.76
%16.4
%0
%25.88

Codes

Color #B49EBD in popluar color models

B4 9E BD
RGB 180 158 189
HSL 283° 19.02% 68.04%
HSB/HSV 283° 16.40% 74.12%
CMYK 4.76% 16.40% 0.00%
25.88%

Color #B49EBD in popluar number systems.

HEX B4 9E BD
Decimal 180 158 189
Binary 10110100 10011110 10111101
Octal 264 236 275

Shades and tints

Shades of #B49EBD

#B49EBD
(180,158,189)
#A490AC
(164,144,172)
#94829B
(148,130,155)
#84748A
(132,116,138)
#746679
(116,102,121)
#645868
(100,88,104)
#544A57
(84,74,87)
#443C46
(68,60,70)
#342E35
(52,46,53)
#242024
(36,32,36)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B49EBD

#B49EBD
(180,158,189)
#BAA6C3
(186,166,195)
#C0AEC9
(192,174,201)
#C6B6CF
(198,182,207)
#CCBED5
(204,190,213)
#D2C6DB
(210,198,219)
#D8CEE1
(216,206,225)
#DED6E7
(222,214,231)
#E4DEED
(228,222,237)
#EAE6F3
(234,230,243)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EBD; }

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

This text font color is #B49EBD.

Background Color

.myBgColor { background-color: #B49EBD; }

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

This div background color is #B49EBD.

Border color

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

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

This div border color is #B49EBD.

Opacity

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

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

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

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

This text has shadow with #B49EBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49EBD.

Preview

Color preview on black background

This text has color #B49EBD on black background.


Color preview on white background

This text has color #B49EBD on white background.


Black color preview on #B49EBD background

This text has black color on #B49EBD background.


White color preview on #B49EBD background

This text has white color on #B49EBD background.


Related colors

Complementary color

Complementary color for #hex is #4B6142.


I love getcolorcode.com

Triadic colors

1 #BDB49E and #9EBDB4 with #B49EBD are triadic colors.

2 #BD9EB4 and #9EB4BD with #B49EBD are triadic colors.