COLOR #C6AA9E

HEX: #C6AA9E RGB: (198,170,158)

Color info

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

RGB color model

#C6AA9E color RGB value is (198,170,158).

RGB: (198,170,158) (78%, 67%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 158 of 255 = 62%

198
170
158

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

Portions of RGB colors in percentages

R + G + B = 198 + 170 + 158 = 526 (100%)
R 198 of 526 ~ 37.64%
G 170 of 526 ~ 32.32%
B 158 of 526 ~ 30.04'%

%37.64
%32.32
%30.04

CMYK color model

#C6AA9E color CMYK value is (0,14,20,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 20.20%
  • key color value is 22.35%

CMYK: (0,14,20,22)
C0M14Y20K22 (0%, 14%, 20%, 22%)
(0.00 / 0.14 / 0.20 / 0.22)

CMYK percentages

%0
%14.14
%20.2
%22.35

Codes

Color #C6AA9E in popluar color models

C6 AA 9E
RGB 198 170 158
HSL 18° 25.97% 69.80%
HSB/HSV 18° 20.20% 77.65%
CMYK 0.00% 14.14% 20.20%
22.35%

Color #C6AA9E in popluar number systems.

HEX C6 AA 9E
Decimal 198 170 158
Binary 11000110 10101010 10011110
Octal 306 252 236

Shades and tints

Shades of #C6AA9E

#C6AA9E
(198,170,158)
#B49B90
(180,155,144)
#A28C82
(162,140,130)
#907D74
(144,125,116)
#7E6E66
(126,110,102)
#6C5F58
(108,95,88)
#5A504A
(90,80,74)
#48413C
(72,65,60)
#36322E
(54,50,46)
#242320
(36,35,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #C6AA9E

#C6AA9E
(198,170,158)
#CBB1A6
(203,177,166)
#D0B8AE
(208,184,174)
#D5BFB6
(213,191,182)
#DAC6BE
(218,198,190)
#DFCDC6
(223,205,198)
#E4D4CE
(228,212,206)
#E9DBD6
(233,219,214)
#EEE2DE
(238,226,222)
#F3E9E6
(243,233,230)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AA9E color. Also use rgb(198,170,158) instead hex code.

Text Font Color

.myTextColor { color: #C6AA9E; }

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

This text font color is #C6AA9E.

Background Color

.myBgColor { background-color: #C6AA9E; }

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

This div background color is #C6AA9E.

Border color

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

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

This div border color is #C6AA9E.

Opacity

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

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

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

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

This text has shadow with #C6AA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AA9E.

Preview

Color preview on black background

This text has color #C6AA9E on black background.


Color preview on white background

This text has color #C6AA9E on white background.


Black color preview on #C6AA9E background

This text has black color on #C6AA9E background.


White color preview on #C6AA9E background

This text has white color on #C6AA9E background.


Related colors

Complementary color

Complementary color for #hex is #395561.


I love getcolorcode.com

Triadic colors

1 #9EC6AA and #AA9EC6 with #C6AA9E are triadic colors.

2 #9EAAC6 and #AAC69E with #C6AA9E are triadic colors.