COLOR #B4978C

HEX: #B4978C RGB: (180,151,140)

Color info

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

RGB color model

#B4978C color RGB value is (180,151,140).

RGB: (180,151,140) (71%, 59%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 140 of 255 = 55%

180
151
140

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

Portions of RGB colors in percentages

R + G + B = 180 + 151 + 140 = 471 (100%)
R 180 of 471 ~ 38.22%
G 151 of 471 ~ 32.06%
B 140 of 471 ~ 29.72'%

%38.22
%32.06
%29.72

CMYK color model

#B4978C color CMYK value is (0,16,22,29).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 22.22%
  • key color value is 29.41%

CMYK: (0,16,22,29)
C0M16Y22K29 (0%, 16%, 22%, 29%)
(0.00 / 0.16 / 0.22 / 0.29)

CMYK percentages

%0
%16.11
%22.22
%29.41

Codes

Color #B4978C in popluar color models

B4 97 8C
RGB 180 151 140
HSL 17° 21.05% 62.75%
HSB/HSV 17° 22.22% 70.59%
CMYK 0.00% 16.11% 22.22%
29.41%

Color #B4978C in popluar number systems.

HEX B4 97 8C
Decimal 180 151 140
Binary 10110100 10010111 10001100
Octal 264 227 214

Shades and tints

Shades of #B4978C

#B4978C
(180,151,140)
#A48A80
(164,138,128)
#947D74
(148,125,116)
#847068
(132,112,104)
#74635C
(116,99,92)
#645650
(100,86,80)
#544944
(84,73,68)
#443C38
(68,60,56)
#342F2C
(52,47,44)
#242220
(36,34,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B4978C

#B4978C
(180,151,140)
#BAA096
(186,160,150)
#C0A9A0
(192,169,160)
#C6B2AA
(198,178,170)
#CCBBB4
(204,187,180)
#D2C4BE
(210,196,190)
#D8CDC8
(216,205,200)
#DED6D2
(222,214,210)
#E4DFDC
(228,223,220)
#EAE8E6
(234,232,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4978C color. Also use rgb(180,151,140) instead hex code.

Text Font Color

.myTextColor { color: #B4978C; }

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

This text font color is #B4978C.

Background Color

.myBgColor { background-color: #B4978C; }

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

This div background color is #B4978C.

Border color

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

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

This div border color is #B4978C.

Opacity

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

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

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

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

This text has shadow with #B4978C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4978C.

Preview

Color preview on black background

This text has color #B4978C on black background.


Color preview on white background

This text has color #B4978C on white background.


Black color preview on #B4978C background

This text has black color on #B4978C background.


White color preview on #B4978C background

This text has white color on #B4978C background.


Related colors

Complementary color

Complementary color for #hex is #4B6873.


I love getcolorcode.com

Triadic colors

1 #8CB497 and #978CB4 with #B4978C are triadic colors.

2 #8C97B4 and #97B48C with #B4978C are triadic colors.