COLOR #B5879D

HEX: #B5879D RGB: (181,135,157)

Color info

#B5879D contains red, green and blue colors in about the same proportion. Web safe color of #B5879D is #CC9999 (or #C99).

RGB color model

#B5879D color RGB value is (181,135,157).

RGB: (181,135,157) (71%, 53%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 157 of 255 = 62%

181
135
157

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

Portions of RGB colors in percentages

R + G + B = 181 + 135 + 157 = 473 (100%)
R 181 of 473 ~ 38.27%
G 135 of 473 ~ 28.54%
B 157 of 473 ~ 33.19'%

%38.27
%28.54
%33.19

CMYK color model

#B5879D color CMYK value is (0,25,13,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 13.26%
  • key color value is 29.02%

CMYK: (0,25,13,29)
C0M25Y13K29 (0%, 25%, 13%, 29%)
(0.00 / 0.25 / 0.13 / 0.29)

CMYK percentages

%0
%25.41
%13.26
%29.02

Codes

Color #B5879D in popluar color models

B5 87 9D
RGB 181 135 157
HSL 331° 23.71% 61.96%
HSB/HSV 331° 25.41% 70.98%
CMYK 0.00% 25.41% 13.26%
29.02%

Color #B5879D in popluar number systems.

HEX B5 87 9D
Decimal 181 135 157
Binary 10110101 10000111 10011101
Octal 265 207 235

Shades and tints

Shades of #B5879D

#B5879D
(181,135,157)
#A57B8F
(165,123,143)
#956F81
(149,111,129)
#856373
(133,99,115)
#755765
(117,87,101)
#654B57
(101,75,87)
#553F49
(85,63,73)
#45333B
(69,51,59)
#35272D
(53,39,45)
#251B1F
(37,27,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #B5879D

#B5879D
(181,135,157)
#BB91A5
(187,145,165)
#C19BAD
(193,155,173)
#C7A5B5
(199,165,181)
#CDAFBD
(205,175,189)
#D3B9C5
(211,185,197)
#D9C3CD
(217,195,205)
#DFCDD5
(223,205,213)
#E5D7DD
(229,215,221)
#EBE1E5
(235,225,229)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5879D color. Also use rgb(181,135,157) instead hex code.

Text Font Color

.myTextColor { color: #B5879D; }

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

This text font color is #B5879D.

Background Color

.myBgColor { background-color: #B5879D; }

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

This div background color is #B5879D.

Border color

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

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

This div border color is #B5879D.

Opacity

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

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

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

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

This text has shadow with #B5879D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5879D.

Preview

Color preview on black background

This text has color #B5879D on black background.


Color preview on white background

This text has color #B5879D on white background.


Black color preview on #B5879D background

This text has black color on #B5879D background.


White color preview on #B5879D background

This text has white color on #B5879D background.


Related colors

Complementary color

Complementary color for #hex is #4A7862.


I love getcolorcode.com

Triadic colors

1 #9DB587 and #879DB5 with #B5879D are triadic colors.

2 #9D87B5 and #87B59D with #B5879D are triadic colors.