COLOR #C4C29A

HEX: #C4C29A
RGB: (196,194,154)

Color info

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

RGB color model

#C4C29A color RGB value is (196,194,154).

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

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 154 of 255 = 60%

196
194
154

R + G + B ~ 71%. #C4C29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 194 + 154 = 544 (100%)
R 196 of 544 ~ 36.03%
G 194 of 544 ~ 35.66%
B 154 of 544 ~ 28.31%

%36.03
%35.66
%28.31

CMYK color model

#C4C29A color CMYK value is (0,1,21,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 21.43%
  • key color value is 23.14%
CMYK:
(0,1,21,23)
C0M1Y21K23 
(0%,1%,21%,23%)
(0.00/0.01/0.21/0.23)	

CMYK percentages

%0
%1.02
%21.43
%23.14

Codes

Color #C4C29A in popluar color models

C4C29A
RGB196194154
HSL57°26.25%68.63%
HSB/HSV57°21.43%76.86%
CMYK0.00%1.02%21.43%
23.14%

Color #C4C29A in popluar number systems.

HEXC4C29A
Decimal196194154
Binary110001001100001010011010
Octal304302232

Shades and tints

Shades of #C4C29A

#C4C29A
(196,194,154)
#B3B18C
(179,177,140)
#A2A07E
(162,160,126)
#918F70
(145,143,112)
#807E62
(128,126,98)
#6F6D54
(111,109,84)
#5E5C46
(94,92,70)
#4D4B38
(77,75,56)
#3C3A2A
(60,58,42)
#2B291C
(43,41,28)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #C4C29A

#C4C29A
(196,194,154)
#C9C7A3
(201,199,163)
#CECCAC
(206,204,172)
#D3D1B5
(211,209,181)
#D8D6BE
(216,214,190)
#DDDBC7
(221,219,199)
#E2E0D0
(226,224,208)
#E7E5D9
(231,229,217)
#ECEAE2
(236,234,226)
#F1EFEB
(241,239,235)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C29A; }

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

This text font color is #C4C29A.


Background Color

.myBgColor { background-color: #C4C29A; }

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

This div background color is #C4C29A.


Border color

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

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

This div border color is #C4C29A.


Opacity

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

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

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

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

This text has shadow with #C4C29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C29A on black background.


Color preview on white background

This text has color #C4C29A on white background.



Black color preview on #C4C29A background

This text has black color on #C4C29A background.


White color preview on #C4C29A background

This text has white color on #C4C29A background.