COLOR #B18EAF

HEX: #B18EAF
RGB: (177,142,175)

Color info

#B18EAF contains red, green and blue colors in about the same proportion. Web safe color of #B18EAF is #999999 (or #999).

RGB color model

#B18EAF color RGB value is (177,142,175).

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

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 175 of 255 = 69%

177
142
175

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

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 175 = 494 (100%)
R 177 of 494 ~ 35.83%
G 142 of 494 ~ 28.74%
B 175 of 494 ~ 35.43%

%35.83
%28.74
%35.43

CMYK color model

#B18EAF color CMYK value is (0,20,1,31).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(0,20,1,31)
C0M20Y1K31 
(0%,20%,1%,31%)
(0.00/0.20/0.01/0.31)	

CMYK percentages

%0
%19.77
%1.13
%30.59

Codes

Color #B18EAF in popluar color models

B18EAF
RGB177142175
HSL303°18.32%62.55%
HSB/HSV303°19.77%69.41%
CMYK0.00%19.77%1.13%
30.59%

Color #B18EAF in popluar number systems.

HEXB18EAF
Decimal177142175
Binary101100011000111010101111
Octal261216257

Shades and tints

Shades of #B18EAF

#B18EAF
(177,142,175)
#A182A0
(161,130,160)
#917691
(145,118,145)
#816A82
(129,106,130)
#715E73
(113,94,115)
#615264
(97,82,100)
#514655
(81,70,85)
#413A46
(65,58,70)
#312E37
(49,46,55)
#212228
(33,34,40)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #B18EAF

#B18EAF
(177,142,175)
#B898B6
(184,152,182)
#BFA2BD
(191,162,189)
#C6ACC4
(198,172,196)
#CDB6CB
(205,182,203)
#D4C0D2
(212,192,210)
#DBCAD9
(219,202,217)
#E2D4E0
(226,212,224)
#E9DEE7
(233,222,231)
#F0E8EE
(240,232,238)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18EAF; }

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

This text font color is #B18EAF.


Background Color

.myBgColor { background-color: #B18EAF; }

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

This div background color is #B18EAF.


Border color

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

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

This div border color is #B18EAF.


Opacity

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

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

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

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

This text has shadow with #B18EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18EAF on black background.


Color preview on white background

This text has color #B18EAF on white background.



Black color preview on #B18EAF background

This text has black color on #B18EAF background.


White color preview on #B18EAF background

This text has white color on #B18EAF background.