COLOR #C6A87E

HEX: #C6A87E
RGB: (198,168,126)

Color info

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

RGB color model

#C6A87E color RGB value is (198,168,126).

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

RGB channels and saturation

R 198 of 255 = 78%
G 168 of 255 = 66%
B 126 of 255 = 49%

198
168
126

R + G + B ~ 64%. #C6A87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 168 + 126 = 492 (100%)
R 198 of 492 ~ 40.24%
G 168 of 492 ~ 34.15%
B 126 of 492 ~ 25.61%

%40.24
%34.15
%25.61

CMYK color model

#C6A87E color CMYK value is (0,15,36,22).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 36.36%
  • key color value is 22.35%
CMYK:
(0,15,36,22)
C0M15Y36K22 
(0%,15%,36%,22%)
(0.00/0.15/0.36/0.22)	

CMYK percentages

%0
%15.15
%36.36
%22.35

Codes

Color #C6A87E in popluar color models

C6A87E
RGB198168126
HSL35°38.71%63.53%
HSB/HSV35°36.36%77.65%
CMYK0.00%15.15%36.36%
22.35%

Color #C6A87E in popluar number systems.

HEXC6A87E
Decimal198168126
Binary11000110101010001111110
Octal306250176

Shades and tints

Shades of #C6A87E

#C6A87E
(198,168,126)
#B49973
(180,153,115)
#A28A68
(162,138,104)
#907B5D
(144,123,93)
#7E6C52
(126,108,82)
#6C5D47
(108,93,71)
#5A4E3C
(90,78,60)
#483F31
(72,63,49)
#363026
(54,48,38)
#24211B
(36,33,27)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #C6A87E

#C6A87E
(198,168,126)
#CBAF89
(203,175,137)
#D0B694
(208,182,148)
#D5BD9F
(213,189,159)
#DAC4AA
(218,196,170)
#DFCBB5
(223,203,181)
#E4D2C0
(228,210,192)
#E9D9CB
(233,217,203)
#EEE0D6
(238,224,214)
#F3E7E1
(243,231,225)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A87E; }

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

This text font color is #C6A87E.


Background Color

.myBgColor { background-color: #C6A87E; }

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

This div background color is #C6A87E.


Border color

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

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

This div border color is #C6A87E.


Opacity

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

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

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

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

This text has shadow with #C6A87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A87E on black background.


Color preview on white background

This text has color #C6A87E on white background.



Black color preview on #C6A87E background

This text has black color on #C6A87E background.


White color preview on #C6A87E background

This text has white color on #C6A87E background.