COLOR #B19EBC

HEX: #B19EBC
RGB: (177,158,188)

Color info

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

RGB color model

#B19EBC color RGB value is (177,158,188).

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

RGB channels and saturation

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

177
158
188

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

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 188 = 523 (100%)
R 177 of 523 ~ 33.84%
G 158 of 523 ~ 30.21%
B 188 of 523 ~ 35.95%

%33.84
%30.21
%35.95

CMYK color model

#B19EBC color CMYK value is (6,16,0,26).

  • cyan value is 5.85%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(6,16,0,26)
C6M16Y0K26 
(6%,16%,0%,26%)
(0.06/0.16/0.00/0.26)	

CMYK percentages

%5.85
%15.96
%0
%26.27

Codes

Color #B19EBC in popluar color models

B19EBC
RGB177158188
HSL278°18.29%67.84%
HSB/HSV278°15.96%73.73%
CMYK5.85%15.96%0.00%
26.27%

Color #B19EBC in popluar number systems.

HEXB19EBC
Decimal177158188
Binary101100011001111010111100
Octal261236274

Shades and tints

Shades of #B19EBC

#B19EBC
(177,158,188)
#A190AB
(161,144,171)
#91829A
(145,130,154)
#817489
(129,116,137)
#716678
(113,102,120)
#615867
(97,88,103)
#514A56
(81,74,86)
#413C45
(65,60,69)
#312E34
(49,46,52)
#212023
(33,32,35)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B19EBC

#B19EBC
(177,158,188)
#B8A6C2
(184,166,194)
#BFAEC8
(191,174,200)
#C6B6CE
(198,182,206)
#CDBED4
(205,190,212)
#D4C6DA
(212,198,218)
#DBCEE0
(219,206,224)
#E2D6E6
(226,214,230)
#E9DEEC
(233,222,236)
#F0E6F2
(240,230,242)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19EBC; }

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

This text font color is #B19EBC.


Background Color

.myBgColor { background-color: #B19EBC; }

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

This div background color is #B19EBC.


Border color

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

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

This div border color is #B19EBC.


Opacity

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

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

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

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

This text has shadow with #B19EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19EBC on black background.


Color preview on white background

This text has color #B19EBC on white background.



Black color preview on #B19EBC background

This text has black color on #B19EBC background.


White color preview on #B19EBC background

This text has white color on #B19EBC background.