COLOR #C6A86B

HEX: #C6A86B
RGB: (198,168,107)

Color info

#C6A86B contains mainly red and green colors. Web safe color of #C6A86B is #CC9966 (or #C96).

RGB color model

#C6A86B color RGB value is (198,168,107).

  • red value is 198;
  • green value is 168;
  • blue value is 107.
RGB:
(198,168,107)
(78%,66%,42%)

RGB channels and saturation

R 198 of 255 = 78%
G 168 of 255 = 66%
B 107 of 255 = 42%

198
168
107

R + G + B ~ 62%. #C6A86B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 168 + 107 = 473 (100%)
R 198 of 473 ~ 41.86%
G 168 of 473 ~ 35.52%
B 107 of 473 ~ 22.62%

%41.86
%35.52
%22.62

CMYK color model

#C6A86B color CMYK value is (0,15,46,22).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 45.96%
  • key color value is 22.35%
CMYK:
(0,15,46,22)
C0M15Y46K22 
(0%,15%,46%,22%)
(0.00/0.15/0.46/0.22)	

CMYK percentages

%0
%15.15
%45.96
%22.35

Codes

Color #C6A86B in popluar color models

C6A86B
RGB198168107
HSL40°44.39%59.80%
HSB/HSV40°45.96%77.65%
CMYK0.00%15.15%45.96%
22.35%

Color #C6A86B in popluar number systems.

HEXC6A86B
Decimal198168107
Binary11000110101010001101011
Octal306250153

Shades and tints

Shades of #C6A86B

#C6A86B
(198,168,107)
#B49962
(180,153,98)
#A28A59
(162,138,89)
#907B50
(144,123,80)
#7E6C47
(126,108,71)
#6C5D3E
(108,93,62)
#5A4E35
(90,78,53)
#483F2C
(72,63,44)
#363023
(54,48,35)
#24211A
(36,33,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #C6A86B

#C6A86B
(198,168,107)
#CBAF78
(203,175,120)
#D0B685
(208,182,133)
#D5BD92
(213,189,146)
#DAC49F
(218,196,159)
#DFCBAC
(223,203,172)
#E4D2B9
(228,210,185)
#E9D9C6
(233,217,198)
#EEE0D3
(238,224,211)
#F3E7E0
(243,231,224)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A86B color. Also use rgb(198,168,107) instead hex code.

Text Font Color

.myTextColor { color: #C6A86B; }

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

This text font color is #C6A86B.


Background Color

.myBgColor { background-color: #C6A86B; }

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

This div background color is #C6A86B.


Border color

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

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

This div border color is #C6A86B.


Opacity

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

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

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

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

This text has shadow with #C6A86B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A86B on black background.


Color preview on white background

This text has color #C6A86B on white background.



Black color preview on #C6A86B background

This text has black color on #C6A86B background.


White color preview on #C6A86B background

This text has white color on #C6A86B background.