COLOR #B4CC9F

HEX: #B4CC9F
RGB: (180,204,159)

Color info

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

RGB color model

#B4CC9F color RGB value is (180,204,159).

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

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 159 of 255 = 62%

180
204
159

R + G + B ~ 71%. #B4CC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 159 = 543 (100%)
R 180 of 543 ~ 33.15%
G 204 of 543 ~ 37.57%
B 159 of 543 ~ 29.28%

%33.15
%37.57
%29.28

CMYK color model

#B4CC9F color CMYK value is (12,0,22,20).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%
CMYK:
(12,0,22,20)
C12M0Y22K20 
(12%,0%,22%,20%)
(0.12/0.00/0.22/0.20)	

CMYK percentages

%11.76
%0
%22.06
%20

Codes

Color #B4CC9F in popluar color models

B4CC9F
RGB180204159
HSL92°30.61%71.18%
HSB/HSV92°22.06%80.00%
CMYK11.76%0.00%22.06%
20.00%

Color #B4CC9F in popluar number systems.

HEXB4CC9F
Decimal180204159
Binary101101001100110010011111
Octal264314237

Shades and tints

Shades of #B4CC9F

#B4CC9F
(180,204,159)
#A4BA91
(164,186,145)
#94A883
(148,168,131)
#849675
(132,150,117)
#748467
(116,132,103)
#647259
(100,114,89)
#54604B
(84,96,75)
#444E3D
(68,78,61)
#343C2F
(52,60,47)
#242A21
(36,42,33)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #B4CC9F

#B4CC9F
(180,204,159)
#BAD0A7
(186,208,167)
#C0D4AF
(192,212,175)
#C6D8B7
(198,216,183)
#CCDCBF
(204,220,191)
#D2E0C7
(210,224,199)
#D8E4CF
(216,228,207)
#DEE8D7
(222,232,215)
#E4ECDF
(228,236,223)
#EAF0E7
(234,240,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CC9F; }

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

This text font color is #B4CC9F.


Background Color

.myBgColor { background-color: #B4CC9F; }

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

This div background color is #B4CC9F.


Border color

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

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

This div border color is #B4CC9F.


Opacity

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

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

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

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

This text has shadow with #B4CC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CC9F on black background.


Color preview on white background

This text has color #B4CC9F on white background.



Black color preview on #B4CC9F background

This text has black color on #B4CC9F background.


White color preview on #B4CC9F background

This text has white color on #B4CC9F background.