COLOR #B4C49E

HEX: #B4C49E
RGB: (180,196,158)

Color info

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

RGB color model

#B4C49E color RGB value is (180,196,158).

  • red value is 180;
  • green value is 196;
  • blue value is 158.
RGB:
(180,196,158)
(71%,77%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 196 of 255 = 77%
B 158 of 255 = 62%

180
196
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 196 + 158 = 534 (100%)
R 180 of 534 ~ 33.71%
G 196 of 534 ~ 36.7%
B 158 of 534 ~ 29.59%

%33.71
%36.7
%29.59

CMYK color model

#B4C49E color CMYK value is (8,0,19,23).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 23.14%
CMYK:
(8,0,19,23)
C8M0Y19K23 
(8%,0%,19%,23%)
(0.08/0.00/0.19/0.23)	

CMYK percentages

%8.16
%0
%19.39
%23.14

Codes

Color #B4C49E in popluar color models

B4C49E
RGB180196158
HSL85°24.36%69.41%
HSB/HSV85°19.39%76.86%
CMYK8.16%0.00%19.39%
23.14%

Color #B4C49E in popluar number systems.

HEXB4C49E
Decimal180196158
Binary101101001100010010011110
Octal264304236

Shades and tints

Shades of #B4C49E

#B4C49E
(180,196,158)
#A4B390
(164,179,144)
#94A282
(148,162,130)
#849174
(132,145,116)
#748066
(116,128,102)
#646F58
(100,111,88)
#545E4A
(84,94,74)
#444D3C
(68,77,60)
#343C2E
(52,60,46)
#242B20
(36,43,32)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #B4C49E

#B4C49E
(180,196,158)
#BAC9A6
(186,201,166)
#C0CEAE
(192,206,174)
#C6D3B6
(198,211,182)
#CCD8BE
(204,216,190)
#D2DDC6
(210,221,198)
#D8E2CE
(216,226,206)
#DEE7D6
(222,231,214)
#E4ECDE
(228,236,222)
#EAF1E6
(234,241,230)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C49E color. Also use rgb(180,196,158) instead hex code.

Text Font Color

.myTextColor { color: #B4C49E; }

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

This text font color is #B4C49E.


Background Color

.myBgColor { background-color: #B4C49E; }

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

This div background color is #B4C49E.


Border color

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

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

This div border color is #B4C49E.


Opacity

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

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

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

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

This text has shadow with #B4C49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C49E on black background.


Color preview on white background

This text has color #B4C49E on white background.



Black color preview on #B4C49E background

This text has black color on #B4C49E background.


White color preview on #B4C49E background

This text has white color on #B4C49E background.