COLOR #B27EA0

HEX: #B27EA0
RGB: (178,126,160)

Color info

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

RGB color model

#B27EA0 color RGB value is (178,126,160).

  • red value is 178;
  • green value is 126;
  • blue value is 160.
RGB:
(178,126,160)
(70%,49%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 126 of 255 = 49%
B 160 of 255 = 63%

178
126
160

R + G + B ~ 61%. #B27EA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 126 + 160 = 464 (100%)
R 178 of 464 ~ 38.36%
G 126 of 464 ~ 27.16%
B 160 of 464 ~ 34.48%

%38.36
%27.16
%34.48

CMYK color model

#B27EA0 color CMYK value is (0,29,10,30).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(0,29,10,30)
C0M29Y10K30 
(0%,29%,10%,30%)
(0.00/0.29/0.10/0.30)	

CMYK percentages

%0
%29.21
%10.11
%30.2

Codes

Color #B27EA0 in popluar color models

B27EA0
RGB178126160
HSL321°25.24%59.61%
HSB/HSV321°29.21%69.80%
CMYK0.00%29.21%10.11%
30.20%

Color #B27EA0 in popluar number systems.

HEXB27EA0
Decimal178126160
Binary10110010111111010100000
Octal262176240

Shades and tints

Shades of #B27EA0

#B27EA0
(178,126,160)
#A27392
(162,115,146)
#926884
(146,104,132)
#825D76
(130,93,118)
#725268
(114,82,104)
#62475A
(98,71,90)
#523C4C
(82,60,76)
#42313E
(66,49,62)
#322630
(50,38,48)
#221B22
(34,27,34)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #B27EA0

#B27EA0
(178,126,160)
#B989A8
(185,137,168)
#C094B0
(192,148,176)
#C79FB8
(199,159,184)
#CEAAC0
(206,170,192)
#D5B5C8
(213,181,200)
#DCC0D0
(220,192,208)
#E3CBD8
(227,203,216)
#EAD6E0
(234,214,224)
#F1E1E8
(241,225,232)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27EA0 color. Also use rgb(178,126,160) instead hex code.

Text Font Color

.myTextColor { color: #B27EA0; }

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

This text font color is #B27EA0.


Background Color

.myBgColor { background-color: #B27EA0; }

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

This div background color is #B27EA0.


Border color

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

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

This div border color is #B27EA0.


Opacity

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

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

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

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

This text has shadow with #B27EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27EA0 on black background.


Color preview on white background

This text has color #B27EA0 on white background.



Black color preview on #B27EA0 background

This text has black color on #B27EA0 background.


White color preview on #B27EA0 background

This text has white color on #B27EA0 background.