COLOR #B4C48F

HEX: #B4C48F
RGB: (180,196,143)

Color info

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

RGB color model

#B4C48F color RGB value is (180,196,143).

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

RGB channels and saturation

R 180 of 255 = 71%
G 196 of 255 = 77%
B 143 of 255 = 56%

180
196
143

R + G + B ~ 68%. #B4C48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 196 + 143 = 519 (100%)
R 180 of 519 ~ 34.68%
G 196 of 519 ~ 37.76%
B 143 of 519 ~ 27.55%

%34.68
%37.76
%27.55

CMYK color model

#B4C48F color CMYK value is (8,0,27,23).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 23.14%
CMYK:
(8,0,27,23)
C8M0Y27K23 
(8%,0%,27%,23%)
(0.08/0.00/0.27/0.23)	

CMYK percentages

%8.16
%0
%27.04
%23.14

Codes

Color #B4C48F in popluar color models

B4C48F
RGB180196143
HSL78°30.99%66.47%
HSB/HSV78°27.04%76.86%
CMYK8.16%0.00%27.04%
23.14%

Color #B4C48F in popluar number systems.

HEXB4C48F
Decimal180196143
Binary101101001100010010001111
Octal264304217

Shades and tints

Shades of #B4C48F

#B4C48F
(180,196,143)
#A4B382
(164,179,130)
#94A275
(148,162,117)
#849168
(132,145,104)
#74805B
(116,128,91)
#646F4E
(100,111,78)
#545E41
(84,94,65)
#444D34
(68,77,52)
#343C27
(52,60,39)
#242B1A
(36,43,26)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #B4C48F

#B4C48F
(180,196,143)
#BAC999
(186,201,153)
#C0CEA3
(192,206,163)
#C6D3AD
(198,211,173)
#CCD8B7
(204,216,183)
#D2DDC1
(210,221,193)
#D8E2CB
(216,226,203)
#DEE7D5
(222,231,213)
#E4ECDF
(228,236,223)
#EAF1E9
(234,241,233)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C48F; }

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

This text font color is #B4C48F.


Background Color

.myBgColor { background-color: #B4C48F; }

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

This div background color is #B4C48F.


Border color

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

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

This div border color is #B4C48F.


Opacity

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

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

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

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

This text has shadow with #B4C48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C48F on black background.


Color preview on white background

This text has color #B4C48F on white background.



Black color preview on #B4C48F background

This text has black color on #B4C48F background.


White color preview on #B4C48F background

This text has white color on #B4C48F background.