COLOR #B19CBA

HEX: #B19CBA
RGB: (177,156,186)

Color info

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

RGB color model

#B19CBA color RGB value is (177,156,186).

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

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 186 of 255 = 73%

177
156
186

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

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 186 = 519 (100%)
R 177 of 519 ~ 34.1%
G 156 of 519 ~ 30.06%
B 186 of 519 ~ 35.84%

%34.1
%30.06
%35.84

CMYK color model

#B19CBA color CMYK value is (5,16,0,27).

  • cyan value is 4.84%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,16,0,27)
C5M16Y0K27 
(5%,16%,0%,27%)
(0.05/0.16/0.00/0.27)	

CMYK percentages

%4.84
%16.13
%0
%27.06

Codes

Color #B19CBA in popluar color models

B19CBA
RGB177156186
HSL282°17.86%67.06%
HSB/HSV282°16.13%72.94%
CMYK4.84%16.13%0.00%
27.06%

Color #B19CBA in popluar number systems.

HEXB19CBA
Decimal177156186
Binary101100011001110010111010
Octal261234272

Shades and tints

Shades of #B19CBA

#B19CBA
(177,156,186)
#A18EAA
(161,142,170)
#91809A
(145,128,154)
#81728A
(129,114,138)
#71647A
(113,100,122)
#61566A
(97,86,106)
#51485A
(81,72,90)
#413A4A
(65,58,74)
#312C3A
(49,44,58)
#211E2A
(33,30,42)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #B19CBA

#B19CBA
(177,156,186)
#B8A5C0
(184,165,192)
#BFAEC6
(191,174,198)
#C6B7CC
(198,183,204)
#CDC0D2
(205,192,210)
#D4C9D8
(212,201,216)
#DBD2DE
(219,210,222)
#E2DBE4
(226,219,228)
#E9E4EA
(233,228,234)
#F0EDF0
(240,237,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19CBA; }

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

This text font color is #B19CBA.


Background Color

.myBgColor { background-color: #B19CBA; }

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

This div background color is #B19CBA.


Border color

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

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

This div border color is #B19CBA.


Opacity

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

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

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

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

This text has shadow with #B19CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19CBA on black background.


Color preview on white background

This text has color #B19CBA on white background.



Black color preview on #B19CBA background

This text has black color on #B19CBA background.


White color preview on #B19CBA background

This text has white color on #B19CBA background.