COLOR #C7C29F

HEX: #C7C29F RGB: (199,194,159)

Color info

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

RGB color model

#C7C29F color RGB value is (199,194,159).

RGB: (199,194,159) (78%, 76%, 62%)

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 159 of 255 = 62%

199
194
159

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

Portions of RGB colors in percentages

R + G + B = 199 + 194 + 159 = 552 (100%)
R 199 of 552 ~ 36.05%
G 194 of 552 ~ 35.14%
B 159 of 552 ~ 28.8'%

%36.05
%35.14
%28.8

CMYK color model

#C7C29F color CMYK value is (0,3,20,22).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 20.10%
  • key color value is 21.96%

CMYK: (0,3,20,22)
C0M3Y20K22 (0%, 3%, 20%, 22%)
(0.00 / 0.03 / 0.20 / 0.22)

CMYK percentages

%0
%2.51
%20.1
%21.96

Codes

Color #C7C29F in popluar color models

C7 C2 9F
RGB 199 194 159
HSL 53° 26.32% 70.20%
HSB/HSV 53° 20.10% 78.04%
CMYK 0.00% 2.51% 20.10%
21.96%

Color #C7C29F in popluar number systems.

HEX C7 C2 9F
Decimal 199 194 159
Binary 11000111 11000010 10011111
Octal 307 302 237

Shades and tints

Shades of #C7C29F

#C7C29F
(199,194,159)
#B5B191
(181,177,145)
#A3A083
(163,160,131)
#918F75
(145,143,117)
#7F7E67
(127,126,103)
#6D6D59
(109,109,89)
#5B5C4B
(91,92,75)
#494B3D
(73,75,61)
#373A2F
(55,58,47)
#252921
(37,41,33)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #C7C29F

#C7C29F
(199,194,159)
#CCC7A7
(204,199,167)
#D1CCAF
(209,204,175)
#D6D1B7
(214,209,183)
#DBD6BF
(219,214,191)
#E0DBC7
(224,219,199)
#E5E0CF
(229,224,207)
#EAE5D7
(234,229,215)
#EFEADF
(239,234,223)
#F4EFE7
(244,239,231)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C29F; }

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

This text font color is #C7C29F.

Background Color

.myBgColor { background-color: #C7C29F; }

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

This div background color is #C7C29F.

Border color

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

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

This div border color is #C7C29F.

Opacity

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

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

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

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

This text has shadow with #C7C29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C29F.

Preview

Color preview on black background

This text has color #C7C29F on black background.


Color preview on white background

This text has color #C7C29F on white background.


Black color preview on #C7C29F background

This text has black color on #C7C29F background.


White color preview on #C7C29F background

This text has white color on #C7C29F background.


Related colors

Complementary color

Complementary color for #hex is #383D60.


I love getcolorcode.com

Triadic colors

1 #9FC7C2 and #C29FC7 with #C7C29F are triadic colors.

2 #9FC2C7 and #C2C79F with #C7C29F are triadic colors.