COLOR #C4C6AA

HEX: #C4C6AA
RGB: (196,198,170)

Color info

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

RGB color model

#C4C6AA color RGB value is (196,198,170).

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

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 170 of 255 = 67%

196
198
170

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 170 = 564 (100%)
R 196 of 564 ~ 34.75%
G 198 of 564 ~ 35.11%
B 170 of 564 ~ 30.14%

%34.75
%35.11
%30.14

CMYK color model

#C4C6AA color CMYK value is (1,0,14,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(1,0,14,22)
C1M0Y14K22 
(1%,0%,14%,22%)
(0.01/0.00/0.14/0.22)	

CMYK percentages

%1.01
%0
%14.14
%22.35

Codes

Color #C4C6AA in popluar color models

C4C6AA
RGB196198170
HSL64°19.72%72.16%
HSB/HSV64°14.14%77.65%
CMYK1.01%0.00%14.14%
22.35%

Color #C4C6AA in popluar number systems.

HEXC4C6AA
Decimal196198170
Binary110001001100011010101010
Octal304306252

Shades and tints

Shades of #C4C6AA

#C4C6AA
(196,198,170)
#B3B49B
(179,180,155)
#A2A28C
(162,162,140)
#91907D
(145,144,125)
#807E6E
(128,126,110)
#6F6C5F
(111,108,95)
#5E5A50
(94,90,80)
#4D4841
(77,72,65)
#3C3632
(60,54,50)
#2B2423
(43,36,35)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #C4C6AA

#C4C6AA
(196,198,170)
#C9CBB1
(201,203,177)
#CED0B8
(206,208,184)
#D3D5BF
(211,213,191)
#D8DAC6
(216,218,198)
#DDDFCD
(221,223,205)
#E2E4D4
(226,228,212)
#E7E9DB
(231,233,219)
#ECEEE2
(236,238,226)
#F1F3E9
(241,243,233)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C6AA color. Also use rgb(196,198,170) instead hex code.

Text Font Color

.myTextColor { color: #C4C6AA; }

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

This text font color is #C4C6AA.


Background Color

.myBgColor { background-color: #C4C6AA; }

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

This div background color is #C4C6AA.


Border color

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

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

This div border color is #C4C6AA.


Opacity

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

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

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

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

This text has shadow with #C4C6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6AA on black background.


Color preview on white background

This text has color #C4C6AA on white background.



Black color preview on #C4C6AA background

This text has black color on #C4C6AA background.


White color preview on #C4C6AA background

This text has white color on #C4C6AA background.