COLOR #B49EC5

HEX: #B49EC5
RGB: (180,158,197)

Color info

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

RGB color model

#B49EC5 color RGB value is (180,158,197).

  • red value is 180;
  • green value is 158;
  • blue value is 197.
RGB: (180,158,197) (71%,62%,77%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 197 of 255 = 77%

180
158
197

R + G + B ~ 70%. #B49EC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 158 + 197 = 535 (100%)
R 180 of 535 ~ 33.64%
G 158 of 535 ~ 29.53%
B 197 of 535 ~ 36.82%

%33.64
%29.53
%36.82

CMYK color model

#B49EC5 color CMYK value is (9,20,0,23).

  • cyan value is 8.63%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (9,20,0,23) C9M20Y0K23 (9%,20%,0%,23%) (0.09/0.20/0.00/0.23)

CMYK percentages

%8.63
%19.8
%0
%22.75

Codes

Color #B49EC5 in popluar color models

B49EC5
RGB180158197
HSL274°25.16%69.61%
HSB/HSV274°19.80%77.25%
CMYK8.63%19.80%0.00%
22.75%

Color #B49EC5 in popluar number systems.

HEXB49EC5
Decimal180158197
Binary101101001001111011000101
Octal264236305

Shades and tints

Shades of #B49EC5

#B49EC5
(180,158,197)
#A490B4
(164,144,180)
#9482A3
(148,130,163)
#847492
(132,116,146)
#746681
(116,102,129)
#645870
(100,88,112)
#544A5F
(84,74,95)
#443C4E
(68,60,78)
#342E3D
(52,46,61)
#24202C
(36,32,44)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #B49EC5

#B49EC5
(180,158,197)
#BAA6CA
(186,166,202)
#C0AECF
(192,174,207)
#C6B6D4
(198,182,212)
#CCBED9
(204,190,217)
#D2C6DE
(210,198,222)
#D8CEE3
(216,206,227)
#DED6E8
(222,214,232)
#E4DEED
(228,222,237)
#EAE6F2
(234,230,242)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EC5; }

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

This text font color is #B49EC5.


Background Color

.myBgColor { background-color: #B49EC5; }

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

This div background color is #B49EC5.


Border color

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

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

This div border color is #B49EC5.


Opacity

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

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

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

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

This text has shadow with #B49EC5 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #B49EC5; -webkit-box-shadow:	1px 1px 3px 2px #B49EC5; box-shadow:	1px 1px 3px 2px #B49EC5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49EC5; -webkit-box-shadow: 1px 1px 3px 2px #B49EC5; box-shadow:1px 1px 3px 2px #B49EC5;">
Div content here</div>
This div box has shadow with color #B49EC5.

Preview

Color preview on black background

This text has color #B49EC5 on black background.


Color preview on white background

This text has color #B49EC5 on white background.



Black color preview on #B49EC5 background

This text has black color on #B49EC5 background.


White color preview on #B49EC5 background

This text has white color on #B49EC5 background.