COLOR #B49EDE

HEX: #B49EDE RGB: (180,158,222)

Color info

#B49EDE contains mainly red and blue colors. Web safe color of #B49EDE is #CC99CC (or #C9C).

RGB color model

#B49EDE color RGB value is (180,158,222).

RGB: (180,158,222) (71%, 62%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 222 of 255 = 87%

180
158
222

R + G + B ~ 73%. #B49EDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 222 = 560 (100%)
R 180 of 560 ~ 32.14%
G 158 of 560 ~ 28.21%
B 222 of 560 ~ 39.64'%

%32.14
%28.21
%39.64

CMYK color model

#B49EDE color CMYK value is (19,29,0,13).

  • cyan value is 18.92%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (19,29,0,13)
C19M29Y0K13 (19%, 29%, 0%, 13%)
(0.19 / 0.29 / 0.00 / 0.13)

CMYK percentages

%18.92
%28.83
%0
%12.94

Codes

Color #B49EDE in popluar color models

B4 9E DE
RGB 180 158 222
HSL 261° 49.23% 74.51%
HSB/HSV 261° 28.83% 87.06%
CMYK 18.92% 28.83% 0.00%
12.94%

Color #B49EDE in popluar number systems.

HEX B4 9E DE
Decimal 180 158 222
Binary 10110100 10011110 11011110
Octal 264 236 336

Shades and tints

Shades of #B49EDE

#B49EDE
(180,158,222)
#A490CA
(164,144,202)
#9482B6
(148,130,182)
#8474A2
(132,116,162)
#74668E
(116,102,142)
#64587A
(100,88,122)
#544A66
(84,74,102)
#443C52
(68,60,82)
#342E3E
(52,46,62)
#24202A
(36,32,42)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B49EDE

#B49EDE
(180,158,222)
#BAA6E1
(186,166,225)
#C0AEE4
(192,174,228)
#C6B6E7
(198,182,231)
#CCBEEA
(204,190,234)
#D2C6ED
(210,198,237)
#D8CEF0
(216,206,240)
#DED6F3
(222,214,243)
#E4DEF6
(228,222,246)
#EAE6F9
(234,230,249)
#F0EEFC
(240,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EDE; }

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

This text font color is #B49EDE.

Background Color

.myBgColor { background-color: #B49EDE; }

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

This div background color is #B49EDE.

Border color

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

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

This div border color is #B49EDE.

Opacity

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

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

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

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

This text has shadow with #B49EDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49EDE.

Preview

Color preview on black background

This text has color #B49EDE on black background.


Color preview on white background

This text has color #B49EDE on white background.


Black color preview on #B49EDE background

This text has black color on #B49EDE background.


White color preview on #B49EDE background

This text has white color on #B49EDE background.


Related colors

Complementary color

Complementary color for #hex is #4B6121.


I love getcolorcode.com

Triadic colors

1 #DEB49E and #9EDEB4 with #B49EDE are triadic colors.

2 #DE9EB4 and #9EB4DE with #B49EDE are triadic colors.