COLOR #B4C79A

HEX: #B4C79A
RGB: (180,199,154)

Color info

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

RGB color model

#B4C79A color RGB value is (180,199,154).

  • red value is 180;
  • green value is 199;
  • blue value is 154.
RGB: (180,199,154) (71%,78%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 154 of 255 = 60%

180
199
154

R + G + B ~ 70%. #B4C79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 199 + 154 = 533 (100%)
R 180 of 533 ~ 33.77%
G 199 of 533 ~ 37.34%
B 154 of 533 ~ 28.89%

%33.77
%37.34
%28.89

CMYK color model

#B4C79A color CMYK value is (10,0,23,22).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK: (10,0,23,22) C10M0Y23K22 (10%,0%,23%,22%) (0.10/0.00/0.23/0.22)

CMYK percentages

%9.55
%0
%22.61
%21.96

Codes

Color #B4C79A in popluar color models

B4C79A
RGB180199154
HSL85°28.66%69.22%
HSB/HSV85°22.61%78.04%
CMYK9.55%0.00%22.61%
21.96%

Color #B4C79A in popluar number systems.

HEXB4C79A
Decimal180199154
Binary101101001100011110011010
Octal264307232

Shades and tints

Shades of #B4C79A

#B4C79A
(180,199,154)
#A4B58C
(164,181,140)
#94A37E
(148,163,126)
#849170
(132,145,112)
#747F62
(116,127,98)
#646D54
(100,109,84)
#545B46
(84,91,70)
#444938
(68,73,56)
#34372A
(52,55,42)
#24251C
(36,37,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #B4C79A

#B4C79A
(180,199,154)
#BACCA3
(186,204,163)
#C0D1AC
(192,209,172)
#C6D6B5
(198,214,181)
#CCDBBE
(204,219,190)
#D2E0C7
(210,224,199)
#D8E5D0
(216,229,208)
#DEEAD9
(222,234,217)
#E4EFE2
(228,239,226)
#EAF4EB
(234,244,235)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C79A color. Also use rgb(180,199,154) instead hex code.

Text Font Color

.myTextColor { color: #B4C79A; }

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

This text font color is #B4C79A.


Background Color

.myBgColor { background-color: #B4C79A; }

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

This div background color is #B4C79A.


Border color

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

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

This div border color is #B4C79A.


Opacity

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

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

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

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

This text has shadow with #B4C79A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4C79A on black background.


Color preview on white background

This text has color #B4C79A on white background.



Black color preview on #B4C79A background

This text has black color on #B4C79A background.


White color preview on #B4C79A background

This text has white color on #B4C79A background.