COLOR #C5C6AC

HEX: #C5C6AC
RGB: (197,198,172)

Color info

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

RGB color model

#C5C6AC color RGB value is (197,198,172).

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

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 172 of 255 = 67%

197
198
172

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

Portions of RGB colors in percentages

R + G + B =
197 + 198 + 172 = 567 (100%)
R 197 of 567 ~ 34.74%
G 198 of 567 ~ 34.92%
B 172 of 567 ~ 30.34%

%34.74
%34.92
%30.34

CMYK color model

#C5C6AC color CMYK value is (1,0,13,22).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(1,0,13,22)
C1M0Y13K22 
(1%,0%,13%,22%)
(0.01/0.00/0.13/0.22)	

CMYK percentages

%0.51
%0
%13.13
%22.35

Codes

Color #C5C6AC in popluar color models

C5C6AC
RGB197198172
HSL62°18.57%72.55%
HSB/HSV62°13.13%77.65%
CMYK0.51%0.00%13.13%
22.35%

Color #C5C6AC in popluar number systems.

HEXC5C6AC
Decimal197198172
Binary110001011100011010101100
Octal305306254

Shades and tints

Shades of #C5C6AC

#C5C6AC
(197,198,172)
#B4B49D
(180,180,157)
#A3A28E
(163,162,142)
#92907F
(146,144,127)
#817E70
(129,126,112)
#706C61
(112,108,97)
#5F5A52
(95,90,82)
#4E4843
(78,72,67)
#3D3634
(61,54,52)
#2C2425
(44,36,37)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #C5C6AC

#C5C6AC
(197,198,172)
#CACBB3
(202,203,179)
#CFD0BA
(207,208,186)
#D4D5C1
(212,213,193)
#D9DAC8
(217,218,200)
#DEDFCF
(222,223,207)
#E3E4D6
(227,228,214)
#E8E9DD
(232,233,221)
#EDEEE4
(237,238,228)
#F2F3EB
(242,243,235)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C6AC; }

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

This text font color is #C5C6AC.


Background Color

.myBgColor { background-color: #C5C6AC; }

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

This div background color is #C5C6AC.


Border color

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

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

This div border color is #C5C6AC.


Opacity

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

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

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

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

This text has shadow with #C5C6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C6AC on black background.


Color preview on white background

This text has color #C5C6AC on white background.



Black color preview on #C5C6AC background

This text has black color on #C5C6AC background.


White color preview on #C5C6AC background

This text has white color on #C5C6AC background.