COLOR #B18ED9

HEX: #B18ED9
RGB: (177,142,217)

Color info

#B18ED9 contains mainly red and blue colors. Web safe color of #B18ED9 is #9999CC (or #99C).

RGB color model

#B18ED9 color RGB value is (177,142,217).

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

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 217 of 255 = 85%

177
142
217

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

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 217 = 536 (100%)
R 177 of 536 ~ 33.02%
G 142 of 536 ~ 26.49%
B 217 of 536 ~ 40.49%

%33.02
%26.49
%40.49

CMYK color model

#B18ED9 color CMYK value is (18,35,0,15).

  • cyan value is 18.43%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,35,0,15)
C18M35Y0K15 
(18%,35%,0%,15%)
(0.18/0.35/0.00/0.15)	

CMYK percentages

%18.43
%34.56
%0
%14.9

Codes

Color #B18ED9 in popluar color models

B18ED9
RGB177142217
HSL268°49.67%70.39%
HSB/HSV268°34.56%85.10%
CMYK18.43%34.56%0.00%
14.90%

Color #B18ED9 in popluar number systems.

HEXB18ED9
Decimal177142217
Binary101100011000111011011001
Octal261216331

Shades and tints

Shades of #B18ED9

#B18ED9
(177,142,217)
#A182C6
(161,130,198)
#9176B3
(145,118,179)
#816AA0
(129,106,160)
#715E8D
(113,94,141)
#61527A
(97,82,122)
#514667
(81,70,103)
#413A54
(65,58,84)
#312E41
(49,46,65)
#21222E
(33,34,46)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #B18ED9

#B18ED9
(177,142,217)
#B898DC
(184,152,220)
#BFA2DF
(191,162,223)
#C6ACE2
(198,172,226)
#CDB6E5
(205,182,229)
#D4C0E8
(212,192,232)
#DBCAEB
(219,202,235)
#E2D4EE
(226,212,238)
#E9DEF1
(233,222,241)
#F0E8F4
(240,232,244)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18ED9; }

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

This text font color is #B18ED9.


Background Color

.myBgColor { background-color: #B18ED9; }

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

This div background color is #B18ED9.


Border color

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

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

This div border color is #B18ED9.


Opacity

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

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

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

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

This text has shadow with #B18ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18ED9 on black background.


Color preview on white background

This text has color #B18ED9 on white background.



Black color preview on #B18ED9 background

This text has black color on #B18ED9 background.


White color preview on #B18ED9 background

This text has white color on #B18ED9 background.