COLOR #B17B8E

HEX: #B17B8E
RGB: (177,123,142)

Color info

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

RGB color model

#B17B8E color RGB value is (177,123,142).

  • red value is 177;
  • green value is 123;
  • blue value is 142.
RGB:
(177,123,142)
(69%,48%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 123 of 255 = 48%
B 142 of 255 = 56%

177
123
142

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

Portions of RGB colors in percentages

R + G + B =
177 + 123 + 142 = 442 (100%)
R 177 of 442 ~ 40.05%
G 123 of 442 ~ 27.83%
B 142 of 442 ~ 32.13%

%40.05
%27.83
%32.13

CMYK color model

#B17B8E color CMYK value is (0,31,20,31).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 19.77%
  • key color value is 30.59%
CMYK:
(0,31,20,31)
C0M31Y20K31 
(0%,31%,20%,31%)
(0.00/0.31/0.20/0.31)	

CMYK percentages

%0
%30.51
%19.77
%30.59

Codes

Color #B17B8E in popluar color models

B17B8E
RGB177123142
HSL339°25.71%58.82%
HSB/HSV339°30.51%69.41%
CMYK0.00%30.51%19.77%
30.59%

Color #B17B8E in popluar number systems.

HEXB17B8E
Decimal177123142
Binary10110001111101110001110
Octal261173216

Shades and tints

Shades of #B17B8E

#B17B8E
(177,123,142)
#A17082
(161,112,130)
#916576
(145,101,118)
#815A6A
(129,90,106)
#714F5E
(113,79,94)
#614452
(97,68,82)
#513946
(81,57,70)
#412E3A
(65,46,58)
#31232E
(49,35,46)
#211822
(33,24,34)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #B17B8E

#B17B8E
(177,123,142)
#B88798
(184,135,152)
#BF93A2
(191,147,162)
#C69FAC
(198,159,172)
#CDABB6
(205,171,182)
#D4B7C0
(212,183,192)
#DBC3CA
(219,195,202)
#E2CFD4
(226,207,212)
#E9DBDE
(233,219,222)
#F0E7E8
(240,231,232)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17B8E color. Also use rgb(177,123,142) instead hex code.

Text Font Color

.myTextColor { color: #B17B8E; }

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

This text font color is #B17B8E.


Background Color

.myBgColor { background-color: #B17B8E; }

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

This div background color is #B17B8E.


Border color

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

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

This div border color is #B17B8E.


Opacity

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

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

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

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

This text has shadow with #B17B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17B8E on black background.


Color preview on white background

This text has color #B17B8E on white background.



Black color preview on #B17B8E background

This text has black color on #B17B8E background.


White color preview on #B17B8E background

This text has white color on #B17B8E background.