COLOR #B27F96

HEX: #B27F96
RGB: (178,127,150)

Color info

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

RGB color model

#B27F96 color RGB value is (178,127,150).

  • red value is 178;
  • green value is 127;
  • blue value is 150.
RGB:
(178,127,150)
(70%,50%,59%)

RGB channels and saturation

R 178 of 255 = 70%
G 127 of 255 = 50%
B 150 of 255 = 59%

178
127
150

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

Portions of RGB colors in percentages

R + G + B =
178 + 127 + 150 = 455 (100%)
R 178 of 455 ~ 39.12%
G 127 of 455 ~ 27.91%
B 150 of 455 ~ 32.97%

%39.12
%27.91
%32.97

CMYK color model

#B27F96 color CMYK value is (0,29,16,30).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(0,29,16,30)
C0M29Y16K30 
(0%,29%,16%,30%)
(0.00/0.29/0.16/0.30)	

CMYK percentages

%0
%28.65
%15.73
%30.2

Codes

Color #B27F96 in popluar color models

B27F96
RGB178127150
HSL333°24.88%59.80%
HSB/HSV333°28.65%69.80%
CMYK0.00%28.65%15.73%
30.20%

Color #B27F96 in popluar number systems.

HEXB27F96
Decimal178127150
Binary10110010111111110010110
Octal262177226

Shades and tints

Shades of #B27F96

#B27F96
(178,127,150)
#A27489
(162,116,137)
#92697C
(146,105,124)
#825E6F
(130,94,111)
#725362
(114,83,98)
#624855
(98,72,85)
#523D48
(82,61,72)
#42323B
(66,50,59)
#32272E
(50,39,46)
#221C21
(34,28,33)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B27F96

#B27F96
(178,127,150)
#B98A9F
(185,138,159)
#C095A8
(192,149,168)
#C7A0B1
(199,160,177)
#CEABBA
(206,171,186)
#D5B6C3
(213,182,195)
#DCC1CC
(220,193,204)
#E3CCD5
(227,204,213)
#EAD7DE
(234,215,222)
#F1E2E7
(241,226,231)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27F96 color. Also use rgb(178,127,150) instead hex code.

Text Font Color

.myTextColor { color: #B27F96; }

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

This text font color is #B27F96.


Background Color

.myBgColor { background-color: #B27F96; }

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

This div background color is #B27F96.


Border color

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

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

This div border color is #B27F96.


Opacity

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

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

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

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

This text has shadow with #B27F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27F96 on black background.


Color preview on white background

This text has color #B27F96 on white background.



Black color preview on #B27F96 background

This text has black color on #B27F96 background.


White color preview on #B27F96 background

This text has white color on #B27F96 background.