COLOR #C5C29F

HEX: #C5C29F
RGB: (197,194,159)

Color info

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

RGB color model

#C5C29F color RGB value is (197,194,159).

  • red value is 197;
  • green value is 194;
  • blue value is 159.
RGB:
(197,194,159)
(77%,76%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 194 of 255 = 76%
B 159 of 255 = 62%

197
194
159

R + G + B ~ 72%. #C5C29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 194 + 159 = 550 (100%)
R 197 of 550 ~ 35.82%
G 194 of 550 ~ 35.27%
B 159 of 550 ~ 28.91%

%35.82
%35.27
%28.91

CMYK color model

#C5C29F color CMYK value is (0,2,19,23).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(0,2,19,23)
C0M2Y19K23 
(0%,2%,19%,23%)
(0.00/0.02/0.19/0.23)	

CMYK percentages

%0
%1.52
%19.29
%22.75

Codes

Color #C5C29F in popluar color models

C5C29F
RGB197194159
HSL55°24.68%69.80%
HSB/HSV55°19.29%77.25%
CMYK0.00%1.52%19.29%
22.75%

Color #C5C29F in popluar number systems.

HEXC5C29F
Decimal197194159
Binary110001011100001010011111
Octal305302237

Shades and tints

Shades of #C5C29F

#C5C29F
(197,194,159)
#B4B191
(180,177,145)
#A3A083
(163,160,131)
#928F75
(146,143,117)
#817E67
(129,126,103)
#706D59
(112,109,89)
#5F5C4B
(95,92,75)
#4E4B3D
(78,75,61)
#3D3A2F
(61,58,47)
#2C2921
(44,41,33)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5C29F

#C5C29F
(197,194,159)
#CAC7A7
(202,199,167)
#CFCCAF
(207,204,175)
#D4D1B7
(212,209,183)
#D9D6BF
(217,214,191)
#DEDBC7
(222,219,199)
#E3E0CF
(227,224,207)
#E8E5D7
(232,229,215)
#EDEADF
(237,234,223)
#F2EFE7
(242,239,231)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C29F color. Also use rgb(197,194,159) instead hex code.

Text Font Color

.myTextColor { color: #C5C29F; }

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

This text font color is #C5C29F.


Background Color

.myBgColor { background-color: #C5C29F; }

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

This div background color is #C5C29F.


Border color

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

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

This div border color is #C5C29F.


Opacity

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

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

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

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

This text has shadow with #C5C29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C29F on black background.


Color preview on white background

This text has color #C5C29F on white background.



Black color preview on #C5C29F background

This text has black color on #C5C29F background.


White color preview on #C5C29F background

This text has white color on #C5C29F background.