COLOR #B37EA3

HEX: #B37EA3
RGB: (179,126,163)

Color info

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

RGB color model

#B37EA3 color RGB value is (179,126,163).

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

RGB channels and saturation

R 179 of 255 = 70%
G 126 of 255 = 49%
B 163 of 255 = 64%

179
126
163

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

Portions of RGB colors in percentages

R + G + B =
179 + 126 + 163 = 468 (100%)
R 179 of 468 ~ 38.25%
G 126 of 468 ~ 26.92%
B 163 of 468 ~ 34.83%

%38.25
%26.92
%34.83

CMYK color model

#B37EA3 color CMYK value is (0,30,9,30).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 8.94%
  • key color value is 29.80%
CMYK:
(0,30,9,30)
C0M30Y9K30 
(0%,30%,9%,30%)
(0.00/0.30/0.09/0.30)	

CMYK percentages

%0
%29.61
%8.94
%29.8

Codes

Color #B37EA3 in popluar color models

B37EA3
RGB179126163
HSL318°25.85%59.80%
HSB/HSV318°29.61%70.20%
CMYK0.00%29.61%8.94%
29.80%

Color #B37EA3 in popluar number systems.

HEXB37EA3
Decimal179126163
Binary10110011111111010100011
Octal263176243

Shades and tints

Shades of #B37EA3

#B37EA3
(179,126,163)
#A37395
(163,115,149)
#936887
(147,104,135)
#835D79
(131,93,121)
#73526B
(115,82,107)
#63475D
(99,71,93)
#533C4F
(83,60,79)
#433141
(67,49,65)
#332633
(51,38,51)
#231B25
(35,27,37)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #B37EA3

#B37EA3
(179,126,163)
#B989AB
(185,137,171)
#BF94B3
(191,148,179)
#C59FBB
(197,159,187)
#CBAAC3
(203,170,195)
#D1B5CB
(209,181,203)
#D7C0D3
(215,192,211)
#DDCBDB
(221,203,219)
#E3D6E3
(227,214,227)
#E9E1EB
(233,225,235)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37EA3; }

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

This text font color is #B37EA3.


Background Color

.myBgColor { background-color: #B37EA3; }

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

This div background color is #B37EA3.


Border color

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

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

This div border color is #B37EA3.


Opacity

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

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

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

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

This text has shadow with #B37EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37EA3 on black background.


Color preview on white background

This text has color #B37EA3 on white background.



Black color preview on #B37EA3 background

This text has black color on #B37EA3 background.


White color preview on #B37EA3 background

This text has white color on #B37EA3 background.