COLOR #BD879E

HEX: #BD879E RGB: (189,135,158)

Color info

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

RGB color model

#BD879E color RGB value is (189,135,158).

RGB: (189,135,158) (74%, 53%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 158 of 255 = 62%

189
135
158

R + G + B ~ 63%. #BD879E is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 135 + 158 = 482 (100%)
R 189 of 482 ~ 39.21%
G 135 of 482 ~ 28.01%
B 158 of 482 ~ 32.78'%

%39.21
%28.01
%32.78

CMYK color model

#BD879E color CMYK value is (0,29,16,26).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 16.40%
  • key color value is 25.88%

CMYK: (0,29,16,26)
C0M29Y16K26 (0%, 29%, 16%, 26%)
(0.00 / 0.29 / 0.16 / 0.26)

CMYK percentages

%0
%28.57
%16.4
%25.88

Codes

Color #BD879E in popluar color models

BD 87 9E
RGB 189 135 158
HSL 334° 29.03% 63.53%
HSB/HSV 334° 28.57% 74.12%
CMYK 0.00% 28.57% 16.40%
25.88%

Color #BD879E in popluar number systems.

HEX BD 87 9E
Decimal 189 135 158
Binary 10111101 10000111 10011110
Octal 275 207 236

Shades and tints

Shades of #BD879E

#BD879E
(189,135,158)
#AC7B90
(172,123,144)
#9B6F82
(155,111,130)
#8A6374
(138,99,116)
#795766
(121,87,102)
#684B58
(104,75,88)
#573F4A
(87,63,74)
#46333C
(70,51,60)
#35272E
(53,39,46)
#241B20
(36,27,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #BD879E

#BD879E
(189,135,158)
#C391A6
(195,145,166)
#C99BAE
(201,155,174)
#CFA5B6
(207,165,182)
#D5AFBE
(213,175,190)
#DBB9C6
(219,185,198)
#E1C3CE
(225,195,206)
#E7CDD6
(231,205,214)
#EDD7DE
(237,215,222)
#F3E1E6
(243,225,230)
#F9EBEE
(249,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD879E; }

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

This text font color is #BD879E.

Background Color

.myBgColor { background-color: #BD879E; }

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

This div background color is #BD879E.

Border color

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

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

This div border color is #BD879E.

Opacity

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

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

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

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

This text has shadow with #BD879E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD879E.

Preview

Color preview on black background

This text has color #BD879E on black background.


Color preview on white background

This text has color #BD879E on white background.


Black color preview on #BD879E background

This text has black color on #BD879E background.


White color preview on #BD879E background

This text has white color on #BD879E background.


Related colors

Complementary color

Complementary color for #hex is #427861.


I love getcolorcode.com

Triadic colors

1 #9EBD87 and #879EBD with #BD879E are triadic colors.

2 #9E87BD and #87BD9E with #BD879E are triadic colors.