COLOR #B1819D

HEX: #B1819D
RGB: (177,129,157)

Color info

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

RGB color model

#B1819D color RGB value is (177,129,157).

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

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 157 of 255 = 62%

177
129
157

R + G + B ~ 61%. #B1819D is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 129 + 157 = 463 (100%)
R 177 of 463 ~ 38.23%
G 129 of 463 ~ 27.86%
B 157 of 463 ~ 33.91%

%38.23
%27.86
%33.91

CMYK color model

#B1819D color CMYK value is (0,27,11,31).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,27,11,31)
C0M27Y11K31 
(0%,27%,11%,31%)
(0.00/0.27/0.11/0.31)	

CMYK percentages

%0
%27.12
%11.3
%30.59

Codes

Color #B1819D in popluar color models

B1819D
RGB177129157
HSL325°23.53%60.00%
HSB/HSV325°27.12%69.41%
CMYK0.00%27.12%11.30%
30.59%

Color #B1819D in popluar number systems.

HEXB1819D
Decimal177129157
Binary101100011000000110011101
Octal261201235

Shades and tints

Shades of #B1819D

#B1819D
(177,129,157)
#A1768F
(161,118,143)
#916B81
(145,107,129)
#816073
(129,96,115)
#715565
(113,85,101)
#614A57
(97,74,87)
#513F49
(81,63,73)
#41343B
(65,52,59)
#31292D
(49,41,45)
#211E1F
(33,30,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #B1819D

#B1819D
(177,129,157)
#B88CA5
(184,140,165)
#BF97AD
(191,151,173)
#C6A2B5
(198,162,181)
#CDADBD
(205,173,189)
#D4B8C5
(212,184,197)
#DBC3CD
(219,195,205)
#E2CED5
(226,206,213)
#E9D9DD
(233,217,221)
#F0E4E5
(240,228,229)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1819D; }

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

This text font color is #B1819D.


Background Color

.myBgColor { background-color: #B1819D; }

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

This div background color is #B1819D.


Border color

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

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

This div border color is #B1819D.


Opacity

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

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

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

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

This text has shadow with #B1819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1819D on black background.


Color preview on white background

This text has color #B1819D on white background.



Black color preview on #B1819D background

This text has black color on #B1819D background.


White color preview on #B1819D background

This text has white color on #B1819D background.