COLOR #B48EBF

HEX: #B48EBF
RGB: (180,142,191)

Color info

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

RGB color model

#B48EBF color RGB value is (180,142,191).

  • red value is 180;
  • green value is 142;
  • blue value is 191.
RGB:
(180,142,191)
(71%,56%,75%)

RGB channels and saturation

R 180 of 255 = 71%
G 142 of 255 = 56%
B 191 of 255 = 75%

180
142
191

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

Portions of RGB colors in percentages

R + G + B =
180 + 142 + 191 = 513 (100%)
R 180 of 513 ~ 35.09%
G 142 of 513 ~ 27.68%
B 191 of 513 ~ 37.23%

%35.09
%27.68
%37.23

CMYK color model

#B48EBF color CMYK value is (6,26,0,25).

  • cyan value is 5.76%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,26,0,25)
C6M26Y0K25 
(6%,26%,0%,25%)
(0.06/0.26/0.00/0.25)	

CMYK percentages

%5.76
%25.65
%0
%25.1

Codes

Color #B48EBF in popluar color models

B48EBF
RGB180142191
HSL287°27.68%65.29%
HSB/HSV287°25.65%74.90%
CMYK5.76%25.65%0.00%
25.10%

Color #B48EBF in popluar number systems.

HEXB48EBF
Decimal180142191
Binary101101001000111010111111
Octal264216277

Shades and tints

Shades of #B48EBF

#B48EBF
(180,142,191)
#A482AE
(164,130,174)
#94769D
(148,118,157)
#846A8C
(132,106,140)
#745E7B
(116,94,123)
#64526A
(100,82,106)
#544659
(84,70,89)
#443A48
(68,58,72)
#342E37
(52,46,55)
#242226
(36,34,38)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #B48EBF

#B48EBF
(180,142,191)
#BA98C4
(186,152,196)
#C0A2C9
(192,162,201)
#C6ACCE
(198,172,206)
#CCB6D3
(204,182,211)
#D2C0D8
(210,192,216)
#D8CADD
(216,202,221)
#DED4E2
(222,212,226)
#E4DEE7
(228,222,231)
#EAE8EC
(234,232,236)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48EBF color. Also use rgb(180,142,191) instead hex code.

Text Font Color

.myTextColor { color: #B48EBF; }

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

This text font color is #B48EBF.


Background Color

.myBgColor { background-color: #B48EBF; }

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

This div background color is #B48EBF.


Border color

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

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

This div border color is #B48EBF.


Opacity

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

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

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

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

This text has shadow with #B48EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48EBF on black background.


Color preview on white background

This text has color #B48EBF on white background.



Black color preview on #B48EBF background

This text has black color on #B48EBF background.


White color preview on #B48EBF background

This text has white color on #B48EBF background.