COLOR #B67B87

HEX: #B67B87
RGB: (182,123,135)

Color info

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

RGB color model

#B67B87 color RGB value is (182,123,135).

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

RGB channels and saturation

R 182 of 255 = 71%
G 123 of 255 = 48%
B 135 of 255 = 53%

182
123
135

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

Portions of RGB colors in percentages

R + G + B =
182 + 123 + 135 = 440 (100%)
R 182 of 440 ~ 41.36%
G 123 of 440 ~ 27.95%
B 135 of 440 ~ 30.68%

%41.36
%27.95
%30.68

CMYK color model

#B67B87 color CMYK value is (0,32,26,29).

  • cyan value is 0.00%
  • magenta value is 32.42%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(0,32,26,29)
C0M32Y26K29 
(0%,32%,26%,29%)
(0.00/0.32/0.26/0.29)	

CMYK percentages

%0
%32.42
%25.82
%28.63

Codes

Color #B67B87 in popluar color models

B67B87
RGB182123135
HSL348°28.78%59.80%
HSB/HSV348°32.42%71.37%
CMYK0.00%32.42%25.82%
28.63%

Color #B67B87 in popluar number systems.

HEXB67B87
Decimal182123135
Binary10110110111101110000111
Octal266173207

Shades and tints

Shades of #B67B87

#B67B87
(182,123,135)
#A6707B
(166,112,123)
#96656F
(150,101,111)
#865A63
(134,90,99)
#764F57
(118,79,87)
#66444B
(102,68,75)
#56393F
(86,57,63)
#462E33
(70,46,51)
#362327
(54,35,39)
#26181B
(38,24,27)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #B67B87

#B67B87
(182,123,135)
#BC8791
(188,135,145)
#C2939B
(194,147,155)
#C89FA5
(200,159,165)
#CEABAF
(206,171,175)
#D4B7B9
(212,183,185)
#DAC3C3
(218,195,195)
#E0CFCD
(224,207,205)
#E6DBD7
(230,219,215)
#ECE7E1
(236,231,225)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67B87; }

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

This text font color is #B67B87.


Background Color

.myBgColor { background-color: #B67B87; }

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

This div background color is #B67B87.


Border color

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

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

This div border color is #B67B87.


Opacity

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

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

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

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

This text has shadow with #B67B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67B87 on black background.


Color preview on white background

This text has color #B67B87 on white background.



Black color preview on #B67B87 background

This text has black color on #B67B87 background.


White color preview on #B67B87 background

This text has white color on #B67B87 background.