COLOR #B19AB2

HEX: #B19AB2
RGB: (177,154,178)

Color info

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

RGB color model

#B19AB2 color RGB value is (177,154,178).

  • red value is 177;
  • green value is 154;
  • blue value is 178.
RGB:
(177,154,178)
(69%,60%,70%)

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 178 of 255 = 70%

177
154
178

R + G + B ~ 66%. #B19AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 154 + 178 = 509 (100%)
R 177 of 509 ~ 34.77%
G 154 of 509 ~ 30.26%
B 178 of 509 ~ 34.97%

%34.77
%30.26
%34.97

CMYK color model

#B19AB2 color CMYK value is (1,13,0,30).

  • cyan value is 0.56%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,13,0,30)
C1M13Y0K30 
(1%,13%,0%,30%)
(0.01/0.13/0.00/0.30)	

CMYK percentages

%0.56
%13.48
%0
%30.2

Codes

Color #B19AB2 in popluar color models

B19AB2
RGB177154178
HSL298°13.48%65.10%
HSB/HSV298°13.48%69.80%
CMYK0.56%13.48%0.00%
30.20%

Color #B19AB2 in popluar number systems.

HEXB19AB2
Decimal177154178
Binary101100011001101010110010
Octal261232262

Shades and tints

Shades of #B19AB2

#B19AB2
(177,154,178)
#A18CA2
(161,140,162)
#917E92
(145,126,146)
#817082
(129,112,130)
#716272
(113,98,114)
#615462
(97,84,98)
#514652
(81,70,82)
#413842
(65,56,66)
#312A32
(49,42,50)
#211C22
(33,28,34)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #B19AB2

#B19AB2
(177,154,178)
#B8A3B9
(184,163,185)
#BFACC0
(191,172,192)
#C6B5C7
(198,181,199)
#CDBECE
(205,190,206)
#D4C7D5
(212,199,213)
#DBD0DC
(219,208,220)
#E2D9E3
(226,217,227)
#E9E2EA
(233,226,234)
#F0EBF1
(240,235,241)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19AB2 color. Also use rgb(177,154,178) instead hex code.

Text Font Color

.myTextColor { color: #B19AB2; }

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

This text font color is #B19AB2.


Background Color

.myBgColor { background-color: #B19AB2; }

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

This div background color is #B19AB2.


Border color

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

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

This div border color is #B19AB2.


Opacity

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

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

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

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

This text has shadow with #B19AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19AB2 on black background.


Color preview on white background

This text has color #B19AB2 on white background.



Black color preview on #B19AB2 background

This text has black color on #B19AB2 background.


White color preview on #B19AB2 background

This text has white color on #B19AB2 background.