COLOR #B2879E

HEX: #B2879E RGB: (178,135,158)

Color info

#B2879E contains red, green and blue colors in about the same proportion. Web safe color of #B2879E is #999999 (or #999).

RGB color model

#B2879E color RGB value is (178,135,158).

RGB: (178,135,158) (70%, 53%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 135 of 255 = 53%
B 158 of 255 = 62%

178
135
158

R + G + B ~ 62%. #B2879E is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 135 + 158 = 471 (100%)
R 178 of 471 ~ 37.79%
G 135 of 471 ~ 28.66%
B 158 of 471 ~ 33.55'%

%37.79
%28.66
%33.55

CMYK color model

#B2879E color CMYK value is (0,24,11,30).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 11.24%
  • key color value is 30.20%

CMYK: (0,24,11,30)
C0M24Y11K30 (0%, 24%, 11%, 30%)
(0.00 / 0.24 / 0.11 / 0.30)

CMYK percentages

%0
%24.16
%11.24
%30.2

Codes

Color #B2879E in popluar color models

B2 87 9E
RGB 178 135 158
HSL 328° 21.83% 61.37%
HSB/HSV 328° 24.16% 69.80%
CMYK 0.00% 24.16% 11.24%
30.20%

Color #B2879E in popluar number systems.

HEX B2 87 9E
Decimal 178 135 158
Binary 10110010 10000111 10011110
Octal 262 207 236

Shades and tints

Shades of #B2879E

#B2879E
(178,135,158)
#A27B90
(162,123,144)
#926F82
(146,111,130)
#826374
(130,99,116)
#725766
(114,87,102)
#624B58
(98,75,88)
#523F4A
(82,63,74)
#42333C
(66,51,60)
#32272E
(50,39,46)
#221B20
(34,27,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #B2879E

#B2879E
(178,135,158)
#B991A6
(185,145,166)
#C09BAE
(192,155,174)
#C7A5B6
(199,165,182)
#CEAFBE
(206,175,190)
#D5B9C6
(213,185,198)
#DCC3CE
(220,195,206)
#E3CDD6
(227,205,214)
#EAD7DE
(234,215,222)
#F1E1E6
(241,225,230)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2879E; }

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

This text font color is #B2879E.

Background Color

.myBgColor { background-color: #B2879E; }

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

This div background color is #B2879E.

Border color

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

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

This div border color is #B2879E.

Opacity

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

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

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

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

This text has shadow with #B2879E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2879E.

Preview

Color preview on black background

This text has color #B2879E on black background.


Color preview on white background

This text has color #B2879E on white background.


Black color preview on #B2879E background

This text has black color on #B2879E background.


White color preview on #B2879E background

This text has white color on #B2879E background.


Related colors

Complementary color

Complementary color for #hex is #4D7861.


I love getcolorcode.com

Triadic colors

1 #9EB287 and #879EB2 with #B2879E are triadic colors.

2 #9E87B2 and #87B29E with #B2879E are triadic colors.