COLOR #C4C5A6

HEX: #C4C5A6
RGB: (196,197,166)

Color info

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

RGB color model

#C4C5A6 color RGB value is (196,197,166).

  • red value is 196;
  • green value is 197;
  • blue value is 166.
RGB:
(196,197,166)
(77%,77%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 166 of 255 = 65%

196
197
166

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 166 = 559 (100%)
R 196 of 559 ~ 35.06%
G 197 of 559 ~ 35.24%
B 166 of 559 ~ 29.7%

%35.06
%35.24
%29.7

CMYK color model

#C4C5A6 color CMYK value is (1,0,16,23).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(1,0,16,23)
C1M0Y16K23 
(1%,0%,16%,23%)
(0.01/0.00/0.16/0.23)	

CMYK percentages

%0.51
%0
%15.74
%22.75

Codes

Color #C4C5A6 in popluar color models

C4C5A6
RGB196197166
HSL62°21.09%71.18%
HSB/HSV62°15.74%77.25%
CMYK0.51%0.00%15.74%
22.75%

Color #C4C5A6 in popluar number systems.

HEXC4C5A6
Decimal196197166
Binary110001001100010110100110
Octal304305246

Shades and tints

Shades of #C4C5A6

#C4C5A6
(196,197,166)
#B3B497
(179,180,151)
#A2A388
(162,163,136)
#919279
(145,146,121)
#80816A
(128,129,106)
#6F705B
(111,112,91)
#5E5F4C
(94,95,76)
#4D4E3D
(77,78,61)
#3C3D2E
(60,61,46)
#2B2C1F
(43,44,31)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #C4C5A6

#C4C5A6
(196,197,166)
#C9CAAE
(201,202,174)
#CECFB6
(206,207,182)
#D3D4BE
(211,212,190)
#D8D9C6
(216,217,198)
#DDDECE
(221,222,206)
#E2E3D6
(226,227,214)
#E7E8DE
(231,232,222)
#ECEDE6
(236,237,230)
#F1F2EE
(241,242,238)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C5A6 color. Also use rgb(196,197,166) instead hex code.

Text Font Color

.myTextColor { color: #C4C5A6; }

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

This text font color is #C4C5A6.


Background Color

.myBgColor { background-color: #C4C5A6; }

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

This div background color is #C4C5A6.


Border color

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

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

This div border color is #C4C5A6.


Opacity

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

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

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

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

This text has shadow with #C4C5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5A6 on black background.


Color preview on white background

This text has color #C4C5A6 on white background.



Black color preview on #C4C5A6 background

This text has black color on #C4C5A6 background.


White color preview on #C4C5A6 background

This text has white color on #C4C5A6 background.