COLOR #C6C9AC

HEX: #C6C9AC RGB: (198,201,172)

Color info

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

RGB color model

#C6C9AC color RGB value is (198,201,172).

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

RGB channels and saturation

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

198
201
172

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

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 172 = 571 (100%)
R 198 of 571 ~ 34.68%
G 201 of 571 ~ 35.2%
B 172 of 571 ~ 30.12'%

%34.68
%35.2
%30.12

CMYK color model

#C6C9AC color CMYK value is (1,0,14,21).

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

CMYK: (1,0,14,21)
C1M0Y14K21 (1%, 0%, 14%, 21%)
(0.01 / 0.00 / 0.14 / 0.21)

CMYK percentages

%1.49
%0
%14.43
%21.18

Codes

Color #C6C9AC in popluar color models

C6 C9 AC
RGB 198 201 172
HSL 66° 21.17% 73.14%
HSB/HSV 66° 14.43% 78.82%
CMYK 1.49% 0.00% 14.43%
21.18%

Color #C6C9AC in popluar number systems.

HEX C6 C9 AC
Decimal 198 201 172
Binary 11000110 11001001 10101100
Octal 306 311 254

Shades and tints

Shades of #C6C9AC

#C6C9AC
(198,201,172)
#B4B79D
(180,183,157)
#A2A58E
(162,165,142)
#90937F
(144,147,127)
#7E8170
(126,129,112)
#6C6F61
(108,111,97)
#5A5D52
(90,93,82)
#484B43
(72,75,67)
#363934
(54,57,52)
#242725
(36,39,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6C9AC

#C6C9AC
(198,201,172)
#CBCDB3
(203,205,179)
#D0D1BA
(208,209,186)
#D5D5C1
(213,213,193)
#DAD9C8
(218,217,200)
#DFDDCF
(223,221,207)
#E4E1D6
(228,225,214)
#E9E5DD
(233,229,221)
#EEE9E4
(238,233,228)
#F3EDEB
(243,237,235)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9AC; }

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

This text font color is #C6C9AC.

Background Color

.myBgColor { background-color: #C6C9AC; }

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

This div background color is #C6C9AC.

Border color

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

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

This div border color is #C6C9AC.

Opacity

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

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

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

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

This text has shadow with #C6C9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9AC.

Preview

Color preview on black background

This text has color #C6C9AC on black background.


Color preview on white background

This text has color #C6C9AC on white background.


Black color preview on #C6C9AC background

This text has black color on #C6C9AC background.


White color preview on #C6C9AC background

This text has white color on #C6C9AC background.


Related colors

Complementary color

Complementary color for #hex is #393653.


I love getcolorcode.com

Triadic colors

1 #ACC6C9 and #C9ACC6 with #C6C9AC are triadic colors.

2 #ACC9C6 and #C9C6AC with #C6C9AC are triadic colors.