COLOR #B4978D

HEX: #B4978D
RGB: (180,151,141)

Color info

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

RGB color model

#B4978D color RGB value is (180,151,141).

  • red value is 180;
  • green value is 151;
  • blue value is 141.
RGB:
(180,151,141)
(71%,59%,55%)

RGB channels and saturation

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

180
151
141

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

Portions of RGB colors in percentages

R + G + B =
180 + 151 + 141 = 472 (100%)
R 180 of 472 ~ 38.14%
G 151 of 472 ~ 31.99%
B 141 of 472 ~ 29.87%

%38.14
%31.99
%29.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 21.67%
  • 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
%21.67
%29.41

Codes

Color #B4978D in popluar color models

B4978D
RGB180151141
HSL15°20.63%62.94%
HSB/HSV15°21.67%70.59%
CMYK0.00%16.11%21.67%
29.41%

Color #B4978D in popluar number systems.

HEXB4978D
Decimal180151141
Binary101101001001011110001101
Octal264227215

Shades and tints

Shades of #B4978D

#B4978D
(180,151,141)
#A48A81
(164,138,129)
#947D75
(148,125,117)
#847069
(132,112,105)
#74635D
(116,99,93)
#645651
(100,86,81)
#544945
(84,73,69)
#443C39
(68,60,57)
#342F2D
(52,47,45)
#242221
(36,34,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #B4978D

#B4978D
(180,151,141)
#BAA097
(186,160,151)
#C0A9A1
(192,169,161)
#C6B2AB
(198,178,171)
#CCBBB5
(204,187,181)
#D2C4BF
(210,196,191)
#D8CDC9
(216,205,201)
#DED6D3
(222,214,211)
#E4DFDD
(228,223,221)
#EAE8E7
(234,232,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4978D; }

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

This text font color is #B4978D.


Background Color

.myBgColor { background-color: #B4978D; }

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

This div background color is #B4978D.


Border color

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

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

This div border color is #B4978D.


Opacity

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

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

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

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

This text has shadow with #B4978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4978D on black background.


Color preview on white background

This text has color #B4978D on white background.



Black color preview on #B4978D background

This text has black color on #B4978D background.


White color preview on #B4978D background

This text has white color on #B4978D background.