COLOR #B18EC0

HEX: #B18EC0
RGB: (177,142,192)

Color info

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

RGB color model

#B18EC0 color RGB value is (177,142,192).

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

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 192 of 255 = 75%

177
142
192

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

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 192 = 511 (100%)
R 177 of 511 ~ 34.64%
G 142 of 511 ~ 27.79%
B 192 of 511 ~ 37.57%

%34.64
%27.79
%37.57

CMYK color model

#B18EC0 color CMYK value is (8,26,0,25).

  • cyan value is 7.81%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(8,26,0,25)
C8M26Y0K25 
(8%,26%,0%,25%)
(0.08/0.26/0.00/0.25)	

CMYK percentages

%7.81
%26.04
%0
%24.71

Codes

Color #B18EC0 in popluar color models

B18EC0
RGB177142192
HSL282°28.41%65.49%
HSB/HSV282°26.04%75.29%
CMYK7.81%26.04%0.00%
24.71%

Color #B18EC0 in popluar number systems.

HEXB18EC0
Decimal177142192
Binary101100011000111011000000
Octal261216300

Shades and tints

Shades of #B18EC0

#B18EC0
(177,142,192)
#A182AF
(161,130,175)
#91769E
(145,118,158)
#816A8D
(129,106,141)
#715E7C
(113,94,124)
#61526B
(97,82,107)
#51465A
(81,70,90)
#413A49
(65,58,73)
#312E38
(49,46,56)
#212227
(33,34,39)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #B18EC0

#B18EC0
(177,142,192)
#B898C5
(184,152,197)
#BFA2CA
(191,162,202)
#C6ACCF
(198,172,207)
#CDB6D4
(205,182,212)
#D4C0D9
(212,192,217)
#DBCADE
(219,202,222)
#E2D4E3
(226,212,227)
#E9DEE8
(233,222,232)
#F0E8ED
(240,232,237)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18EC0; }

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

This text font color is #B18EC0.


Background Color

.myBgColor { background-color: #B18EC0; }

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

This div background color is #B18EC0.


Border color

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

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

This div border color is #B18EC0.


Opacity

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

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

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

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

This text has shadow with #B18EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18EC0 on black background.


Color preview on white background

This text has color #B18EC0 on white background.



Black color preview on #B18EC0 background

This text has black color on #B18EC0 background.


White color preview on #B18EC0 background

This text has white color on #B18EC0 background.