COLOR #B37DA3

HEX: #B37DA3
RGB: (179,125,163)

Color info

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

RGB color model

#B37DA3 color RGB value is (179,125,163).

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

RGB channels and saturation

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

179
125
163

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

Portions of RGB colors in percentages

R + G + B =
179 + 125 + 163 = 467 (100%)
R 179 of 467 ~ 38.33%
G 125 of 467 ~ 26.77%
B 163 of 467 ~ 34.9%

%38.33
%26.77
%34.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.17%
  • 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
%30.17
%8.94
%29.8

Codes

Color #B37DA3 in popluar color models

B37DA3
RGB179125163
HSL318°26.21%59.61%
HSB/HSV318°30.17%70.20%
CMYK0.00%30.17%8.94%
29.80%

Color #B37DA3 in popluar number systems.

HEXB37DA3
Decimal179125163
Binary10110011111110110100011
Octal263175243

Shades and tints

Shades of #B37DA3

#B37DA3
(179,125,163)
#A37295
(163,114,149)
#936787
(147,103,135)
#835C79
(131,92,121)
#73516B
(115,81,107)
#63465D
(99,70,93)
#533B4F
(83,59,79)
#433041
(67,48,65)
#332533
(51,37,51)
#231A25
(35,26,37)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #B37DA3

#B37DA3
(179,125,163)
#B988AB
(185,136,171)
#BF93B3
(191,147,179)
#C59EBB
(197,158,187)
#CBA9C3
(203,169,195)
#D1B4CB
(209,180,203)
#D7BFD3
(215,191,211)
#DDCADB
(221,202,219)
#E3D5E3
(227,213,227)
#E9E0EB
(233,224,235)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37DA3; }

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

This text font color is #B37DA3.


Background Color

.myBgColor { background-color: #B37DA3; }

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

This div background color is #B37DA3.


Border color

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

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

This div border color is #B37DA3.


Opacity

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

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

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

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

This text has shadow with #B37DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37DA3 on black background.


Color preview on white background

This text has color #B37DA3 on white background.



Black color preview on #B37DA3 background

This text has black color on #B37DA3 background.


White color preview on #B37DA3 background

This text has white color on #B37DA3 background.