COLOR #B19FB8

HEX: #B19FB8 RGB: (177,159,184)

Color info

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

RGB color model

#B19FB8 color RGB value is (177,159,184).

RGB: (177,159,184) (69%, 62%, 72%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 184 of 255 = 72%

177
159
184

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

Portions of RGB colors in percentages

R + G + B = 177 + 159 + 184 = 520 (100%)
R 177 of 520 ~ 34.04%
G 159 of 520 ~ 30.58%
B 184 of 520 ~ 35.38'%

%34.04
%30.58
%35.38

CMYK color model

#B19FB8 color CMYK value is (4,14,0,28).

  • cyan value is 3.80%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (4,14,0,28) C4M14Y0K28 (4%,14%,0%,28%) (0.04/0.14/0.00/0.28) 

CMYK percentages

%3.8
%13.59
%0
%27.84

Codes

Color #B19FB8 in popluar color models

B1 9F B8
RGB 177 159 184
HSL 283° 14.97% 67.25%
HSB/HSV 283° 13.59% 72.16%
CMYK 3.80% 13.59% 0.00%
27.84%

Color #B19FB8 in popluar number systems.

HEX B1 9F B8
Decimal 177 159 184
Binary 10110001 10011111 10111000
Octal 261 237 270

Shades and tints

Shades of #B19FB8

#B19FB8
(177,159,184)
#A191A8
(161,145,168)
#918398
(145,131,152)
#817588
(129,117,136)
#716778
(113,103,120)
#615968
(97,89,104)
#514B58
(81,75,88)
#413D48
(65,61,72)
#312F38
(49,47,56)
#212128
(33,33,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #B19FB8

#B19FB8
(177,159,184)
#B8A7BE
(184,167,190)
#BFAFC4
(191,175,196)
#C6B7CA
(198,183,202)
#CDBFD0
(205,191,208)
#D4C7D6
(212,199,214)
#DBCFDC
(219,207,220)
#E2D7E2
(226,215,226)
#E9DFE8
(233,223,232)
#F0E7EE
(240,231,238)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19FB8 color. Also use rgb(177,159,184) instead hex code.

Text Font Color

.myTextColor { color: #B19FB8; }

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

This text font color is #B19FB8.

Background Color

.myBgColor { background-color: #B19FB8; }

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

This div background color is #B19FB8.

Border color

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

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

This div border color is #B19FB8.

Opacity

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

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

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

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

This text has shadow with #B19FB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19FB8.

Preview

Color preview on black background

This text has color #B19FB8 on black background.


Color preview on white background

This text has color #B19FB8 on white background.


Black color preview on #B19FB8 background

This text has black color on #B19FB8 background.


White color preview on #B19FB8 background

This text has white color on #B19FB8 background.


Related colors

Complementary color

Complementary color for #hex is #4E6047.


I love getcolorcode.com

Triadic colors

1 #B8B19F and #9FB8B1 with #B19FB8 are triadic colors.

2 #B89FB1 and #9FB1B8 with #B19FB8 are triadic colors.