COLOR #B2779E

HEX: #B2779E
RGB: (178,119,158)

Color info

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

RGB color model

#B2779E color RGB value is (178,119,158).

  • red value is 178;
  • green value is 119;
  • blue value is 158.
RGB:
(178,119,158)
(70%,47%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 119 of 255 = 47%
B 158 of 255 = 62%

178
119
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 119 + 158 = 455 (100%)
R 178 of 455 ~ 39.12%
G 119 of 455 ~ 26.15%
B 158 of 455 ~ 34.73%

%39.12
%26.15
%34.73

CMYK color model

#B2779E color CMYK value is (0,33,11,30).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(0,33,11,30)
C0M33Y11K30 
(0%,33%,11%,30%)
(0.00/0.33/0.11/0.30)	

CMYK percentages

%0
%33.15
%11.24
%30.2

Codes

Color #B2779E in popluar color models

B2779E
RGB178119158
HSL320°27.70%58.24%
HSB/HSV320°33.15%69.80%
CMYK0.00%33.15%11.24%
30.20%

Color #B2779E in popluar number systems.

HEXB2779E
Decimal178119158
Binary10110010111011110011110
Octal262167236

Shades and tints

Shades of #B2779E

#B2779E
(178,119,158)
#A26D90
(162,109,144)
#926382
(146,99,130)
#825974
(130,89,116)
#724F66
(114,79,102)
#624558
(98,69,88)
#523B4A
(82,59,74)
#42313C
(66,49,60)
#32272E
(50,39,46)
#221D20
(34,29,32)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #B2779E

#B2779E
(178,119,158)
#B983A6
(185,131,166)
#C08FAE
(192,143,174)
#C79BB6
(199,155,182)
#CEA7BE
(206,167,190)
#D5B3C6
(213,179,198)
#DCBFCE
(220,191,206)
#E3CBD6
(227,203,214)
#EAD7DE
(234,215,222)
#F1E3E6
(241,227,230)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2779E color. Also use rgb(178,119,158) instead hex code.

Text Font Color

.myTextColor { color: #B2779E; }

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

This text font color is #B2779E.


Background Color

.myBgColor { background-color: #B2779E; }

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

This div background color is #B2779E.


Border color

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

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

This div border color is #B2779E.


Opacity

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

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

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

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

This text has shadow with #B2779E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2779E on black background.


Color preview on white background

This text has color #B2779E on white background.



Black color preview on #B2779E background

This text has black color on #B2779E background.


White color preview on #B2779E background

This text has white color on #B2779E background.