COLOR #B67E87

HEX: #B67E87
RGB: (182,126,135)

Color info

#B67E87 contains red, green and blue colors in about the same proportion. Web safe color of #B67E87 is #CC6699 (or #C69).

RGB color model

#B67E87 color RGB value is (182,126,135).

  • red value is 182;
  • green value is 126;
  • blue value is 135.
RGB:
(182,126,135)
(71%,49%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 126 of 255 = 49%
B 135 of 255 = 53%

182
126
135

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

Portions of RGB colors in percentages

R + G + B =
182 + 126 + 135 = 443 (100%)
R 182 of 443 ~ 41.08%
G 126 of 443 ~ 28.44%
B 135 of 443 ~ 30.47%

%41.08
%28.44
%30.47

CMYK color model

#B67E87 color CMYK value is (0,31,26,29).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(0,31,26,29)
C0M31Y26K29 
(0%,31%,26%,29%)
(0.00/0.31/0.26/0.29)	

CMYK percentages

%0
%30.77
%25.82
%28.63

Codes

Color #B67E87 in popluar color models

B67E87
RGB182126135
HSL350°27.72%60.39%
HSB/HSV350°30.77%71.37%
CMYK0.00%30.77%25.82%
28.63%

Color #B67E87 in popluar number systems.

HEXB67E87
Decimal182126135
Binary10110110111111010000111
Octal266176207

Shades and tints

Shades of #B67E87

#B67E87
(182,126,135)
#A6737B
(166,115,123)
#96686F
(150,104,111)
#865D63
(134,93,99)
#765257
(118,82,87)
#66474B
(102,71,75)
#563C3F
(86,60,63)
#463133
(70,49,51)
#362627
(54,38,39)
#261B1B
(38,27,27)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #B67E87

#B67E87
(182,126,135)
#BC8991
(188,137,145)
#C2949B
(194,148,155)
#C89FA5
(200,159,165)
#CEAAAF
(206,170,175)
#D4B5B9
(212,181,185)
#DAC0C3
(218,192,195)
#E0CBCD
(224,203,205)
#E6D6D7
(230,214,215)
#ECE1E1
(236,225,225)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67E87 color. Also use rgb(182,126,135) instead hex code.

Text Font Color

.myTextColor { color: #B67E87; }

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

This text font color is #B67E87.


Background Color

.myBgColor { background-color: #B67E87; }

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

This div background color is #B67E87.


Border color

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

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

This div border color is #B67E87.


Opacity

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

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

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

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

This text has shadow with #B67E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67E87 on black background.


Color preview on white background

This text has color #B67E87 on white background.



Black color preview on #B67E87 background

This text has black color on #B67E87 background.


White color preview on #B67E87 background

This text has white color on #B67E87 background.