COLOR #B3778F

HEX: #B3778F
RGB: (179,119,143)

Color info

#B3778F contains mainly red and blue colors. Web safe color of #B3778F is #996699 (or #969).

RGB color model

#B3778F color RGB value is (179,119,143).

  • red value is 179;
  • green value is 119;
  • blue value is 143.
RGB:
(179,119,143)
(70%,47%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 143 of 255 = 56%

179
119
143

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

Portions of RGB colors in percentages

R + G + B =
179 + 119 + 143 = 441 (100%)
R 179 of 441 ~ 40.59%
G 119 of 441 ~ 26.98%
B 143 of 441 ~ 32.43%

%40.59
%26.98
%32.43

CMYK color model

#B3778F color CMYK value is (0,34,20,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(0,34,20,30)
C0M34Y20K30 
(0%,34%,20%,30%)
(0.00/0.34/0.20/0.30)	

CMYK percentages

%0
%33.52
%20.11
%29.8

Codes

Color #B3778F in popluar color models

B3778F
RGB179119143
HSL336°28.30%58.43%
HSB/HSV336°33.52%70.20%
CMYK0.00%33.52%20.11%
29.80%

Color #B3778F in popluar number systems.

HEXB3778F
Decimal179119143
Binary10110011111011110001111
Octal263167217

Shades and tints

Shades of #B3778F

#B3778F
(179,119,143)
#A36D82
(163,109,130)
#936375
(147,99,117)
#835968
(131,89,104)
#734F5B
(115,79,91)
#63454E
(99,69,78)
#533B41
(83,59,65)
#433134
(67,49,52)
#332727
(51,39,39)
#231D1A
(35,29,26)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #B3778F

#B3778F
(179,119,143)
#B98399
(185,131,153)
#BF8FA3
(191,143,163)
#C59BAD
(197,155,173)
#CBA7B7
(203,167,183)
#D1B3C1
(209,179,193)
#D7BFCB
(215,191,203)
#DDCBD5
(221,203,213)
#E3D7DF
(227,215,223)
#E9E3E9
(233,227,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3778F color. Also use rgb(179,119,143) instead hex code.

Text Font Color

.myTextColor { color: #B3778F; }

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

This text font color is #B3778F.


Background Color

.myBgColor { background-color: #B3778F; }

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

This div background color is #B3778F.


Border color

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

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

This div border color is #B3778F.


Opacity

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

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

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

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

This text has shadow with #B3778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3778F on black background.


Color preview on white background

This text has color #B3778F on white background.



Black color preview on #B3778F background

This text has black color on #B3778F background.


White color preview on #B3778F background

This text has white color on #B3778F background.