COLOR #B18BB0

HEX: #B18BB0
RGB: (177,139,176)

Color info

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

RGB color model

#B18BB0 color RGB value is (177,139,176).

  • red value is 177;
  • green value is 139;
  • blue value is 176.
RGB:
(177,139,176)
(69%,55%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 139 of 255 = 55%
B 176 of 255 = 69%

177
139
176

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

Portions of RGB colors in percentages

R + G + B =
177 + 139 + 176 = 492 (100%)
R 177 of 492 ~ 35.98%
G 139 of 492 ~ 28.25%
B 176 of 492 ~ 35.77%

%35.98
%28.25
%35.77

CMYK color model

#B18BB0 color CMYK value is (0,21,1,31).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 0.56%
  • key color value is 30.59%
CMYK:
(0,21,1,31)
C0M21Y1K31 
(0%,21%,1%,31%)
(0.00/0.21/0.01/0.31)	

CMYK percentages

%0
%21.47
%0.56
%30.59

Codes

Color #B18BB0 in popluar color models

B18BB0
RGB177139176
HSL302°19.59%61.96%
HSB/HSV302°21.47%69.41%
CMYK0.00%21.47%0.56%
30.59%

Color #B18BB0 in popluar number systems.

HEXB18BB0
Decimal177139176
Binary101100011000101110110000
Octal261213260

Shades and tints

Shades of #B18BB0

#B18BB0
(177,139,176)
#A17FA0
(161,127,160)
#917390
(145,115,144)
#816780
(129,103,128)
#715B70
(113,91,112)
#614F60
(97,79,96)
#514350
(81,67,80)
#413740
(65,55,64)
#312B30
(49,43,48)
#211F20
(33,31,32)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #B18BB0

#B18BB0
(177,139,176)
#B895B7
(184,149,183)
#BF9FBE
(191,159,190)
#C6A9C5
(198,169,197)
#CDB3CC
(205,179,204)
#D4BDD3
(212,189,211)
#DBC7DA
(219,199,218)
#E2D1E1
(226,209,225)
#E9DBE8
(233,219,232)
#F0E5EF
(240,229,239)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18BB0 color. Also use rgb(177,139,176) instead hex code.

Text Font Color

.myTextColor { color: #B18BB0; }

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

This text font color is #B18BB0.


Background Color

.myBgColor { background-color: #B18BB0; }

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

This div background color is #B18BB0.


Border color

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

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

This div border color is #B18BB0.


Opacity

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

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

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

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

This text has shadow with #B18BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18BB0 on black background.


Color preview on white background

This text has color #B18BB0 on white background.



Black color preview on #B18BB0 background

This text has black color on #B18BB0 background.


White color preview on #B18BB0 background

This text has white color on #B18BB0 background.