COLOR #B4C09F

HEX: #B4C09F
RGB: (180,192,159)

Color info

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

RGB color model

#B4C09F color RGB value is (180,192,159).

  • red value is 180;
  • green value is 192;
  • blue value is 159.
RGB:
(180,192,159)
(71%,75%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 192 of 255 = 75%
B 159 of 255 = 62%

180
192
159

R + G + B ~ 69%. #B4C09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 192 + 159 = 531 (100%)
R 180 of 531 ~ 33.9%
G 192 of 531 ~ 36.16%
B 159 of 531 ~ 29.94%

%33.9
%36.16
%29.94

CMYK color model

#B4C09F color CMYK value is (6,0,17,25).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(6,0,17,25)
C6M0Y17K25 
(6%,0%,17%,25%)
(0.06/0.00/0.17/0.25)	

CMYK percentages

%6.25
%0
%17.19
%24.71

Codes

Color #B4C09F in popluar color models

B4C09F
RGB180192159
HSL82°20.75%68.82%
HSB/HSV82°17.19%75.29%
CMYK6.25%0.00%17.19%
24.71%

Color #B4C09F in popluar number systems.

HEXB4C09F
Decimal180192159
Binary101101001100000010011111
Octal264300237

Shades and tints

Shades of #B4C09F

#B4C09F
(180,192,159)
#A4AF91
(164,175,145)
#949E83
(148,158,131)
#848D75
(132,141,117)
#747C67
(116,124,103)
#646B59
(100,107,89)
#545A4B
(84,90,75)
#44493D
(68,73,61)
#34382F
(52,56,47)
#242721
(36,39,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B4C09F

#B4C09F
(180,192,159)
#BAC5A7
(186,197,167)
#C0CAAF
(192,202,175)
#C6CFB7
(198,207,183)
#CCD4BF
(204,212,191)
#D2D9C7
(210,217,199)
#D8DECF
(216,222,207)
#DEE3D7
(222,227,215)
#E4E8DF
(228,232,223)
#EAEDE7
(234,237,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C09F color. Also use rgb(180,192,159) instead hex code.

Text Font Color

.myTextColor { color: #B4C09F; }

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

This text font color is #B4C09F.


Background Color

.myBgColor { background-color: #B4C09F; }

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

This div background color is #B4C09F.


Border color

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

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

This div border color is #B4C09F.


Opacity

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

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

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

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

This text has shadow with #B4C09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C09F on black background.


Color preview on white background

This text has color #B4C09F on white background.



Black color preview on #B4C09F background

This text has black color on #B4C09F background.


White color preview on #B4C09F background

This text has white color on #B4C09F background.