COLOR #B27E9D

HEX: #B27E9D
RGB: (178,126,157)

Color info

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

RGB color model

#B27E9D color RGB value is (178,126,157).

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

RGB channels and saturation

R 178 of 255 = 70%
G 126 of 255 = 49%
B 157 of 255 = 62%

178
126
157

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

Portions of RGB colors in percentages

R + G + B =
178 + 126 + 157 = 461 (100%)
R 178 of 461 ~ 38.61%
G 126 of 461 ~ 27.33%
B 157 of 461 ~ 34.06%

%38.61
%27.33
%34.06

CMYK color model

#B27E9D color CMYK value is (0,29,12,30).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 11.80%
  • key color value is 30.20%
CMYK:
(0,29,12,30)
C0M29Y12K30 
(0%,29%,12%,30%)
(0.00/0.29/0.12/0.30)	

CMYK percentages

%0
%29.21
%11.8
%30.2

Codes

Color #B27E9D in popluar color models

B27E9D
RGB178126157
HSL324°25.24%59.61%
HSB/HSV324°29.21%69.80%
CMYK0.00%29.21%11.80%
30.20%

Color #B27E9D in popluar number systems.

HEXB27E9D
Decimal178126157
Binary10110010111111010011101
Octal262176235

Shades and tints

Shades of #B27E9D

#B27E9D
(178,126,157)
#A2738F
(162,115,143)
#926881
(146,104,129)
#825D73
(130,93,115)
#725265
(114,82,101)
#624757
(98,71,87)
#523C49
(82,60,73)
#42313B
(66,49,59)
#32262D
(50,38,45)
#221B1F
(34,27,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #B27E9D

#B27E9D
(178,126,157)
#B989A5
(185,137,165)
#C094AD
(192,148,173)
#C79FB5
(199,159,181)
#CEAABD
(206,170,189)
#D5B5C5
(213,181,197)
#DCC0CD
(220,192,205)
#E3CBD5
(227,203,213)
#EAD6DD
(234,214,221)
#F1E1E5
(241,225,229)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27E9D; }

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

This text font color is #B27E9D.


Background Color

.myBgColor { background-color: #B27E9D; }

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

This div background color is #B27E9D.


Border color

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

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

This div border color is #B27E9D.


Opacity

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

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

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

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

This text has shadow with #B27E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27E9D on black background.


Color preview on white background

This text has color #B27E9D on white background.



Black color preview on #B27E9D background

This text has black color on #B27E9D background.


White color preview on #B27E9D background

This text has white color on #B27E9D background.