COLOR #C6AE7E

HEX: #C6AE7E
RGB: (198,174,126)

Color info

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

RGB color model

#C6AE7E color RGB value is (198,174,126).

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

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 126 of 255 = 49%

198
174
126

R + G + B ~ 65%. #C6AE7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 174 + 126 = 498 (100%)
R 198 of 498 ~ 39.76%
G 174 of 498 ~ 34.94%
B 126 of 498 ~ 25.3%

%39.76
%34.94
%25.3

CMYK color model

#C6AE7E color CMYK value is (0,12,36,22).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 36.36%
  • key color value is 22.35%
CMYK:
(0,12,36,22)
C0M12Y36K22 
(0%,12%,36%,22%)
(0.00/0.12/0.36/0.22)	

CMYK percentages

%0
%12.12
%36.36
%22.35

Codes

Color #C6AE7E in popluar color models

C6AE7E
RGB198174126
HSL40°38.71%63.53%
HSB/HSV40°36.36%77.65%
CMYK0.00%12.12%36.36%
22.35%

Color #C6AE7E in popluar number systems.

HEXC6AE7E
Decimal198174126
Binary11000110101011101111110
Octal306256176

Shades and tints

Shades of #C6AE7E

#C6AE7E
(198,174,126)
#B49F73
(180,159,115)
#A29068
(162,144,104)
#90815D
(144,129,93)
#7E7252
(126,114,82)
#6C6347
(108,99,71)
#5A543C
(90,84,60)
#484531
(72,69,49)
#363626
(54,54,38)
#24271B
(36,39,27)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #C6AE7E

#C6AE7E
(198,174,126)
#CBB589
(203,181,137)
#D0BC94
(208,188,148)
#D5C39F
(213,195,159)
#DACAAA
(218,202,170)
#DFD1B5
(223,209,181)
#E4D8C0
(228,216,192)
#E9DFCB
(233,223,203)
#EEE6D6
(238,230,214)
#F3EDE1
(243,237,225)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AE7E; }

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

This text font color is #C6AE7E.


Background Color

.myBgColor { background-color: #C6AE7E; }

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

This div background color is #C6AE7E.


Border color

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

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

This div border color is #C6AE7E.


Opacity

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

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

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

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

This text has shadow with #C6AE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AE7E on black background.


Color preview on white background

This text has color #C6AE7E on white background.



Black color preview on #C6AE7E background

This text has black color on #C6AE7E background.


White color preview on #C6AE7E background

This text has white color on #C6AE7E background.