COLOR #B4B78E

HEX: #B4B78E
RGB: (180,183,142)

Color info

#B4B78E contains red, green and blue colors in about the same proportion. Web safe color of #B4B78E is #CCCC99 (or #CC9).

RGB color model

#B4B78E color RGB value is (180,183,142).

  • red value is 180;
  • green value is 183;
  • blue value is 142.
RGB:
(180,183,142)
(71%,72%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 142 of 255 = 56%

180
183
142

R + G + B ~ 66%. #B4B78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 142 = 505 (100%)
R 180 of 505 ~ 35.64%
G 183 of 505 ~ 36.24%
B 142 of 505 ~ 28.12%

%35.64
%36.24
%28.12

CMYK color model

#B4B78E color CMYK value is (2,0,22,28).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(2,0,22,28)
C2M0Y22K28 
(2%,0%,22%,28%)
(0.02/0.00/0.22/0.28)	

CMYK percentages

%1.64
%0
%22.4
%28.24

Codes

Color #B4B78E in popluar color models

B4B78E
RGB180183142
HSL64°22.16%63.73%
HSB/HSV64°22.40%71.76%
CMYK1.64%0.00%22.40%
28.24%

Color #B4B78E in popluar number systems.

HEXB4B78E
Decimal180183142
Binary101101001011011110001110
Octal264267216

Shades and tints

Shades of #B4B78E

#B4B78E
(180,183,142)
#A4A782
(164,167,130)
#949776
(148,151,118)
#84876A
(132,135,106)
#74775E
(116,119,94)
#646752
(100,103,82)
#545746
(84,87,70)
#44473A
(68,71,58)
#34372E
(52,55,46)
#242722
(36,39,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4B78E

#B4B78E
(180,183,142)
#BABD98
(186,189,152)
#C0C3A2
(192,195,162)
#C6C9AC
(198,201,172)
#CCCFB6
(204,207,182)
#D2D5C0
(210,213,192)
#D8DBCA
(216,219,202)
#DEE1D4
(222,225,212)
#E4E7DE
(228,231,222)
#EAEDE8
(234,237,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B78E color. Also use rgb(180,183,142) instead hex code.

Text Font Color

.myTextColor { color: #B4B78E; }

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

This text font color is #B4B78E.


Background Color

.myBgColor { background-color: #B4B78E; }

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

This div background color is #B4B78E.


Border color

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

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

This div border color is #B4B78E.


Opacity

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

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

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

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

This text has shadow with #B4B78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B78E on black background.


Color preview on white background

This text has color #B4B78E on white background.



Black color preview on #B4B78E background

This text has black color on #B4B78E background.


White color preview on #B4B78E background

This text has white color on #B4B78E background.