COLOR #B3799F

HEX: #B3799F
RGB: (179,121,159)

Color info

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

RGB color model

#B3799F color RGB value is (179,121,159).

  • red value is 179;
  • green value is 121;
  • blue value is 159.
RGB:
(179,121,159)
(70%,47%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 159 of 255 = 62%

179
121
159

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

Portions of RGB colors in percentages

R + G + B =
179 + 121 + 159 = 459 (100%)
R 179 of 459 ~ 39%
G 121 of 459 ~ 26.36%
B 159 of 459 ~ 34.64%

%39
%26.36
%34.64

CMYK color model

#B3799F color CMYK value is (0,32,11,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(0,32,11,30)
C0M32Y11K30 
(0%,32%,11%,30%)
(0.00/0.32/0.11/0.30)	

CMYK percentages

%0
%32.4
%11.17
%29.8

Codes

Color #B3799F in popluar color models

B3799F
RGB179121159
HSL321°27.62%58.82%
HSB/HSV321°32.40%70.20%
CMYK0.00%32.40%11.17%
29.80%

Color #B3799F in popluar number systems.

HEXB3799F
Decimal179121159
Binary10110011111100110011111
Octal263171237

Shades and tints

Shades of #B3799F

#B3799F
(179,121,159)
#A36E91
(163,110,145)
#936383
(147,99,131)
#835875
(131,88,117)
#734D67
(115,77,103)
#634259
(99,66,89)
#53374B
(83,55,75)
#432C3D
(67,44,61)
#33212F
(51,33,47)
#231621
(35,22,33)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #B3799F

#B3799F
(179,121,159)
#B985A7
(185,133,167)
#BF91AF
(191,145,175)
#C59DB7
(197,157,183)
#CBA9BF
(203,169,191)
#D1B5C7
(209,181,199)
#D7C1CF
(215,193,207)
#DDCDD7
(221,205,215)
#E3D9DF
(227,217,223)
#E9E5E7
(233,229,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3799F color. Also use rgb(179,121,159) instead hex code.

Text Font Color

.myTextColor { color: #B3799F; }

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

This text font color is #B3799F.


Background Color

.myBgColor { background-color: #B3799F; }

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

This div background color is #B3799F.


Border color

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

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

This div border color is #B3799F.


Opacity

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

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

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

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

This text has shadow with #B3799F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3799F on black background.


Color preview on white background

This text has color #B3799F on white background.



Black color preview on #B3799F background

This text has black color on #B3799F background.


White color preview on #B3799F background

This text has white color on #B3799F background.