COLOR #B19DB0

HEX: #B19DB0
RGB: (177,157,176)

Color info

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

RGB color model

#B19DB0 color RGB value is (177,157,176).

  • red value is 177;
  • green value is 157;
  • blue value is 176.
RGB:
(177,157,176)
(69%,62%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 176 of 255 = 69%

177
157
176

R + G + B ~ 67%. #B19DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 157 + 176 = 510 (100%)
R 177 of 510 ~ 34.71%
G 157 of 510 ~ 30.78%
B 176 of 510 ~ 34.51%

%34.71
%30.78
%34.51

CMYK color model

#B19DB0 color CMYK value is (0,11,1,31).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 0.56%
  • key color value is 30.59%
CMYK:
(0,11,1,31)
C0M11Y1K31 
(0%,11%,1%,31%)
(0.00/0.11/0.01/0.31)	

CMYK percentages

%0
%11.3
%0.56
%30.59

Codes

Color #B19DB0 in popluar color models

B19DB0
RGB177157176
HSL303°11.36%65.49%
HSB/HSV303°11.30%69.41%
CMYK0.00%11.30%0.56%
30.59%

Color #B19DB0 in popluar number systems.

HEXB19DB0
Decimal177157176
Binary101100011001110110110000
Octal261235260

Shades and tints

Shades of #B19DB0

#B19DB0
(177,157,176)
#A18FA0
(161,143,160)
#918190
(145,129,144)
#817380
(129,115,128)
#716570
(113,101,112)
#615760
(97,87,96)
#514950
(81,73,80)
#413B40
(65,59,64)
#312D30
(49,45,48)
#211F20
(33,31,32)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #B19DB0

#B19DB0
(177,157,176)
#B8A5B7
(184,165,183)
#BFADBE
(191,173,190)
#C6B5C5
(198,181,197)
#CDBDCC
(205,189,204)
#D4C5D3
(212,197,211)
#DBCDDA
(219,205,218)
#E2D5E1
(226,213,225)
#E9DDE8
(233,221,232)
#F0E5EF
(240,229,239)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19DB0 color. Also use rgb(177,157,176) instead hex code.

Text Font Color

.myTextColor { color: #B19DB0; }

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

This text font color is #B19DB0.


Background Color

.myBgColor { background-color: #B19DB0; }

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

This div background color is #B19DB0.


Border color

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

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

This div border color is #B19DB0.


Opacity

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

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

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

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

This text has shadow with #B19DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19DB0 on black background.


Color preview on white background

This text has color #B19DB0 on white background.



Black color preview on #B19DB0 background

This text has black color on #B19DB0 background.


White color preview on #B19DB0 background

This text has white color on #B19DB0 background.