COLOR #B37E9E

HEX: #B37E9E
RGB: (179,126,158)

Color info

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

RGB color model

#B37E9E color RGB value is (179,126,158).

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

RGB channels and saturation

R 179 of 255 = 70%
G 126 of 255 = 49%
B 158 of 255 = 62%

179
126
158

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

Portions of RGB colors in percentages

R + G + B =
179 + 126 + 158 = 463 (100%)
R 179 of 463 ~ 38.66%
G 126 of 463 ~ 27.21%
B 158 of 463 ~ 34.13%

%38.66
%27.21
%34.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 11.73%
  • key color value is 29.80%
CMYK:
(0,30,12,30)
C0M30Y12K30 
(0%,30%,12%,30%)
(0.00/0.30/0.12/0.30)	

CMYK percentages

%0
%29.61
%11.73
%29.8

Codes

Color #B37E9E in popluar color models

B37E9E
RGB179126158
HSL324°25.85%59.80%
HSB/HSV324°29.61%70.20%
CMYK0.00%29.61%11.73%
29.80%

Color #B37E9E in popluar number systems.

HEXB37E9E
Decimal179126158
Binary10110011111111010011110
Octal263176236

Shades and tints

Shades of #B37E9E

#B37E9E
(179,126,158)
#A37390
(163,115,144)
#936882
(147,104,130)
#835D74
(131,93,116)
#735266
(115,82,102)
#634758
(99,71,88)
#533C4A
(83,60,74)
#43313C
(67,49,60)
#33262E
(51,38,46)
#231B20
(35,27,32)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #B37E9E

#B37E9E
(179,126,158)
#B989A6
(185,137,166)
#BF94AE
(191,148,174)
#C59FB6
(197,159,182)
#CBAABE
(203,170,190)
#D1B5C6
(209,181,198)
#D7C0CE
(215,192,206)
#DDCBD6
(221,203,214)
#E3D6DE
(227,214,222)
#E9E1E6
(233,225,230)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37E9E color. Also use rgb(179,126,158) instead hex code.

Text Font Color

.myTextColor { color: #B37E9E; }

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

This text font color is #B37E9E.


Background Color

.myBgColor { background-color: #B37E9E; }

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

This div background color is #B37E9E.


Border color

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

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

This div border color is #B37E9E.


Opacity

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

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

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

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

This text has shadow with #B37E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37E9E on black background.


Color preview on white background

This text has color #B37E9E on white background.



Black color preview on #B37E9E background

This text has black color on #B37E9E background.


White color preview on #B37E9E background

This text has white color on #B37E9E background.