COLOR #C4B686

HEX: #C4B686
RGB: (196,182,134)

Color info

#C4B686 contains mainly red and green colors. Web safe color of #C4B686 is #CCCC99 (or #CC9).

RGB color model

#C4B686 color RGB value is (196,182,134).

  • red value is 196;
  • green value is 182;
  • blue value is 134.
RGB:
(196,182,134)
(77%,71%,53%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 134 of 255 = 53%

196
182
134

R + G + B ~ 67%. #C4B686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 134 = 512 (100%)
R 196 of 512 ~ 38.28%
G 182 of 512 ~ 35.55%
B 134 of 512 ~ 26.17%

%38.28
%35.55
%26.17

CMYK color model

#C4B686 color CMYK value is (0,7,32,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 31.63%
  • key color value is 23.14%
CMYK:
(0,7,32,23)
C0M7Y32K23 
(0%,7%,32%,23%)
(0.00/0.07/0.32/0.23)	

CMYK percentages

%0
%7.14
%31.63
%23.14

Codes

Color #C4B686 in popluar color models

C4B686
RGB196182134
HSL46°34.44%64.71%
HSB/HSV46°31.63%76.86%
CMYK0.00%7.14%31.63%
23.14%

Color #C4B686 in popluar number systems.

HEXC4B686
Decimal196182134
Binary110001001011011010000110
Octal304266206

Shades and tints

Shades of #C4B686

#C4B686
(196,182,134)
#B3A67A
(179,166,122)
#A2966E
(162,150,110)
#918662
(145,134,98)
#807656
(128,118,86)
#6F664A
(111,102,74)
#5E563E
(94,86,62)
#4D4632
(77,70,50)
#3C3626
(60,54,38)
#2B261A
(43,38,26)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #C4B686

#C4B686
(196,182,134)
#C9BC91
(201,188,145)
#CEC29C
(206,194,156)
#D3C8A7
(211,200,167)
#D8CEB2
(216,206,178)
#DDD4BD
(221,212,189)
#E2DAC8
(226,218,200)
#E7E0D3
(231,224,211)
#ECE6DE
(236,230,222)
#F1ECE9
(241,236,233)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B686 color. Also use rgb(196,182,134) instead hex code.

Text Font Color

.myTextColor { color: #C4B686; }

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

This text font color is #C4B686.


Background Color

.myBgColor { background-color: #C4B686; }

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

This div background color is #C4B686.


Border color

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

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

This div border color is #C4B686.


Opacity

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

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

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

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

This text has shadow with #C4B686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B686 on black background.


Color preview on white background

This text has color #C4B686 on white background.



Black color preview on #C4B686 background

This text has black color on #C4B686 background.


White color preview on #C4B686 background

This text has white color on #C4B686 background.