COLOR #B4C29C

HEX: #B4C29C RGB: (180,194,156)

Color info

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

RGB color model

#B4C29C color RGB value is (180,194,156).

RGB: (180,194,156) (71%, 76%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 156 of 255 = 61%

180
194
156

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

Portions of RGB colors in percentages

R + G + B = 180 + 194 + 156 = 530 (100%)
R 180 of 530 ~ 33.96%
G 194 of 530 ~ 36.6%
B 156 of 530 ~ 29.43'%

%33.96
%36.6
%29.43

CMYK color model

#B4C29C color CMYK value is (7,0,20,24).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 23.92%

CMYK: (7,0,20,24)
C7M0Y20K24 (7%, 0%, 20%, 24%)
(0.07 / 0.00 / 0.20 / 0.24)

CMYK percentages

%7.22
%0
%19.59
%23.92

Codes

Color #B4C29C in popluar color models

B4 C2 9C
RGB 180 194 156
HSL 82° 23.75% 68.63%
HSB/HSV 82° 19.59% 76.08%
CMYK 7.22% 0.00% 19.59%
23.92%

Color #B4C29C in popluar number systems.

HEX B4 C2 9C
Decimal 180 194 156
Binary 10110100 11000010 10011100
Octal 264 302 234

Shades and tints

Shades of #B4C29C

#B4C29C
(180,194,156)
#A4B18E
(164,177,142)
#94A080
(148,160,128)
#848F72
(132,143,114)
#747E64
(116,126,100)
#646D56
(100,109,86)
#545C48
(84,92,72)
#444B3A
(68,75,58)
#343A2C
(52,58,44)
#24291E
(36,41,30)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #B4C29C

#B4C29C
(180,194,156)
#BAC7A5
(186,199,165)
#C0CCAE
(192,204,174)
#C6D1B7
(198,209,183)
#CCD6C0
(204,214,192)
#D2DBC9
(210,219,201)
#D8E0D2
(216,224,210)
#DEE5DB
(222,229,219)
#E4EAE4
(228,234,228)
#EAEFED
(234,239,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C29C color. Also use rgb(180,194,156) instead hex code.

Text Font Color

.myTextColor { color: #B4C29C; }

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

This text font color is #B4C29C.

Background Color

.myBgColor { background-color: #B4C29C; }

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

This div background color is #B4C29C.

Border color

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

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

This div border color is #B4C29C.

Opacity

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

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

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

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

This text has shadow with #B4C29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C29C.

Preview

Color preview on black background

This text has color #B4C29C on black background.


Color preview on white background

This text has color #B4C29C on white background.


Black color preview on #B4C29C background

This text has black color on #B4C29C background.


White color preview on #B4C29C background

This text has white color on #B4C29C background.


Related colors

Complementary color

Complementary color for #hex is #4B3D63.


I love getcolorcode.com

Triadic colors

1 #9CB4C2 and #C29CB4 with #B4C29C are triadic colors.

2 #9CC2B4 and #C2B49C with #B4C29C are triadic colors.