COLOR #B18C9E

HEX: #B18C9E
RGB: (177,140,158)

Color info

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

RGB color model

#B18C9E color RGB value is (177,140,158).

  • red value is 177;
  • green value is 140;
  • blue value is 158.
RGB:
(177,140,158)
(69%,55%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 158 of 255 = 62%

177
140
158

R + G + B ~ 62%. #B18C9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 158 = 475 (100%)
R 177 of 475 ~ 37.26%
G 140 of 475 ~ 29.47%
B 158 of 475 ~ 33.26%

%37.26
%29.47
%33.26

CMYK color model

#B18C9E color CMYK value is (0,21,11,31).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(0,21,11,31)
C0M21Y11K31 
(0%,21%,11%,31%)
(0.00/0.21/0.11/0.31)	

CMYK percentages

%0
%20.9
%10.73
%30.59

Codes

Color #B18C9E in popluar color models

B18C9E
RGB177140158
HSL331°19.17%62.16%
HSB/HSV331°20.90%69.41%
CMYK0.00%20.90%10.73%
30.59%

Color #B18C9E in popluar number systems.

HEXB18C9E
Decimal177140158
Binary101100011000110010011110
Octal261214236

Shades and tints

Shades of #B18C9E

#B18C9E
(177,140,158)
#A18090
(161,128,144)
#917482
(145,116,130)
#816874
(129,104,116)
#715C66
(113,92,102)
#615058
(97,80,88)
#51444A
(81,68,74)
#41383C
(65,56,60)
#312C2E
(49,44,46)
#212020
(33,32,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #B18C9E

#B18C9E
(177,140,158)
#B896A6
(184,150,166)
#BFA0AE
(191,160,174)
#C6AAB6
(198,170,182)
#CDB4BE
(205,180,190)
#D4BEC6
(212,190,198)
#DBC8CE
(219,200,206)
#E2D2D6
(226,210,214)
#E9DCDE
(233,220,222)
#F0E6E6
(240,230,230)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18C9E color. Also use rgb(177,140,158) instead hex code.

Text Font Color

.myTextColor { color: #B18C9E; }

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

This text font color is #B18C9E.


Background Color

.myBgColor { background-color: #B18C9E; }

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

This div background color is #B18C9E.


Border color

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

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

This div border color is #B18C9E.


Opacity

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

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

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

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

This text has shadow with #B18C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18C9E on black background.


Color preview on white background

This text has color #B18C9E on white background.



Black color preview on #B18C9E background

This text has black color on #B18C9E background.


White color preview on #B18C9E background

This text has white color on #B18C9E background.