COLOR #B17E80

HEX: #B17E80
RGB: (177,126,128)

Color info

#B17E80 contains red, green and blue colors in about the same proportion. Web safe color of #B17E80 is #996666 (or #966).

RGB color model

#B17E80 color RGB value is (177,126,128).

  • red value is 177;
  • green value is 126;
  • blue value is 128.
RGB:
(177,126,128)
(69%,49%,50%)

RGB channels and saturation

R 177 of 255 = 69%
G 126 of 255 = 49%
B 128 of 255 = 50%

177
126
128

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

Portions of RGB colors in percentages

R + G + B =
177 + 126 + 128 = 431 (100%)
R 177 of 431 ~ 41.07%
G 126 of 431 ~ 29.23%
B 128 of 431 ~ 29.7%

%41.07
%29.23
%29.7

CMYK color model

#B17E80 color CMYK value is (0,29,28,31).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 27.68%
  • key color value is 30.59%
CMYK:
(0,29,28,31)
C0M29Y28K31 
(0%,29%,28%,31%)
(0.00/0.29/0.28/0.31)	

CMYK percentages

%0
%28.81
%27.68
%30.59

Codes

Color #B17E80 in popluar color models

B17E80
RGB177126128
HSL358°24.64%59.41%
HSB/HSV358°28.81%69.41%
CMYK0.00%28.81%27.68%
30.59%

Color #B17E80 in popluar number systems.

HEXB17E80
Decimal177126128
Binary10110001111111010000000
Octal261176200

Shades and tints

Shades of #B17E80

#B17E80
(177,126,128)
#A17375
(161,115,117)
#91686A
(145,104,106)
#815D5F
(129,93,95)
#715254
(113,82,84)
#614749
(97,71,73)
#513C3E
(81,60,62)
#413133
(65,49,51)
#312628
(49,38,40)
#211B1D
(33,27,29)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #B17E80

#B17E80
(177,126,128)
#B8898B
(184,137,139)
#BF9496
(191,148,150)
#C69FA1
(198,159,161)
#CDAAAC
(205,170,172)
#D4B5B7
(212,181,183)
#DBC0C2
(219,192,194)
#E2CBCD
(226,203,205)
#E9D6D8
(233,214,216)
#F0E1E3
(240,225,227)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17E80 color. Also use rgb(177,126,128) instead hex code.

Text Font Color

.myTextColor { color: #B17E80; }

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

This text font color is #B17E80.


Background Color

.myBgColor { background-color: #B17E80; }

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

This div background color is #B17E80.


Border color

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

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

This div border color is #B17E80.


Opacity

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

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

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

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

This text has shadow with #B17E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17E80 on black background.


Color preview on white background

This text has color #B17E80 on white background.



Black color preview on #B17E80 background

This text has black color on #B17E80 background.


White color preview on #B17E80 background

This text has white color on #B17E80 background.