COLOR #B19CBF

HEX: #B19CBF
RGB: (177,156,191)

Color info

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

RGB color model

#B19CBF color RGB value is (177,156,191).

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

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 191 of 255 = 75%

177
156
191

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

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 191 = 524 (100%)
R 177 of 524 ~ 33.78%
G 156 of 524 ~ 29.77%
B 191 of 524 ~ 36.45%

%33.78
%29.77
%36.45

CMYK color model

#B19CBF color CMYK value is (7,18,0,25).

  • cyan value is 7.33%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,18,0,25)
C7M18Y0K25 
(7%,18%,0%,25%)
(0.07/0.18/0.00/0.25)	

CMYK percentages

%7.33
%18.32
%0
%25.1

Codes

Color #B19CBF in popluar color models

B19CBF
RGB177156191
HSL276°21.47%68.04%
HSB/HSV276°18.32%74.90%
CMYK7.33%18.32%0.00%
25.10%

Color #B19CBF in popluar number systems.

HEXB19CBF
Decimal177156191
Binary101100011001110010111111
Octal261234277

Shades and tints

Shades of #B19CBF

#B19CBF
(177,156,191)
#A18EAE
(161,142,174)
#91809D
(145,128,157)
#81728C
(129,114,140)
#71647B
(113,100,123)
#61566A
(97,86,106)
#514859
(81,72,89)
#413A48
(65,58,72)
#312C37
(49,44,55)
#211E26
(33,30,38)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B19CBF

#B19CBF
(177,156,191)
#B8A5C4
(184,165,196)
#BFAEC9
(191,174,201)
#C6B7CE
(198,183,206)
#CDC0D3
(205,192,211)
#D4C9D8
(212,201,216)
#DBD2DD
(219,210,221)
#E2DBE2
(226,219,226)
#E9E4E7
(233,228,231)
#F0EDEC
(240,237,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19CBF; }

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

This text font color is #B19CBF.


Background Color

.myBgColor { background-color: #B19CBF; }

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

This div background color is #B19CBF.


Border color

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

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

This div border color is #B19CBF.


Opacity

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

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

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

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

This text has shadow with #B19CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19CBF on black background.


Color preview on white background

This text has color #B19CBF on white background.



Black color preview on #B19CBF background

This text has black color on #B19CBF background.


White color preview on #B19CBF background

This text has white color on #B19CBF background.