COLOR #C2C4AD

HEX: #C2C4AD
RGB: (194,196,173)

Color info

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

RGB color model

#C2C4AD color RGB value is (194,196,173).

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

RGB channels and saturation

R 194 of 255 = 76%
G 196 of 255 = 77%
B 173 of 255 = 68%

194
196
173

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

Portions of RGB colors in percentages

R + G + B =
194 + 196 + 173 = 563 (100%)
R 194 of 563 ~ 34.46%
G 196 of 563 ~ 34.81%
B 173 of 563 ~ 30.73%

%34.46
%34.81
%30.73

CMYK color model

#C2C4AD color CMYK value is (1,0,12,23).

  • cyan value is 1.02%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(1,0,12,23)
C1M0Y12K23 
(1%,0%,12%,23%)
(0.01/0.00/0.12/0.23)	

CMYK percentages

%1.02
%0
%11.73
%23.14

Codes

Color #C2C4AD in popluar color models

C2C4AD
RGB194196173
HSL65°16.31%72.35%
HSB/HSV65°11.73%76.86%
CMYK1.02%0.00%11.73%
23.14%

Color #C2C4AD in popluar number systems.

HEXC2C4AD
Decimal194196173
Binary110000101100010010101101
Octal302304255

Shades and tints

Shades of #C2C4AD

#C2C4AD
(194,196,173)
#B1B39E
(177,179,158)
#A0A28F
(160,162,143)
#8F9180
(143,145,128)
#7E8071
(126,128,113)
#6D6F62
(109,111,98)
#5C5E53
(92,94,83)
#4B4D44
(75,77,68)
#3A3C35
(58,60,53)
#292B26
(41,43,38)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #C2C4AD

#C2C4AD
(194,196,173)
#C7C9B4
(199,201,180)
#CCCEBB
(204,206,187)
#D1D3C2
(209,211,194)
#D6D8C9
(214,216,201)
#DBDDD0
(219,221,208)
#E0E2D7
(224,226,215)
#E5E7DE
(229,231,222)
#EAECE5
(234,236,229)
#EFF1EC
(239,241,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C4AD; }

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

This text font color is #C2C4AD.


Background Color

.myBgColor { background-color: #C2C4AD; }

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

This div background color is #C2C4AD.


Border color

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

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

This div border color is #C2C4AD.


Opacity

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

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

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

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

This text has shadow with #C2C4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C4AD on black background.


Color preview on white background

This text has color #C2C4AD on white background.



Black color preview on #C2C4AD background

This text has black color on #C2C4AD background.


White color preview on #C2C4AD background

This text has white color on #C2C4AD background.