COLOR #C6C9AA

HEX: #C6C9AA RGB: (198,201,170)

Color info

#C6C9AA contains red, green and blue colors in about the same proportion. Web safe color of #C6C9AA is #CCCC99 (or #CC9).

RGB color model

#C6C9AA color RGB value is (198,201,170).

RGB: (198,201,170) (78%, 79%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 170 of 255 = 67%

198
201
170

R + G + B ~ 75%. #C6C9AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 170 = 569 (100%)
R 198 of 569 ~ 34.8%
G 201 of 569 ~ 35.33%
B 170 of 569 ~ 29.88'%

%34.8
%35.33
%29.88

CMYK color model

#C6C9AA color CMYK value is (1,0,15,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%

CMYK: (1,0,15,21)
C1M0Y15K21 (1%, 0%, 15%, 21%)
(0.01 / 0.00 / 0.15 / 0.21)

CMYK percentages

%1.49
%0
%15.42
%21.18

Codes

Color #C6C9AA in popluar color models

C6 C9 AA
RGB 198 201 170
HSL 66° 22.30% 72.75%
HSB/HSV 66° 15.42% 78.82%
CMYK 1.49% 0.00% 15.42%
21.18%

Color #C6C9AA in popluar number systems.

HEX C6 C9 AA
Decimal 198 201 170
Binary 11000110 11001001 10101010
Octal 306 311 252

Shades and tints

Shades of #C6C9AA

#C6C9AA
(198,201,170)
#B4B79B
(180,183,155)
#A2A58C
(162,165,140)
#90937D
(144,147,125)
#7E816E
(126,129,110)
#6C6F5F
(108,111,95)
#5A5D50
(90,93,80)
#484B41
(72,75,65)
#363932
(54,57,50)
#242723
(36,39,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6C9AA

#C6C9AA
(198,201,170)
#CBCDB1
(203,205,177)
#D0D1B8
(208,209,184)
#D5D5BF
(213,213,191)
#DAD9C6
(218,217,198)
#DFDDCD
(223,221,205)
#E4E1D4
(228,225,212)
#E9E5DB
(233,229,219)
#EEE9E2
(238,233,226)
#F3EDE9
(243,237,233)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9AA; }

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

This text font color is #C6C9AA.

Background Color

.myBgColor { background-color: #C6C9AA; }

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

This div background color is #C6C9AA.

Border color

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

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

This div border color is #C6C9AA.

Opacity

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

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

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

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

This text has shadow with #C6C9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9AA.

Preview

Color preview on black background

This text has color #C6C9AA on black background.


Color preview on white background

This text has color #C6C9AA on white background.


Black color preview on #C6C9AA background

This text has black color on #C6C9AA background.


White color preview on #C6C9AA background

This text has white color on #C6C9AA background.


Related colors

Complementary color

Complementary color for #hex is #393655.


I love getcolorcode.com

Triadic colors

1 #AAC6C9 and #C9AAC6 with #C6C9AA are triadic colors.

2 #AAC9C6 and #C9C6AA with #C6C9AA are triadic colors.