COLOR #B18EAD

HEX: #B18EAD RGB: (177,142,173)

Color info

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

RGB color model

#B18EAD color RGB value is (177,142,173).

RGB: (177,142,173) (69%, 56%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 173 of 255 = 68%

177
142
173

R + G + B ~ 64%. #B18EAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 142 + 173 = 492 (100%)
R 177 of 492 ~ 35.98%
G 142 of 492 ~ 28.86%
B 173 of 492 ~ 35.16'%

%35.98
%28.86
%35.16

CMYK color model

#B18EAD color CMYK value is (0,20,2,31).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 2.26%
  • key color value is 30.59%
CMYK: (0,20,2,31) C0M20Y2K31 (0%,20%,2%,31%) (0.00/0.20/0.02/0.31) 

CMYK percentages

%0
%19.77
%2.26
%30.59

Codes

Color #B18EAD in popluar color models

B1 8E AD
RGB 177 142 173
HSL 307° 18.32% 62.55%
HSB/HSV 307° 19.77% 69.41%
CMYK 0.00% 19.77% 2.26%
30.59%

Color #B18EAD in popluar number systems.

HEX B1 8E AD
Decimal 177 142 173
Binary 10110001 10001110 10101101
Octal 261 216 255

Shades and tints

Shades of #B18EAD

#B18EAD
(177,142,173)
#A1829E
(161,130,158)
#91768F
(145,118,143)
#816A80
(129,106,128)
#715E71
(113,94,113)
#615262
(97,82,98)
#514653
(81,70,83)
#413A44
(65,58,68)
#312E35
(49,46,53)
#212226
(33,34,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #B18EAD

#B18EAD
(177,142,173)
#B898B4
(184,152,180)
#BFA2BB
(191,162,187)
#C6ACC2
(198,172,194)
#CDB6C9
(205,182,201)
#D4C0D0
(212,192,208)
#DBCAD7
(219,202,215)
#E2D4DE
(226,212,222)
#E9DEE5
(233,222,229)
#F0E8EC
(240,232,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18EAD; }

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

This text font color is #B18EAD.

Background Color

.myBgColor { background-color: #B18EAD; }

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

This div background color is #B18EAD.

Border color

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

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

This div border color is #B18EAD.

Opacity

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

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

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

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

This text has shadow with #B18EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18EAD.

Preview

Color preview on black background

This text has color #B18EAD on black background.


Color preview on white background

This text has color #B18EAD on white background.


Black color preview on #B18EAD background

This text has black color on #B18EAD background.


White color preview on #B18EAD background

This text has white color on #B18EAD background.


Related colors

Complementary color

Complementary color for #hex is #4E7152.


I love getcolorcode.com

Triadic colors

1 #ADB18E and #8EADB1 with #B18EAD are triadic colors.

2 #AD8EB1 and #8EB1AD with #B18EAD are triadic colors.