COLOR #B19BB7

HEX: #B19BB7
RGB: (177,155,183)

Color info

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

RGB color model

#B19BB7 color RGB value is (177,155,183).

  • red value is 177;
  • green value is 155;
  • blue value is 183.
RGB:
(177,155,183)
(69%,61%,72%)

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 183 of 255 = 72%

177
155
183

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

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 183 = 515 (100%)
R 177 of 515 ~ 34.37%
G 155 of 515 ~ 30.1%
B 183 of 515 ~ 35.53%

%34.37
%30.1
%35.53

CMYK color model

#B19BB7 color CMYK value is (3,15,0,28).

  • cyan value is 3.28%
  • magenta value is 15.30%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,15,0,28)
C3M15Y0K28 
(3%,15%,0%,28%)
(0.03/0.15/0.00/0.28)	

CMYK percentages

%3.28
%15.3
%0
%28.24

Codes

Color #B19BB7 in popluar color models

B19BB7
RGB177155183
HSL287°16.28%66.27%
HSB/HSV287°15.30%71.76%
CMYK3.28%15.30%0.00%
28.24%

Color #B19BB7 in popluar number systems.

HEXB19BB7
Decimal177155183
Binary101100011001101110110111
Octal261233267

Shades and tints

Shades of #B19BB7

#B19BB7
(177,155,183)
#A18DA7
(161,141,167)
#917F97
(145,127,151)
#817187
(129,113,135)
#716377
(113,99,119)
#615567
(97,85,103)
#514757
(81,71,87)
#413947
(65,57,71)
#312B37
(49,43,55)
#211D27
(33,29,39)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #B19BB7

#B19BB7
(177,155,183)
#B8A4BD
(184,164,189)
#BFADC3
(191,173,195)
#C6B6C9
(198,182,201)
#CDBFCF
(205,191,207)
#D4C8D5
(212,200,213)
#DBD1DB
(219,209,219)
#E2DAE1
(226,218,225)
#E9E3E7
(233,227,231)
#F0ECED
(240,236,237)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19BB7 color. Also use rgb(177,155,183) instead hex code.

Text Font Color

.myTextColor { color: #B19BB7; }

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

This text font color is #B19BB7.


Background Color

.myBgColor { background-color: #B19BB7; }

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

This div background color is #B19BB7.


Border color

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

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

This div border color is #B19BB7.


Opacity

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

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

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

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

This text has shadow with #B19BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19BB7 on black background.


Color preview on white background

This text has color #B19BB7 on white background.



Black color preview on #B19BB7 background

This text has black color on #B19BB7 background.


White color preview on #B19BB7 background

This text has white color on #B19BB7 background.