COLOR #C4BC8C

HEX: #C4BC8C RGB: (196,188,140)

Color info

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

RGB color model

#C4BC8C color RGB value is (196,188,140).

RGB: (196,188,140) (77%, 74%, 55%)

RGB channels and saturation

R 196 of 255 = 77%
G 188 of 255 = 74%
B 140 of 255 = 55%

196
188
140

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

Portions of RGB colors in percentages

R + G + B = 196 + 188 + 140 = 524 (100%)
R 196 of 524 ~ 37.4%
G 188 of 524 ~ 35.88%
B 140 of 524 ~ 26.72'%

%37.4
%35.88
%26.72

CMYK color model

#C4BC8C color CMYK value is (0,4,29,23).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 28.57%
  • key color value is 23.14%

CMYK: (0,4,29,23)
C0M4Y29K23 (0%, 4%, 29%, 23%)
(0.00 / 0.04 / 0.29 / 0.23)

CMYK percentages

%0
%4.08
%28.57
%23.14

Codes

Color #C4BC8C in popluar color models

C4 BC 8C
RGB 196 188 140
HSL 51° 32.18% 65.88%
HSB/HSV 51° 28.57% 76.86%
CMYK 0.00% 4.08% 28.57%
23.14%

Color #C4BC8C in popluar number systems.

HEX C4 BC 8C
Decimal 196 188 140
Binary 11000100 10111100 10001100
Octal 304 274 214

Shades and tints

Shades of #C4BC8C

#C4BC8C
(196,188,140)
#B3AB80
(179,171,128)
#A29A74
(162,154,116)
#918968
(145,137,104)
#80785C
(128,120,92)
#6F6750
(111,103,80)
#5E5644
(94,86,68)
#4D4538
(77,69,56)
#3C342C
(60,52,44)
#2B2320
(43,35,32)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #C4BC8C

#C4BC8C
(196,188,140)
#C9C296
(201,194,150)
#CEC8A0
(206,200,160)
#D3CEAA
(211,206,170)
#D8D4B4
(216,212,180)
#DDDABE
(221,218,190)
#E2E0C8
(226,224,200)
#E7E6D2
(231,230,210)
#ECECDC
(236,236,220)
#F1F2E6
(241,242,230)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BC8C color. Also use rgb(196,188,140) instead hex code.

Text Font Color

.myTextColor { color: #C4BC8C; }

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

This text font color is #C4BC8C.

Background Color

.myBgColor { background-color: #C4BC8C; }

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

This div background color is #C4BC8C.

Border color

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

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

This div border color is #C4BC8C.

Opacity

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

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

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

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

This text has shadow with #C4BC8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BC8C.

Preview

Color preview on black background

This text has color #C4BC8C on black background.


Color preview on white background

This text has color #C4BC8C on white background.


Black color preview on #C4BC8C background

This text has black color on #C4BC8C background.


White color preview on #C4BC8C background

This text has white color on #C4BC8C background.


Related colors

Complementary color

Complementary color for #hex is #3B4373.


I love getcolorcode.com

Triadic colors

1 #8CC4BC and #BC8CC4 with #C4BC8C are triadic colors.

2 #8CBCC4 and #BCC48C with #C4BC8C are triadic colors.