COLOR #B18EB4

HEX: #B18EB4
RGB: (177,142,180)

Color info

#B18EB4 contains red, green and blue colors in about the same proportion. Web safe color of #B18EB4 is #9999CC (or #99C).

RGB color model

#B18EB4 color RGB value is (177,142,180).

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

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 180 of 255 = 71%

177
142
180

R + G + B ~ 65%. #B18EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 180 = 499 (100%)
R 177 of 499 ~ 35.47%
G 142 of 499 ~ 28.46%
B 180 of 499 ~ 36.07%

%35.47
%28.46
%36.07

CMYK color model

#B18EB4 color CMYK value is (2,21,0,29).

  • cyan value is 1.67%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(2,21,0,29)
C2M21Y0K29 
(2%,21%,0%,29%)
(0.02/0.21/0.00/0.29)	

CMYK percentages

%1.67
%21.11
%0
%29.41

Codes

Color #B18EB4 in popluar color models

B18EB4
RGB177142180
HSL295°20.21%63.14%
HSB/HSV295°21.11%70.59%
CMYK1.67%21.11%0.00%
29.41%

Color #B18EB4 in popluar number systems.

HEXB18EB4
Decimal177142180
Binary101100011000111010110100
Octal261216264

Shades and tints

Shades of #B18EB4

#B18EB4
(177,142,180)
#A182A4
(161,130,164)
#917694
(145,118,148)
#816A84
(129,106,132)
#715E74
(113,94,116)
#615264
(97,82,100)
#514654
(81,70,84)
#413A44
(65,58,68)
#312E34
(49,46,52)
#212224
(33,34,36)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #B18EB4

#B18EB4
(177,142,180)
#B898BA
(184,152,186)
#BFA2C0
(191,162,192)
#C6ACC6
(198,172,198)
#CDB6CC
(205,182,204)
#D4C0D2
(212,192,210)
#DBCAD8
(219,202,216)
#E2D4DE
(226,212,222)
#E9DEE4
(233,222,228)
#F0E8EA
(240,232,234)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18EB4; }

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

This text font color is #B18EB4.


Background Color

.myBgColor { background-color: #B18EB4; }

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

This div background color is #B18EB4.


Border color

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

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

This div border color is #B18EB4.


Opacity

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

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

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

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

This text has shadow with #B18EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18EB4 on black background.


Color preview on white background

This text has color #B18EB4 on white background.



Black color preview on #B18EB4 background

This text has black color on #B18EB4 background.


White color preview on #B18EB4 background

This text has white color on #B18EB4 background.