COLOR #C6AE7F

HEX: #C6AE7F RGB: (198,174,127)

Color info

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

RGB color model

#C6AE7F color RGB value is (198,174,127).

RGB: (198,174,127) (78%, 68%, 50%)

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 127 of 255 = 50%

198
174
127

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

Portions of RGB colors in percentages

R + G + B = 198 + 174 + 127 = 499 (100%)
R 198 of 499 ~ 39.68%
G 174 of 499 ~ 34.87%
B 127 of 499 ~ 25.45'%

%39.68
%34.87
%25.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 35.86%
  • 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
%35.86
%22.35

Codes

Color #C6AE7F in popluar color models

C6 AE 7F
RGB 198 174 127
HSL 40° 38.38% 63.73%
HSB/HSV 40° 35.86% 77.65%
CMYK 0.00% 12.12% 35.86%
22.35%

Color #C6AE7F in popluar number systems.

HEX C6 AE 7F
Decimal 198 174 127
Binary 11000110 10101110 1111111
Octal 306 256 177

Shades and tints

Shades of #C6AE7F

#C6AE7F
(198,174,127)
#B49F74
(180,159,116)
#A29069
(162,144,105)
#90815E
(144,129,94)
#7E7253
(126,114,83)
#6C6348
(108,99,72)
#5A543D
(90,84,61)
#484532
(72,69,50)
#363627
(54,54,39)
#24271C
(36,39,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #C6AE7F

#C6AE7F
(198,174,127)
#CBB58A
(203,181,138)
#D0BC95
(208,188,149)
#D5C3A0
(213,195,160)
#DACAAB
(218,202,171)
#DFD1B6
(223,209,182)
#E4D8C1
(228,216,193)
#E9DFCC
(233,223,204)
#EEE6D7
(238,230,215)
#F3EDE2
(243,237,226)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AE7F; }

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

This text font color is #C6AE7F.

Background Color

.myBgColor { background-color: #C6AE7F; }

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

This div background color is #C6AE7F.

Border color

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

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

This div border color is #C6AE7F.

Opacity

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

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

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

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

This text has shadow with #C6AE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AE7F.

Preview

Color preview on black background

This text has color #C6AE7F on black background.


Color preview on white background

This text has color #C6AE7F on white background.


Black color preview on #C6AE7F background

This text has black color on #C6AE7F background.


White color preview on #C6AE7F background

This text has white color on #C6AE7F background.


Related colors

Complementary color

Complementary color for #hex is #395180.


I love getcolorcode.com

Triadic colors

1 #7FC6AE and #AE7FC6 with #C6AE7F are triadic colors.

2 #7FAEC6 and #AEC67F with #C6AE7F are triadic colors.