COLOR #B18CBB

HEX: #B18CBB
RGB: (177,140,187)

Color info

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

RGB color model

#B18CBB color RGB value is (177,140,187).

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

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 187 of 255 = 73%

177
140
187

R + G + B ~ 66%. #B18CBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 187 = 504 (100%)
R 177 of 504 ~ 35.12%
G 140 of 504 ~ 27.78%
B 187 of 504 ~ 37.1%

%35.12
%27.78
%37.1

CMYK color model

#B18CBB color CMYK value is (5,25,0,27).

  • cyan value is 5.35%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,25,0,27)
C5M25Y0K27 
(5%,25%,0%,27%)
(0.05/0.25/0.00/0.27)	

CMYK percentages

%5.35
%25.13
%0
%26.67

Codes

Color #B18CBB in popluar color models

B18CBB
RGB177140187
HSL287°25.68%64.12%
HSB/HSV287°25.13%73.33%
CMYK5.35%25.13%0.00%
26.67%

Color #B18CBB in popluar number systems.

HEXB18CBB
Decimal177140187
Binary101100011000110010111011
Octal261214273

Shades and tints

Shades of #B18CBB

#B18CBB
(177,140,187)
#A180AA
(161,128,170)
#917499
(145,116,153)
#816888
(129,104,136)
#715C77
(113,92,119)
#615066
(97,80,102)
#514455
(81,68,85)
#413844
(65,56,68)
#312C33
(49,44,51)
#212022
(33,32,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B18CBB

#B18CBB
(177,140,187)
#B896C1
(184,150,193)
#BFA0C7
(191,160,199)
#C6AACD
(198,170,205)
#CDB4D3
(205,180,211)
#D4BED9
(212,190,217)
#DBC8DF
(219,200,223)
#E2D2E5
(226,210,229)
#E9DCEB
(233,220,235)
#F0E6F1
(240,230,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18CBB; }

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

This text font color is #B18CBB.


Background Color

.myBgColor { background-color: #B18CBB; }

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

This div background color is #B18CBB.


Border color

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

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

This div border color is #B18CBB.


Opacity

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

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

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

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

This text has shadow with #B18CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18CBB on black background.


Color preview on white background

This text has color #B18CBB on white background.



Black color preview on #B18CBB background

This text has black color on #B18CBB background.


White color preview on #B18CBB background

This text has white color on #B18CBB background.