COLOR #C4BC9F

HEX: #C4BC9F
RGB: (196,188,159)

Color info

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

RGB color model

#C4BC9F color RGB value is (196,188,159).

  • red value is 196;
  • green value is 188;
  • blue value is 159.
RGB:
(196,188,159)
(77%,74%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 188 of 255 = 74%
B 159 of 255 = 62%

196
188
159

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

Portions of RGB colors in percentages

R + G + B =
196 + 188 + 159 = 543 (100%)
R 196 of 543 ~ 36.1%
G 188 of 543 ~ 34.62%
B 159 of 543 ~ 29.28%

%36.1
%34.62
%29.28

CMYK color model

#C4BC9F color CMYK value is (0,4,19,23).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 18.88%
  • key color value is 23.14%
CMYK:
(0,4,19,23)
C0M4Y19K23 
(0%,4%,19%,23%)
(0.00/0.04/0.19/0.23)	

CMYK percentages

%0
%4.08
%18.88
%23.14

Codes

Color #C4BC9F in popluar color models

C4BC9F
RGB196188159
HSL47°23.87%69.61%
HSB/HSV47°18.88%76.86%
CMYK0.00%4.08%18.88%
23.14%

Color #C4BC9F in popluar number systems.

HEXC4BC9F
Decimal196188159
Binary110001001011110010011111
Octal304274237

Shades and tints

Shades of #C4BC9F

#C4BC9F
(196,188,159)
#B3AB91
(179,171,145)
#A29A83
(162,154,131)
#918975
(145,137,117)
#807867
(128,120,103)
#6F6759
(111,103,89)
#5E564B
(94,86,75)
#4D453D
(77,69,61)
#3C342F
(60,52,47)
#2B2321
(43,35,33)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #C4BC9F

#C4BC9F
(196,188,159)
#C9C2A7
(201,194,167)
#CEC8AF
(206,200,175)
#D3CEB7
(211,206,183)
#D8D4BF
(216,212,191)
#DDDAC7
(221,218,199)
#E2E0CF
(226,224,207)
#E7E6D7
(231,230,215)
#ECECDF
(236,236,223)
#F1F2E7
(241,242,231)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BC9F; }

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

This text font color is #C4BC9F.


Background Color

.myBgColor { background-color: #C4BC9F; }

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

This div background color is #C4BC9F.


Border color

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

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

This div border color is #C4BC9F.


Opacity

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

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

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

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

This text has shadow with #C4BC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BC9F on black background.


Color preview on white background

This text has color #C4BC9F on white background.



Black color preview on #C4BC9F background

This text has black color on #C4BC9F background.


White color preview on #C4BC9F background

This text has white color on #C4BC9F background.