COLOR #C6BC86

HEX: #C6BC86 RGB: (198,188,134)

Color info

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

RGB color model

#C6BC86 color RGB value is (198,188,134).

RGB: (198,188,134) (78%, 74%, 53%)

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 134 of 255 = 53%

198
188
134

R + G + B ~ 68%. #C6BC86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 188 + 134 = 520 (100%)
R 198 of 520 ~ 38.08%
G 188 of 520 ~ 36.15%
B 134 of 520 ~ 25.77'%

%38.08
%36.15
%25.77

CMYK color model

#C6BC86 color CMYK value is (0,5,32,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 32.32%
  • key color value is 22.35%

CMYK: (0,5,32,22)
C0M5Y32K22 (0%, 5%, 32%, 22%)
(0.00 / 0.05 / 0.32 / 0.22)

CMYK percentages

%0
%5.05
%32.32
%22.35

Codes

Color #C6BC86 in popluar color models

C6 BC 86
RGB 198 188 134
HSL 51° 35.96% 65.10%
HSB/HSV 51° 32.32% 77.65%
CMYK 0.00% 5.05% 32.32%
22.35%

Color #C6BC86 in popluar number systems.

HEX C6 BC 86
Decimal 198 188 134
Binary 11000110 10111100 10000110
Octal 306 274 206

Shades and tints

Shades of #C6BC86

#C6BC86
(198,188,134)
#B4AB7A
(180,171,122)
#A29A6E
(162,154,110)
#908962
(144,137,98)
#7E7856
(126,120,86)
#6C674A
(108,103,74)
#5A563E
(90,86,62)
#484532
(72,69,50)
#363426
(54,52,38)
#24231A
(36,35,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #C6BC86

#C6BC86
(198,188,134)
#CBC291
(203,194,145)
#D0C89C
(208,200,156)
#D5CEA7
(213,206,167)
#DAD4B2
(218,212,178)
#DFDABD
(223,218,189)
#E4E0C8
(228,224,200)
#E9E6D3
(233,230,211)
#EEECDE
(238,236,222)
#F3F2E9
(243,242,233)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BC86 color. Also use rgb(198,188,134) instead hex code.

Text Font Color

.myTextColor { color: #C6BC86; }

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

This text font color is #C6BC86.

Background Color

.myBgColor { background-color: #C6BC86; }

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

This div background color is #C6BC86.

Border color

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

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

This div border color is #C6BC86.

Opacity

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

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

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

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

This text has shadow with #C6BC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BC86.

Preview

Color preview on black background

This text has color #C6BC86 on black background.


Color preview on white background

This text has color #C6BC86 on white background.


Black color preview on #C6BC86 background

This text has black color on #C6BC86 background.


White color preview on #C6BC86 background

This text has white color on #C6BC86 background.


Related colors

Complementary color

Complementary color for #hex is #394379.


I love getcolorcode.com

Triadic colors

1 #86C6BC and #BC86C6 with #C6BC86 are triadic colors.

2 #86BCC6 and #BCC686 with #C6BC86 are triadic colors.