COLOR #C2C1AD

HEX: #C2C1AD
RGB: (194,193,173)

Color info

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

RGB color model

#C2C1AD color RGB value is (194,193,173).

  • red value is 194;
  • green value is 193;
  • blue value is 173.
RGB:
(194,193,173)
(76%,76%,68%)

RGB channels and saturation

R 194 of 255 = 76%
G 193 of 255 = 76%
B 173 of 255 = 68%

194
193
173

R + G + B ~ 73%. #C2C1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 193 + 173 = 560 (100%)
R 194 of 560 ~ 34.64%
G 193 of 560 ~ 34.46%
B 173 of 560 ~ 30.89%

%34.64
%34.46
%30.89

CMYK color model

#C2C1AD color CMYK value is (0,1,11,24).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(0,1,11,24)
C0M1Y11K24 
(0%,1%,11%,24%)
(0.00/0.01/0.11/0.24)	

CMYK percentages

%0
%0.52
%10.82
%23.92

Codes

Color #C2C1AD in popluar color models

C2C1AD
RGB194193173
HSL57°14.69%71.96%
HSB/HSV57°10.82%76.08%
CMYK0.00%0.52%10.82%
23.92%

Color #C2C1AD in popluar number systems.

HEXC2C1AD
Decimal194193173
Binary110000101100000110101101
Octal302301255

Shades and tints

Shades of #C2C1AD

#C2C1AD
(194,193,173)
#B1B09E
(177,176,158)
#A09F8F
(160,159,143)
#8F8E80
(143,142,128)
#7E7D71
(126,125,113)
#6D6C62
(109,108,98)
#5C5B53
(92,91,83)
#4B4A44
(75,74,68)
#3A3935
(58,57,53)
#292826
(41,40,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #C2C1AD

#C2C1AD
(194,193,173)
#C7C6B4
(199,198,180)
#CCCBBB
(204,203,187)
#D1D0C2
(209,208,194)
#D6D5C9
(214,213,201)
#DBDAD0
(219,218,208)
#E0DFD7
(224,223,215)
#E5E4DE
(229,228,222)
#EAE9E5
(234,233,229)
#EFEEEC
(239,238,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C1AD color. Also use rgb(194,193,173) instead hex code.

Text Font Color

.myTextColor { color: #C2C1AD; }

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

This text font color is #C2C1AD.


Background Color

.myBgColor { background-color: #C2C1AD; }

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

This div background color is #C2C1AD.


Border color

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

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

This div border color is #C2C1AD.


Opacity

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

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

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

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

This text has shadow with #C2C1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C1AD on black background.


Color preview on white background

This text has color #C2C1AD on white background.



Black color preview on #C2C1AD background

This text has black color on #C2C1AD background.


White color preview on #C2C1AD background

This text has white color on #C2C1AD background.