COLOR #B67F88

HEX: #B67F88
RGB: (182,127,136)

Color info

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

RGB color model

#B67F88 color RGB value is (182,127,136).

  • red value is 182;
  • green value is 127;
  • blue value is 136.
RGB:
(182,127,136)
(71%,50%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 127 of 255 = 50%
B 136 of 255 = 53%

182
127
136

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

Portions of RGB colors in percentages

R + G + B =
182 + 127 + 136 = 445 (100%)
R 182 of 445 ~ 40.9%
G 127 of 445 ~ 28.54%
B 136 of 445 ~ 30.56%

%40.9
%28.54
%30.56

CMYK color model

#B67F88 color CMYK value is (0,30,25,29).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(0,30,25,29)
C0M30Y25K29 
(0%,30%,25%,29%)
(0.00/0.30/0.25/0.29)	

CMYK percentages

%0
%30.22
%25.27
%28.63

Codes

Color #B67F88 in popluar color models

B67F88
RGB182127136
HSL350°27.36%60.59%
HSB/HSV350°30.22%71.37%
CMYK0.00%30.22%25.27%
28.63%

Color #B67F88 in popluar number systems.

HEXB67F88
Decimal182127136
Binary10110110111111110001000
Octal266177210

Shades and tints

Shades of #B67F88

#B67F88
(182,127,136)
#A6747C
(166,116,124)
#966970
(150,105,112)
#865E64
(134,94,100)
#765358
(118,83,88)
#66484C
(102,72,76)
#563D40
(86,61,64)
#463234
(70,50,52)
#362728
(54,39,40)
#261C1C
(38,28,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #B67F88

#B67F88
(182,127,136)
#BC8A92
(188,138,146)
#C2959C
(194,149,156)
#C8A0A6
(200,160,166)
#CEABB0
(206,171,176)
#D4B6BA
(212,182,186)
#DAC1C4
(218,193,196)
#E0CCCE
(224,204,206)
#E6D7D8
(230,215,216)
#ECE2E2
(236,226,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67F88 color. Also use rgb(182,127,136) instead hex code.

Text Font Color

.myTextColor { color: #B67F88; }

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

This text font color is #B67F88.


Background Color

.myBgColor { background-color: #B67F88; }

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

This div background color is #B67F88.


Border color

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

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

This div border color is #B67F88.


Opacity

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

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

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

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

This text has shadow with #B67F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67F88 on black background.


Color preview on white background

This text has color #B67F88 on white background.



Black color preview on #B67F88 background

This text has black color on #B67F88 background.


White color preview on #B67F88 background

This text has white color on #B67F88 background.