COLOR #C2C9AC

HEX: #C2C9AC RGB: (194,201,172)

Color info

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

RGB color model

#C2C9AC color RGB value is (194,201,172).

RGB: (194,201,172) (76%, 79%, 67%)

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 172 of 255 = 67%

194
201
172

R + G + B ~ 74%. #C2C9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 201 + 172 = 567 (100%)
R 194 of 567 ~ 34.22%
G 201 of 567 ~ 35.45%
B 172 of 567 ~ 30.34'%

%34.22
%35.45
%30.34

CMYK color model

#C2C9AC color CMYK value is (3,0,14,21).

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

CMYK: (3,0,14,21)
C3M0Y14K21 (3%, 0%, 14%, 21%)
(0.03 / 0.00 / 0.14 / 0.21)

CMYK percentages

%3.48
%0
%14.43
%21.18

Codes

Color #C2C9AC in popluar color models

C2 C9 AC
RGB 194 201 172
HSL 74° 21.17% 73.14%
HSB/HSV 74° 14.43% 78.82%
CMYK 3.48% 0.00% 14.43%
21.18%

Color #C2C9AC in popluar number systems.

HEX C2 C9 AC
Decimal 194 201 172
Binary 11000010 11001001 10101100
Octal 302 311 254

Shades and tints

Shades of #C2C9AC

#C2C9AC
(194,201,172)
#B1B79D
(177,183,157)
#A0A58E
(160,165,142)
#8F937F
(143,147,127)
#7E8170
(126,129,112)
#6D6F61
(109,111,97)
#5C5D52
(92,93,82)
#4B4B43
(75,75,67)
#3A3934
(58,57,52)
#292725
(41,39,37)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2C9AC

#C2C9AC
(194,201,172)
#C7CDB3
(199,205,179)
#CCD1BA
(204,209,186)
#D1D5C1
(209,213,193)
#D6D9C8
(214,217,200)
#DBDDCF
(219,221,207)
#E0E1D6
(224,225,214)
#E5E5DD
(229,229,221)
#EAE9E4
(234,233,228)
#EFEDEB
(239,237,235)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C9AC; }

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

This text font color is #C2C9AC.

Background Color

.myBgColor { background-color: #C2C9AC; }

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

This div background color is #C2C9AC.

Border color

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

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

This div border color is #C2C9AC.

Opacity

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

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

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

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

This text has shadow with #C2C9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C9AC.

Preview

Color preview on black background

This text has color #C2C9AC on black background.


Color preview on white background

This text has color #C2C9AC on white background.


Black color preview on #C2C9AC background

This text has black color on #C2C9AC background.


White color preview on #C2C9AC background

This text has white color on #C2C9AC background.


Related colors

Complementary color

Complementary color for #hex is #3D3653.


I love getcolorcode.com

Triadic colors

1 #ACC2C9 and #C9ACC2 with #C2C9AC are triadic colors.

2 #ACC9C2 and #C9C2AC with #C2C9AC are triadic colors.