COLOR #C6AE8E

HEX: #C6AE8E RGB: (198,174,142)

Color info

#C6AE8E contains red, green and blue colors in about the same proportion. Web safe color of #C6AE8E is #CC9999 (or #C99).

RGB color model

#C6AE8E color RGB value is (198,174,142).

RGB: (198,174,142) (78%, 68%, 56%)

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 142 of 255 = 56%

198
174
142

R + G + B ~ 67%. #C6AE8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 174 + 142 = 514 (100%)
R 198 of 514 ~ 38.52%
G 174 of 514 ~ 33.85%
B 142 of 514 ~ 27.63'%

%38.52
%33.85
%27.63

CMYK color model

#C6AE8E color CMYK value is (0,12,28,22).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 28.28%
  • key color value is 22.35%

CMYK: (0,12,28,22)
C0M12Y28K22 (0%, 12%, 28%, 22%)
(0.00 / 0.12 / 0.28 / 0.22)

CMYK percentages

%0
%12.12
%28.28
%22.35

Codes

Color #C6AE8E in popluar color models

C6 AE 8E
RGB 198 174 142
HSL 34° 32.94% 66.67%
HSB/HSV 34° 28.28% 77.65%
CMYK 0.00% 12.12% 28.28%
22.35%

Color #C6AE8E in popluar number systems.

HEX C6 AE 8E
Decimal 198 174 142
Binary 11000110 10101110 10001110
Octal 306 256 216

Shades and tints

Shades of #C6AE8E

#C6AE8E
(198,174,142)
#B49F82
(180,159,130)
#A29076
(162,144,118)
#90816A
(144,129,106)
#7E725E
(126,114,94)
#6C6352
(108,99,82)
#5A5446
(90,84,70)
#48453A
(72,69,58)
#36362E
(54,54,46)
#242722
(36,39,34)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #C6AE8E

#C6AE8E
(198,174,142)
#CBB598
(203,181,152)
#D0BCA2
(208,188,162)
#D5C3AC
(213,195,172)
#DACAB6
(218,202,182)
#DFD1C0
(223,209,192)
#E4D8CA
(228,216,202)
#E9DFD4
(233,223,212)
#EEE6DE
(238,230,222)
#F3EDE8
(243,237,232)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AE8E; }

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

This text font color is #C6AE8E.

Background Color

.myBgColor { background-color: #C6AE8E; }

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

This div background color is #C6AE8E.

Border color

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

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

This div border color is #C6AE8E.

Opacity

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

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

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

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

This text has shadow with #C6AE8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AE8E.

Preview

Color preview on black background

This text has color #C6AE8E on black background.


Color preview on white background

This text has color #C6AE8E on white background.


Black color preview on #C6AE8E background

This text has black color on #C6AE8E background.


White color preview on #C6AE8E background

This text has white color on #C6AE8E background.


Related colors

Complementary color

Complementary color for #hex is #395171.


I love getcolorcode.com

Triadic colors

1 #8EC6AE and #AE8EC6 with #C6AE8E are triadic colors.

2 #8EAEC6 and #AEC68E with #C6AE8E are triadic colors.