COLOR #BD978E

HEX: #BD978E
RGB: (189,151,142)

Color info

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

RGB color model

#BD978E color RGB value is (189,151,142).

  • red value is 189;
  • green value is 151;
  • blue value is 142.
RGB:
(189,151,142)
(74%,59%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 142 of 255 = 56%

189
151
142

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

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 142 = 482 (100%)
R 189 of 482 ~ 39.21%
G 151 of 482 ~ 31.33%
B 142 of 482 ~ 29.46%

%39.21
%31.33
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 24.87%
  • 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
%24.87
%25.88

Codes

Color #BD978E in popluar color models

BD978E
RGB189151142
HSL11°26.26%64.90%
HSB/HSV11°24.87%74.12%
CMYK0.00%20.11%24.87%
25.88%

Color #BD978E in popluar number systems.

HEXBD978E
Decimal189151142
Binary101111011001011110001110
Octal275227216

Shades and tints

Shades of #BD978E

#BD978E
(189,151,142)
#AC8A82
(172,138,130)
#9B7D76
(155,125,118)
#8A706A
(138,112,106)
#79635E
(121,99,94)
#685652
(104,86,82)
#574946
(87,73,70)
#463C3A
(70,60,58)
#352F2E
(53,47,46)
#242222
(36,34,34)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BD978E

#BD978E
(189,151,142)
#C3A098
(195,160,152)
#C9A9A2
(201,169,162)
#CFB2AC
(207,178,172)
#D5BBB6
(213,187,182)
#DBC4C0
(219,196,192)
#E1CDCA
(225,205,202)
#E7D6D4
(231,214,212)
#EDDFDE
(237,223,222)
#F3E8E8
(243,232,232)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD978E; }

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

This text font color is #BD978E.


Background Color

.myBgColor { background-color: #BD978E; }

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

This div background color is #BD978E.


Border color

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

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

This div border color is #BD978E.


Opacity

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

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

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

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

This text has shadow with #BD978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD978E on black background.


Color preview on white background

This text has color #BD978E on white background.



Black color preview on #BD978E background

This text has black color on #BD978E background.


White color preview on #BD978E background

This text has white color on #BD978E background.