COLOR #C2C6AF

HEX: #C2C6AF
RGB: (194,198,175)

Color info

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

RGB color model

#C2C6AF color RGB value is (194,198,175).

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

RGB channels and saturation

R 194 of 255 = 76%
G 198 of 255 = 78%
B 175 of 255 = 69%

194
198
175

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

Portions of RGB colors in percentages

R + G + B =
194 + 198 + 175 = 567 (100%)
R 194 of 567 ~ 34.22%
G 198 of 567 ~ 34.92%
B 175 of 567 ~ 30.86%

%34.22
%34.92
%30.86

CMYK color model

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

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • 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
%11.62
%22.35

Codes

Color #C2C6AF in popluar color models

C2C6AF
RGB194198175
HSL70°16.79%73.14%
HSB/HSV70°11.62%77.65%
CMYK2.02%0.00%11.62%
22.35%

Color #C2C6AF in popluar number systems.

HEXC2C6AF
Decimal194198175
Binary110000101100011010101111
Octal302306257

Shades and tints

Shades of #C2C6AF

#C2C6AF
(194,198,175)
#B1B4A0
(177,180,160)
#A0A291
(160,162,145)
#8F9082
(143,144,130)
#7E7E73
(126,126,115)
#6D6C64
(109,108,100)
#5C5A55
(92,90,85)
#4B4846
(75,72,70)
#3A3637
(58,54,55)
#292428
(41,36,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #C2C6AF

#C2C6AF
(194,198,175)
#C7CBB6
(199,203,182)
#CCD0BD
(204,208,189)
#D1D5C4
(209,213,196)
#D6DACB
(214,218,203)
#DBDFD2
(219,223,210)
#E0E4D9
(224,228,217)
#E5E9E0
(229,233,224)
#EAEEE7
(234,238,231)
#EFF3EE
(239,243,238)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C6AF; }

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

This text font color is #C2C6AF.


Background Color

.myBgColor { background-color: #C2C6AF; }

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

This div background color is #C2C6AF.


Border color

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

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

This div border color is #C2C6AF.


Opacity

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

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

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

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

This text has shadow with #C2C6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C6AF on black background.


Color preview on white background

This text has color #C2C6AF on white background.



Black color preview on #C2C6AF background

This text has black color on #C2C6AF background.


White color preview on #C2C6AF background

This text has white color on #C2C6AF background.