COLOR #B1999D

HEX: #B1999D
RGB: (177,153,157)

Color info

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

RGB color model

#B1999D color RGB value is (177,153,157).

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

RGB channels and saturation

R 177 of 255 = 69%
G 153 of 255 = 60%
B 157 of 255 = 62%

177
153
157

R + G + B ~ 64%. #B1999D is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 153 + 157 = 487 (100%)
R 177 of 487 ~ 36.34%
G 153 of 487 ~ 31.42%
B 157 of 487 ~ 32.24%

%36.34
%31.42
%32.24

CMYK color model

#B1999D color CMYK value is (0,14,11,31).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,14,11,31)
C0M14Y11K31 
(0%,14%,11%,31%)
(0.00/0.14/0.11/0.31)	

CMYK percentages

%0
%13.56
%11.3
%30.59

Codes

Color #B1999D in popluar color models

B1999D
RGB177153157
HSL350°13.33%64.71%
HSB/HSV350°13.56%69.41%
CMYK0.00%13.56%11.30%
30.59%

Color #B1999D in popluar number systems.

HEXB1999D
Decimal177153157
Binary101100011001100110011101
Octal261231235

Shades and tints

Shades of #B1999D

#B1999D
(177,153,157)
#A18C8F
(161,140,143)
#917F81
(145,127,129)
#817273
(129,114,115)
#716565
(113,101,101)
#615857
(97,88,87)
#514B49
(81,75,73)
#413E3B
(65,62,59)
#31312D
(49,49,45)
#21241F
(33,36,31)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #B1999D

#B1999D
(177,153,157)
#B8A2A5
(184,162,165)
#BFABAD
(191,171,173)
#C6B4B5
(198,180,181)
#CDBDBD
(205,189,189)
#D4C6C5
(212,198,197)
#DBCFCD
(219,207,205)
#E2D8D5
(226,216,213)
#E9E1DD
(233,225,221)
#F0EAE5
(240,234,229)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1999D; }

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

This text font color is #B1999D.


Background Color

.myBgColor { background-color: #B1999D; }

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

This div background color is #B1999D.


Border color

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

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

This div border color is #B1999D.


Opacity

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

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

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

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

This text has shadow with #B1999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1999D on black background.


Color preview on white background

This text has color #B1999D on white background.



Black color preview on #B1999D background

This text has black color on #B1999D background.


White color preview on #B1999D background

This text has white color on #B1999D background.