COLOR #B19EB1

HEX: #B19EB1
RGB: (177,158,177)

Color info

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

RGB color model

#B19EB1 color RGB value is (177,158,177).

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

RGB channels and saturation

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

177
158
177

R + G + B ~ 67%. #B19EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 177 = 512 (100%)
R 177 of 512 ~ 34.57%
G 158 of 512 ~ 30.86%
B 177 of 512 ~ 34.57%

%34.57
%30.86
%34.57

CMYK color model

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

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

CMYK percentages

%0
%10.73
%0
%30.59

Codes

Color #B19EB1 in popluar color models

B19EB1
RGB177158177
HSL300°10.86%65.69%
HSB/HSV300°10.73%69.41%
CMYK0.00%10.73%0.00%
30.59%

Color #B19EB1 in popluar number systems.

HEXB19EB1
Decimal177158177
Binary101100011001111010110001
Octal261236261

Shades and tints

Shades of #B19EB1

#B19EB1
(177,158,177)
#A190A1
(161,144,161)
#918291
(145,130,145)
#817481
(129,116,129)
#716671
(113,102,113)
#615861
(97,88,97)
#514A51
(81,74,81)
#413C41
(65,60,65)
#312E31
(49,46,49)
#212021
(33,32,33)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B19EB1

#B19EB1
(177,158,177)
#B8A6B8
(184,166,184)
#BFAEBF
(191,174,191)
#C6B6C6
(198,182,198)
#CDBECD
(205,190,205)
#D4C6D4
(212,198,212)
#DBCEDB
(219,206,219)
#E2D6E2
(226,214,226)
#E9DEE9
(233,222,233)
#F0E6F0
(240,230,240)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19EB1; }

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

This text font color is #B19EB1.


Background Color

.myBgColor { background-color: #B19EB1; }

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

This div background color is #B19EB1.


Border color

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

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

This div border color is #B19EB1.


Opacity

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

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

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

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

This text has shadow with #B19EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19EB1 on black background.


Color preview on white background

This text has color #B19EB1 on white background.



Black color preview on #B19EB1 background

This text has black color on #B19EB1 background.


White color preview on #B19EB1 background

This text has white color on #B19EB1 background.