COLOR #B19EBA

HEX: #B19EBA
RGB: (177,158,186)

Color info

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

RGB color model

#B19EBA color RGB value is (177,158,186).

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

RGB channels and saturation

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

177
158
186

R + G + B ~ 68%. #B19EBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 186 = 521 (100%)
R 177 of 521 ~ 33.97%
G 158 of 521 ~ 30.33%
B 186 of 521 ~ 35.7%

%33.97
%30.33
%35.7

CMYK color model

#B19EBA color CMYK value is (5,15,0,27).

  • cyan value is 4.84%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,15,0,27)
C5M15Y0K27 
(5%,15%,0%,27%)
(0.05/0.15/0.00/0.27)	

CMYK percentages

%4.84
%15.05
%0
%27.06

Codes

Color #B19EBA in popluar color models

B19EBA
RGB177158186
HSL281°16.87%67.45%
HSB/HSV281°15.05%72.94%
CMYK4.84%15.05%0.00%
27.06%

Color #B19EBA in popluar number systems.

HEXB19EBA
Decimal177158186
Binary101100011001111010111010
Octal261236272

Shades and tints

Shades of #B19EBA

#B19EBA
(177,158,186)
#A190AA
(161,144,170)
#91829A
(145,130,154)
#81748A
(129,116,138)
#71667A
(113,102,122)
#61586A
(97,88,106)
#514A5A
(81,74,90)
#413C4A
(65,60,74)
#312E3A
(49,46,58)
#21202A
(33,32,42)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #B19EBA

#B19EBA
(177,158,186)
#B8A6C0
(184,166,192)
#BFAEC6
(191,174,198)
#C6B6CC
(198,182,204)
#CDBED2
(205,190,210)
#D4C6D8
(212,198,216)
#DBCEDE
(219,206,222)
#E2D6E4
(226,214,228)
#E9DEEA
(233,222,234)
#F0E6F0
(240,230,240)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19EBA; }

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

This text font color is #B19EBA.


Background Color

.myBgColor { background-color: #B19EBA; }

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

This div background color is #B19EBA.


Border color

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

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

This div border color is #B19EBA.


Opacity

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

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

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

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

This text has shadow with #B19EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19EBA on black background.


Color preview on white background

This text has color #B19EBA on white background.



Black color preview on #B19EBA background

This text has black color on #B19EBA background.


White color preview on #B19EBA background

This text has white color on #B19EBA background.