COLOR #B17E8A

HEX: #B17E8A
RGB: (177,126,138)

Color info

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

RGB color model

#B17E8A color RGB value is (177,126,138).

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

RGB channels and saturation

R 177 of 255 = 69%
G 126 of 255 = 49%
B 138 of 255 = 54%

177
126
138

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

Portions of RGB colors in percentages

R + G + B =
177 + 126 + 138 = 441 (100%)
R 177 of 441 ~ 40.14%
G 126 of 441 ~ 28.57%
B 138 of 441 ~ 31.29%

%40.14
%28.57
%31.29

CMYK color model

#B17E8A color CMYK value is (0,29,22,31).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 22.03%
  • key color value is 30.59%
CMYK:
(0,29,22,31)
C0M29Y22K31 
(0%,29%,22%,31%)
(0.00/0.29/0.22/0.31)	

CMYK percentages

%0
%28.81
%22.03
%30.59

Codes

Color #B17E8A in popluar color models

B17E8A
RGB177126138
HSL346°24.64%59.41%
HSB/HSV346°28.81%69.41%
CMYK0.00%28.81%22.03%
30.59%

Color #B17E8A in popluar number systems.

HEXB17E8A
Decimal177126138
Binary10110001111111010001010
Octal261176212

Shades and tints

Shades of #B17E8A

#B17E8A
(177,126,138)
#A1737E
(161,115,126)
#916872
(145,104,114)
#815D66
(129,93,102)
#71525A
(113,82,90)
#61474E
(97,71,78)
#513C42
(81,60,66)
#413136
(65,49,54)
#31262A
(49,38,42)
#211B1E
(33,27,30)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #B17E8A

#B17E8A
(177,126,138)
#B88994
(184,137,148)
#BF949E
(191,148,158)
#C69FA8
(198,159,168)
#CDAAB2
(205,170,178)
#D4B5BC
(212,181,188)
#DBC0C6
(219,192,198)
#E2CBD0
(226,203,208)
#E9D6DA
(233,214,218)
#F0E1E4
(240,225,228)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17E8A; }

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

This text font color is #B17E8A.


Background Color

.myBgColor { background-color: #B17E8A; }

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

This div background color is #B17E8A.


Border color

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

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

This div border color is #B17E8A.


Opacity

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

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

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

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

This text has shadow with #B17E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17E8A on black background.


Color preview on white background

This text has color #B17E8A on white background.



Black color preview on #B17E8A background

This text has black color on #B17E8A background.


White color preview on #B17E8A background

This text has white color on #B17E8A background.