COLOR #B1788F

HEX: #B1788F
RGB: (177,120,143)

Color info

#B1788F contains red, green and blue colors in about the same proportion. Web safe color of #B1788F is #996699 (or #969).

RGB color model

#B1788F color RGB value is (177,120,143).

  • red value is 177;
  • green value is 120;
  • blue value is 143.
RGB:
(177,120,143)
(69%,47%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 120 of 255 = 47%
B 143 of 255 = 56%

177
120
143

R + G + B ~ 57%. #B1788F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 120 + 143 = 440 (100%)
R 177 of 440 ~ 40.23%
G 120 of 440 ~ 27.27%
B 143 of 440 ~ 32.5%

%40.23
%27.27
%32.5

CMYK color model

#B1788F color CMYK value is (0,32,19,31).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 19.21%
  • key color value is 30.59%
CMYK:
(0,32,19,31)
C0M32Y19K31 
(0%,32%,19%,31%)
(0.00/0.32/0.19/0.31)	

CMYK percentages

%0
%32.2
%19.21
%30.59

Codes

Color #B1788F in popluar color models

B1788F
RGB177120143
HSL336°26.76%58.24%
HSB/HSV336°32.20%69.41%
CMYK0.00%32.20%19.21%
30.59%

Color #B1788F in popluar number systems.

HEXB1788F
Decimal177120143
Binary10110001111100010001111
Octal261170217

Shades and tints

Shades of #B1788F

#B1788F
(177,120,143)
#A16E82
(161,110,130)
#916475
(145,100,117)
#815A68
(129,90,104)
#71505B
(113,80,91)
#61464E
(97,70,78)
#513C41
(81,60,65)
#413234
(65,50,52)
#312827
(49,40,39)
#211E1A
(33,30,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #B1788F

#B1788F
(177,120,143)
#B88499
(184,132,153)
#BF90A3
(191,144,163)
#C69CAD
(198,156,173)
#CDA8B7
(205,168,183)
#D4B4C1
(212,180,193)
#DBC0CB
(219,192,203)
#E2CCD5
(226,204,213)
#E9D8DF
(233,216,223)
#F0E4E9
(240,228,233)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1788F color. Also use rgb(177,120,143) instead hex code.

Text Font Color

.myTextColor { color: #B1788F; }

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

This text font color is #B1788F.


Background Color

.myBgColor { background-color: #B1788F; }

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

This div background color is #B1788F.


Border color

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

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

This div border color is #B1788F.


Opacity

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

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

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

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

This text has shadow with #B1788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1788F on black background.


Color preview on white background

This text has color #B1788F on white background.



Black color preview on #B1788F background

This text has black color on #B1788F background.


White color preview on #B1788F background

This text has white color on #B1788F background.