COLOR #B18C9B

HEX: #B18C9B
RGB: (177,140,155)

Color info

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

RGB color model

#B18C9B color RGB value is (177,140,155).

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

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 155 of 255 = 61%

177
140
155

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

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 155 = 472 (100%)
R 177 of 472 ~ 37.5%
G 140 of 472 ~ 29.66%
B 155 of 472 ~ 32.84%

%37.5
%29.66
%32.84

CMYK color model

#B18C9B color CMYK value is (0,21,12,31).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(0,21,12,31)
C0M21Y12K31 
(0%,21%,12%,31%)
(0.00/0.21/0.12/0.31)	

CMYK percentages

%0
%20.9
%12.43
%30.59

Codes

Color #B18C9B in popluar color models

B18C9B
RGB177140155
HSL336°19.17%62.16%
HSB/HSV336°20.90%69.41%
CMYK0.00%20.90%12.43%
30.59%

Color #B18C9B in popluar number systems.

HEXB18C9B
Decimal177140155
Binary101100011000110010011011
Octal261214233

Shades and tints

Shades of #B18C9B

#B18C9B
(177,140,155)
#A1808D
(161,128,141)
#91747F
(145,116,127)
#816871
(129,104,113)
#715C63
(113,92,99)
#615055
(97,80,85)
#514447
(81,68,71)
#413839
(65,56,57)
#312C2B
(49,44,43)
#21201D
(33,32,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #B18C9B

#B18C9B
(177,140,155)
#B896A4
(184,150,164)
#BFA0AD
(191,160,173)
#C6AAB6
(198,170,182)
#CDB4BF
(205,180,191)
#D4BEC8
(212,190,200)
#DBC8D1
(219,200,209)
#E2D2DA
(226,210,218)
#E9DCE3
(233,220,227)
#F0E6EC
(240,230,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18C9B; }

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

This text font color is #B18C9B.


Background Color

.myBgColor { background-color: #B18C9B; }

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

This div background color is #B18C9B.


Border color

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

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

This div border color is #B18C9B.


Opacity

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

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

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

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

This text has shadow with #B18C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18C9B on black background.


Color preview on white background

This text has color #B18C9B on white background.



Black color preview on #B18C9B background

This text has black color on #B18C9B background.


White color preview on #B18C9B background

This text has white color on #B18C9B background.