COLOR #B18CB4

HEX: #B18CB4
RGB: (177,140,180)

Color info

#B18CB4 contains red, green and blue colors in about the same proportion. Web safe color of #B18CB4 is #9999CC (or #99C).

RGB color model

#B18CB4 color RGB value is (177,140,180).

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

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 180 of 255 = 71%

177
140
180

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

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 180 = 497 (100%)
R 177 of 497 ~ 35.61%
G 140 of 497 ~ 28.17%
B 180 of 497 ~ 36.22%

%35.61
%28.17
%36.22

CMYK color model

#B18CB4 color CMYK value is (2,22,0,29).

  • cyan value is 1.67%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(2,22,0,29)
C2M22Y0K29 
(2%,22%,0%,29%)
(0.02/0.22/0.00/0.29)	

CMYK percentages

%1.67
%22.22
%0
%29.41

Codes

Color #B18CB4 in popluar color models

B18CB4
RGB177140180
HSL296°21.05%62.75%
HSB/HSV296°22.22%70.59%
CMYK1.67%22.22%0.00%
29.41%

Color #B18CB4 in popluar number systems.

HEXB18CB4
Decimal177140180
Binary101100011000110010110100
Octal261214264

Shades and tints

Shades of #B18CB4

#B18CB4
(177,140,180)
#A180A4
(161,128,164)
#917494
(145,116,148)
#816884
(129,104,132)
#715C74
(113,92,116)
#615064
(97,80,100)
#514454
(81,68,84)
#413844
(65,56,68)
#312C34
(49,44,52)
#212024
(33,32,36)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B18CB4

#B18CB4
(177,140,180)
#B896BA
(184,150,186)
#BFA0C0
(191,160,192)
#C6AAC6
(198,170,198)
#CDB4CC
(205,180,204)
#D4BED2
(212,190,210)
#DBC8D8
(219,200,216)
#E2D2DE
(226,210,222)
#E9DCE4
(233,220,228)
#F0E6EA
(240,230,234)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18CB4; }

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

This text font color is #B18CB4.


Background Color

.myBgColor { background-color: #B18CB4; }

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

This div background color is #B18CB4.


Border color

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

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

This div border color is #B18CB4.


Opacity

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

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

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

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

This text has shadow with #B18CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18CB4 on black background.


Color preview on white background

This text has color #B18CB4 on white background.



Black color preview on #B18CB4 background

This text has black color on #B18CB4 background.


White color preview on #B18CB4 background

This text has white color on #B18CB4 background.