COLOR #C7B686

HEX: #C7B686 RGB: (199,182,134)

Color info

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

RGB color model

#C7B686 color RGB value is (199,182,134).

RGB: (199,182,134) (78%, 71%, 53%)

RGB channels and saturation

R 199 of 255 = 78%
G 182 of 255 = 71%
B 134 of 255 = 53%

199
182
134

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

Portions of RGB colors in percentages

R + G + B = 199 + 182 + 134 = 515 (100%)
R 199 of 515 ~ 38.64%
G 182 of 515 ~ 35.34%
B 134 of 515 ~ 26.02'%

%38.64
%35.34
%26.02

CMYK color model

#C7B686 color CMYK value is (0,9,33,22).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 32.66%
  • key color value is 21.96%

CMYK: (0,9,33,22)
C0M9Y33K22 (0%, 9%, 33%, 22%)
(0.00 / 0.09 / 0.33 / 0.22)

CMYK percentages

%0
%8.54
%32.66
%21.96

Codes

Color #C7B686 in popluar color models

C7 B6 86
RGB 199 182 134
HSL 44° 36.72% 65.29%
HSB/HSV 44° 32.66% 78.04%
CMYK 0.00% 8.54% 32.66%
21.96%

Color #C7B686 in popluar number systems.

HEX C7 B6 86
Decimal 199 182 134
Binary 11000111 10110110 10000110
Octal 307 266 206

Shades and tints

Shades of #C7B686

#C7B686
(199,182,134)
#B5A67A
(181,166,122)
#A3966E
(163,150,110)
#918662
(145,134,98)
#7F7656
(127,118,86)
#6D664A
(109,102,74)
#5B563E
(91,86,62)
#494632
(73,70,50)
#373626
(55,54,38)
#25261A
(37,38,26)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #C7B686

#C7B686
(199,182,134)
#CCBC91
(204,188,145)
#D1C29C
(209,194,156)
#D6C8A7
(214,200,167)
#DBCEB2
(219,206,178)
#E0D4BD
(224,212,189)
#E5DAC8
(229,218,200)
#EAE0D3
(234,224,211)
#EFE6DE
(239,230,222)
#F4ECE9
(244,236,233)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B686; }

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

This text font color is #C7B686.

Background Color

.myBgColor { background-color: #C7B686; }

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

This div background color is #C7B686.

Border color

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

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

This div border color is #C7B686.

Opacity

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

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

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

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

This text has shadow with #C7B686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B686.

Preview

Color preview on black background

This text has color #C7B686 on black background.


Color preview on white background

This text has color #C7B686 on white background.


Black color preview on #C7B686 background

This text has black color on #C7B686 background.


White color preview on #C7B686 background

This text has white color on #C7B686 background.


Related colors

Complementary color

Complementary color for #hex is #384979.


I love getcolorcode.com

Triadic colors

1 #86C7B6 and #B686C7 with #C7B686 are triadic colors.

2 #86B6C7 and #B6C786 with #C7B686 are triadic colors.