COLOR #C4C2AE

HEX: #C4C2AE
RGB: (196,194,174)

Color info

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

RGB color model

#C4C2AE color RGB value is (196,194,174).

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

RGB channels and saturation

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

196
194
174

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

Portions of RGB colors in percentages

R + G + B =
196 + 194 + 174 = 564 (100%)
R 196 of 564 ~ 34.75%
G 194 of 564 ~ 34.4%
B 174 of 564 ~ 30.85%

%34.75
%34.4
%30.85

CMYK color model

#C4C2AE color CMYK value is (0,1,11,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,1,11,23)
C0M1Y11K23 
(0%,1%,11%,23%)
(0.00/0.01/0.11/0.23)	

CMYK percentages

%0
%1.02
%11.22
%23.14

Codes

Color #C4C2AE in popluar color models

C4C2AE
RGB196194174
HSL55°15.71%72.55%
HSB/HSV55°11.22%76.86%
CMYK0.00%1.02%11.22%
23.14%

Color #C4C2AE in popluar number systems.

HEXC4C2AE
Decimal196194174
Binary110001001100001010101110
Octal304302256

Shades and tints

Shades of #C4C2AE

#C4C2AE
(196,194,174)
#B3B19F
(179,177,159)
#A2A090
(162,160,144)
#918F81
(145,143,129)
#807E72
(128,126,114)
#6F6D63
(111,109,99)
#5E5C54
(94,92,84)
#4D4B45
(77,75,69)
#3C3A36
(60,58,54)
#2B2927
(43,41,39)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4C2AE

#C4C2AE
(196,194,174)
#C9C7B5
(201,199,181)
#CECCBC
(206,204,188)
#D3D1C3
(211,209,195)
#D8D6CA
(216,214,202)
#DDDBD1
(221,219,209)
#E2E0D8
(226,224,216)
#E7E5DF
(231,229,223)
#ECEAE6
(236,234,230)
#F1EFED
(241,239,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C2AE; }

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

This text font color is #C4C2AE.


Background Color

.myBgColor { background-color: #C4C2AE; }

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

This div background color is #C4C2AE.


Border color

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

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

This div border color is #C4C2AE.


Opacity

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

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

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

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

This text has shadow with #C4C2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C2AE on black background.


Color preview on white background

This text has color #C4C2AE on white background.



Black color preview on #C4C2AE background

This text has black color on #C4C2AE background.


White color preview on #C4C2AE background

This text has white color on #C4C2AE background.