COLOR #C6AC9D

HEX: #C6AC9D RGB: (198,172,157)

Color info

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

RGB color model

#C6AC9D color RGB value is (198,172,157).

RGB: (198,172,157) (78%, 67%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 172 of 255 = 67%
B 157 of 255 = 62%

198
172
157

R + G + B ~ 69%. #C6AC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 172 + 157 = 527 (100%)
R 198 of 527 ~ 37.57%
G 172 of 527 ~ 32.64%
B 157 of 527 ~ 29.79'%

%37.57
%32.64
%29.79

CMYK color model

#C6AC9D color CMYK value is (0,13,21,22).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK: (0,13,21,22) C0M13Y21K22 (0%,13%,21%,22%) (0.00/0.13/0.21/0.22) 

CMYK percentages

%0
%13.13
%20.71
%22.35

Codes

Color #C6AC9D in popluar color models

C6 AC 9D
RGB 198 172 157
HSL 22° 26.45% 69.61%
HSB/HSV 22° 20.71% 77.65%
CMYK 0.00% 13.13% 20.71%
22.35%

Color #C6AC9D in popluar number systems.

HEX C6 AC 9D
Decimal 198 172 157
Binary 11000110 10101100 10011101
Octal 306 254 235

Shades and tints

Shades of #C6AC9D

#C6AC9D
(198,172,157)
#B49D8F
(180,157,143)
#A28E81
(162,142,129)
#907F73
(144,127,115)
#7E7065
(126,112,101)
#6C6157
(108,97,87)
#5A5249
(90,82,73)
#48433B
(72,67,59)
#36342D
(54,52,45)
#24251F
(36,37,31)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C6AC9D

#C6AC9D
(198,172,157)
#CBB3A5
(203,179,165)
#D0BAAD
(208,186,173)
#D5C1B5
(213,193,181)
#DAC8BD
(218,200,189)
#DFCFC5
(223,207,197)
#E4D6CD
(228,214,205)
#E9DDD5
(233,221,213)
#EEE4DD
(238,228,221)
#F3EBE5
(243,235,229)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AC9D color. Also use rgb(198,172,157) instead hex code.

Text Font Color

.myTextColor { color: #C6AC9D; }

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

This text font color is #C6AC9D.

Background Color

.myBgColor { background-color: #C6AC9D; }

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

This div background color is #C6AC9D.

Border color

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

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

This div border color is #C6AC9D.

Opacity

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

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

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

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

This text has shadow with #C6AC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AC9D.

Preview

Color preview on black background

This text has color #C6AC9D on black background.


Color preview on white background

This text has color #C6AC9D on white background.


Black color preview on #C6AC9D background

This text has black color on #C6AC9D background.


White color preview on #C6AC9D background

This text has white color on #C6AC9D background.


Related colors

Complementary color

Complementary color for #hex is #395362.


I love getcolorcode.com

Triadic colors

1 #9DC6AC and #AC9DC6 with #C6AC9D are triadic colors.

2 #9DACC6 and #ACC69D with #C6AC9D are triadic colors.