COLOR #BD879B

HEX: #BD879B RGB: (189,135,155)

Color info

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

RGB color model

#BD879B color RGB value is (189,135,155).

RGB: (189,135,155) (74%, 53%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 155 of 255 = 61%

189
135
155

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

Portions of RGB colors in percentages

R + G + B = 189 + 135 + 155 = 479 (100%)
R 189 of 479 ~ 39.46%
G 135 of 479 ~ 28.18%
B 155 of 479 ~ 32.36'%

%39.46
%28.18
%32.36

CMYK color model

#BD879B color CMYK value is (0,29,18,26).

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

CMYK: (0,29,18,26)
C0M29Y18K26 (0%, 29%, 18%, 26%)
(0.00 / 0.29 / 0.18 / 0.26)

CMYK percentages

%0
%28.57
%17.99
%25.88

Codes

Color #BD879B in popluar color models

BD 87 9B
RGB 189 135 155
HSL 338° 29.03% 63.53%
HSB/HSV 338° 28.57% 74.12%
CMYK 0.00% 28.57% 17.99%
25.88%

Color #BD879B in popluar number systems.

HEX BD 87 9B
Decimal 189 135 155
Binary 10111101 10000111 10011011
Octal 275 207 233

Shades and tints

Shades of #BD879B

#BD879B
(189,135,155)
#AC7B8D
(172,123,141)
#9B6F7F
(155,111,127)
#8A6371
(138,99,113)
#795763
(121,87,99)
#684B55
(104,75,85)
#573F47
(87,63,71)
#463339
(70,51,57)
#35272B
(53,39,43)
#241B1D
(36,27,29)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #BD879B

#BD879B
(189,135,155)
#C391A4
(195,145,164)
#C99BAD
(201,155,173)
#CFA5B6
(207,165,182)
#D5AFBF
(213,175,191)
#DBB9C8
(219,185,200)
#E1C3D1
(225,195,209)
#E7CDDA
(231,205,218)
#EDD7E3
(237,215,227)
#F3E1EC
(243,225,236)
#F9EBF5
(249,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD879B; }

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

This text font color is #BD879B.

Background Color

.myBgColor { background-color: #BD879B; }

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

This div background color is #BD879B.

Border color

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

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

This div border color is #BD879B.

Opacity

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

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

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

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

This text has shadow with #BD879B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD879B.

Preview

Color preview on black background

This text has color #BD879B on black background.


Color preview on white background

This text has color #BD879B on white background.


Black color preview on #BD879B background

This text has black color on #BD879B background.


White color preview on #BD879B background

This text has white color on #BD879B background.


Related colors

Complementary color

Complementary color for #hex is #427864.


I love getcolorcode.com

Triadic colors

1 #9BBD87 and #879BBD with #BD879B are triadic colors.

2 #9B87BD and #87BD9B with #BD879B are triadic colors.