COLOR #C2C5AC

HEX: #C2C5AC
RGB: (194,197,172)

Color info

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

RGB color model

#C2C5AC color RGB value is (194,197,172).

  • red value is 194;
  • green value is 197;
  • blue value is 172.
RGB:
(194,197,172)
(76%,77%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 172 of 255 = 67%

194
197
172

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

Portions of RGB colors in percentages

R + G + B =
194 + 197 + 172 = 563 (100%)
R 194 of 563 ~ 34.46%
G 197 of 563 ~ 34.99%
B 172 of 563 ~ 30.55%

%34.46
%34.99
%30.55

CMYK color model

#C2C5AC color CMYK value is (2,0,13,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(2,0,13,23)
C2M0Y13K23 
(2%,0%,13%,23%)
(0.02/0.00/0.13/0.23)	

CMYK percentages

%1.52
%0
%12.69
%22.75

Codes

Color #C2C5AC in popluar color models

C2C5AC
RGB194197172
HSL67°17.73%72.35%
HSB/HSV67°12.69%77.25%
CMYK1.52%0.00%12.69%
22.75%

Color #C2C5AC in popluar number systems.

HEXC2C5AC
Decimal194197172
Binary110000101100010110101100
Octal302305254

Shades and tints

Shades of #C2C5AC

#C2C5AC
(194,197,172)
#B1B49D
(177,180,157)
#A0A38E
(160,163,142)
#8F927F
(143,146,127)
#7E8170
(126,129,112)
#6D7061
(109,112,97)
#5C5F52
(92,95,82)
#4B4E43
(75,78,67)
#3A3D34
(58,61,52)
#292C25
(41,44,37)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #C2C5AC

#C2C5AC
(194,197,172)
#C7CAB3
(199,202,179)
#CCCFBA
(204,207,186)
#D1D4C1
(209,212,193)
#D6D9C8
(214,217,200)
#DBDECF
(219,222,207)
#E0E3D6
(224,227,214)
#E5E8DD
(229,232,221)
#EAEDE4
(234,237,228)
#EFF2EB
(239,242,235)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C5AC; }

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

This text font color is #C2C5AC.


Background Color

.myBgColor { background-color: #C2C5AC; }

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

This div background color is #C2C5AC.


Border color

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

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

This div border color is #C2C5AC.


Opacity

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

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

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

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

This text has shadow with #C2C5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C5AC on black background.


Color preview on white background

This text has color #C2C5AC on white background.



Black color preview on #C2C5AC background

This text has black color on #C2C5AC background.


White color preview on #C2C5AC background

This text has white color on #C2C5AC background.