COLOR #B19CA1

HEX: #B19CA1
RGB: (177,156,161)

Color info

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

RGB color model

#B19CA1 color RGB value is (177,156,161).

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

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 161 of 255 = 63%

177
156
161

R + G + B ~ 64%. #B19CA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 161 = 494 (100%)
R 177 of 494 ~ 35.83%
G 156 of 494 ~ 31.58%
B 161 of 494 ~ 32.59%

%35.83
%31.58
%32.59

CMYK color model

#B19CA1 color CMYK value is (0,12,9,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 9.04%
  • key color value is 30.59%
CMYK:
(0,12,9,31)
C0M12Y9K31 
(0%,12%,9%,31%)
(0.00/0.12/0.09/0.31)	

CMYK percentages

%0
%11.86
%9.04
%30.59

Codes

Color #B19CA1 in popluar color models

B19CA1
RGB177156161
HSL346°11.86%65.29%
HSB/HSV346°11.86%69.41%
CMYK0.00%11.86%9.04%
30.59%

Color #B19CA1 in popluar number systems.

HEXB19CA1
Decimal177156161
Binary101100011001110010100001
Octal261234241

Shades and tints

Shades of #B19CA1

#B19CA1
(177,156,161)
#A18E93
(161,142,147)
#918085
(145,128,133)
#817277
(129,114,119)
#716469
(113,100,105)
#61565B
(97,86,91)
#51484D
(81,72,77)
#413A3F
(65,58,63)
#312C31
(49,44,49)
#211E23
(33,30,35)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B19CA1

#B19CA1
(177,156,161)
#B8A5A9
(184,165,169)
#BFAEB1
(191,174,177)
#C6B7B9
(198,183,185)
#CDC0C1
(205,192,193)
#D4C9C9
(212,201,201)
#DBD2D1
(219,210,209)
#E2DBD9
(226,219,217)
#E9E4E1
(233,228,225)
#F0EDE9
(240,237,233)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19CA1; }

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

This text font color is #B19CA1.


Background Color

.myBgColor { background-color: #B19CA1; }

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

This div background color is #B19CA1.


Border color

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

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

This div border color is #B19CA1.


Opacity

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

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

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

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

This text has shadow with #B19CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19CA1 on black background.


Color preview on white background

This text has color #B19CA1 on white background.



Black color preview on #B19CA1 background

This text has black color on #B19CA1 background.


White color preview on #B19CA1 background

This text has white color on #B19CA1 background.