COLOR #BD978D

HEX: #BD978D RGB: (189,151,141)

Color info

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

RGB color model

#BD978D color RGB value is (189,151,141).

RGB: (189,151,141) (74%, 59%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 141 of 255 = 55%

189
151
141

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

Portions of RGB colors in percentages

R + G + B = 189 + 151 + 141 = 481 (100%)
R 189 of 481 ~ 39.29%
G 151 of 481 ~ 31.39%
B 141 of 481 ~ 29.31'%

%39.29
%31.39
%29.31

CMYK color model

#BD978D color CMYK value is (0,20,25,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 25.40%
  • key color value is 25.88%

CMYK: (0,20,25,26)
C0M20Y25K26 (0%, 20%, 25%, 26%)
(0.00 / 0.20 / 0.25 / 0.26)

CMYK percentages

%0
%20.11
%25.4
%25.88

Codes

Color #BD978D in popluar color models

BD 97 8D
RGB 189 151 141
HSL 13° 26.67% 64.71%
HSB/HSV 13° 25.40% 74.12%
CMYK 0.00% 20.11% 25.40%
25.88%

Color #BD978D in popluar number systems.

HEX BD 97 8D
Decimal 189 151 141
Binary 10111101 10010111 10001101
Octal 275 227 215

Shades and tints

Shades of #BD978D

#BD978D
(189,151,141)
#AC8A81
(172,138,129)
#9B7D75
(155,125,117)
#8A7069
(138,112,105)
#79635D
(121,99,93)
#685651
(104,86,81)
#574945
(87,73,69)
#463C39
(70,60,57)
#352F2D
(53,47,45)
#242221
(36,34,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BD978D

#BD978D
(189,151,141)
#C3A097
(195,160,151)
#C9A9A1
(201,169,161)
#CFB2AB
(207,178,171)
#D5BBB5
(213,187,181)
#DBC4BF
(219,196,191)
#E1CDC9
(225,205,201)
#E7D6D3
(231,214,211)
#EDDFDD
(237,223,221)
#F3E8E7
(243,232,231)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD978D color. Also use rgb(189,151,141) instead hex code.

Text Font Color

.myTextColor { color: #BD978D; }

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

This text font color is #BD978D.

Background Color

.myBgColor { background-color: #BD978D; }

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

This div background color is #BD978D.

Border color

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

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

This div border color is #BD978D.

Opacity

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

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

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

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

This text has shadow with #BD978D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD978D.

Preview

Color preview on black background

This text has color #BD978D on black background.


Color preview on white background

This text has color #BD978D on white background.


Black color preview on #BD978D background

This text has black color on #BD978D background.


White color preview on #BD978D background

This text has white color on #BD978D background.


Related colors

Complementary color

Complementary color for #hex is #426872.


I love getcolorcode.com

Triadic colors

1 #8DBD97 and #978DBD with #BD978D are triadic colors.

2 #8D97BD and #97BD8D with #BD978D are triadic colors.