COLOR #B67F97

HEX: #B67F97
RGB: (182,127,151)

Color info

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

RGB color model

#B67F97 color RGB value is (182,127,151).

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

RGB channels and saturation

R 182 of 255 = 71%
G 127 of 255 = 50%
B 151 of 255 = 59%

182
127
151

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

Portions of RGB colors in percentages

R + G + B =
182 + 127 + 151 = 460 (100%)
R 182 of 460 ~ 39.57%
G 127 of 460 ~ 27.61%
B 151 of 460 ~ 32.83%

%39.57
%27.61
%32.83

CMYK color model

#B67F97 color CMYK value is (0,30,17,29).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(0,30,17,29)
C0M30Y17K29 
(0%,30%,17%,29%)
(0.00/0.30/0.17/0.29)	

CMYK percentages

%0
%30.22
%17.03
%28.63

Codes

Color #B67F97 in popluar color models

B67F97
RGB182127151
HSL334°27.36%60.59%
HSB/HSV334°30.22%71.37%
CMYK0.00%30.22%17.03%
28.63%

Color #B67F97 in popluar number systems.

HEXB67F97
Decimal182127151
Binary10110110111111110010111
Octal266177227

Shades and tints

Shades of #B67F97

#B67F97
(182,127,151)
#A6748A
(166,116,138)
#96697D
(150,105,125)
#865E70
(134,94,112)
#765363
(118,83,99)
#664856
(102,72,86)
#563D49
(86,61,73)
#46323C
(70,50,60)
#36272F
(54,39,47)
#261C22
(38,28,34)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #B67F97

#B67F97
(182,127,151)
#BC8AA0
(188,138,160)
#C295A9
(194,149,169)
#C8A0B2
(200,160,178)
#CEABBB
(206,171,187)
#D4B6C4
(212,182,196)
#DAC1CD
(218,193,205)
#E0CCD6
(224,204,214)
#E6D7DF
(230,215,223)
#ECE2E8
(236,226,232)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67F97; }

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

This text font color is #B67F97.


Background Color

.myBgColor { background-color: #B67F97; }

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

This div background color is #B67F97.


Border color

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

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

This div border color is #B67F97.


Opacity

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

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

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

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

This text has shadow with #B67F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67F97 on black background.


Color preview on white background

This text has color #B67F97 on white background.



Black color preview on #B67F97 background

This text has black color on #B67F97 background.


White color preview on #B67F97 background

This text has white color on #B67F97 background.