COLOR #C2C6AE

HEX: #C2C6AE
RGB: (194,198,174)

Color info

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

RGB color model

#C2C6AE color RGB value is (194,198,174).

  • red value is 194;
  • green value is 198;
  • blue value is 174.
RGB:
(194,198,174)
(76%,78%,68%)

RGB channels and saturation

R 194 of 255 = 76%
G 198 of 255 = 78%
B 174 of 255 = 68%

194
198
174

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

Portions of RGB colors in percentages

R + G + B =
194 + 198 + 174 = 566 (100%)
R 194 of 566 ~ 34.28%
G 198 of 566 ~ 34.98%
B 174 of 566 ~ 30.74%

%34.28
%34.98
%30.74

CMYK color model

#C2C6AE color CMYK value is (2,0,12,22).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(2,0,12,22)
C2M0Y12K22 
(2%,0%,12%,22%)
(0.02/0.00/0.12/0.22)	

CMYK percentages

%2.02
%0
%12.12
%22.35

Codes

Color #C2C6AE in popluar color models

C2C6AE
RGB194198174
HSL70°17.39%72.94%
HSB/HSV70°12.12%77.65%
CMYK2.02%0.00%12.12%
22.35%

Color #C2C6AE in popluar number systems.

HEXC2C6AE
Decimal194198174
Binary110000101100011010101110
Octal302306256

Shades and tints

Shades of #C2C6AE

#C2C6AE
(194,198,174)
#B1B49F
(177,180,159)
#A0A290
(160,162,144)
#8F9081
(143,144,129)
#7E7E72
(126,126,114)
#6D6C63
(109,108,99)
#5C5A54
(92,90,84)
#4B4845
(75,72,69)
#3A3636
(58,54,54)
#292427
(41,36,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #C2C6AE

#C2C6AE
(194,198,174)
#C7CBB5
(199,203,181)
#CCD0BC
(204,208,188)
#D1D5C3
(209,213,195)
#D6DACA
(214,218,202)
#DBDFD1
(219,223,209)
#E0E4D8
(224,228,216)
#E5E9DF
(229,233,223)
#EAEEE6
(234,238,230)
#EFF3ED
(239,243,237)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C6AE color. Also use rgb(194,198,174) instead hex code.

Text Font Color

.myTextColor { color: #C2C6AE; }

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

This text font color is #C2C6AE.


Background Color

.myBgColor { background-color: #C2C6AE; }

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

This div background color is #C2C6AE.


Border color

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

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

This div border color is #C2C6AE.


Opacity

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

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

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

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

This text has shadow with #C2C6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C6AE on black background.


Color preview on white background

This text has color #C2C6AE on white background.



Black color preview on #C2C6AE background

This text has black color on #C2C6AE background.


White color preview on #C2C6AE background

This text has white color on #C2C6AE background.