COLOR #C7C79D

HEX: #C7C79D
RGB: (199,199,157)

Color info

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

RGB color model

#C7C79D color RGB value is (199,199,157).

  • red value is 199;
  • green value is 199;
  • blue value is 157.
RGB:
(199,199,157)
(78%,78%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 199 of 255 = 78%
B 157 of 255 = 62%

199
199
157

R + G + B ~ 73%. #C7C79D is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 199 + 157 = 555 (100%)
R 199 of 555 ~ 35.86%
G 199 of 555 ~ 35.86%
B 157 of 555 ~ 28.29%

%35.86
%35.86
%28.29

CMYK color model

#C7C79D color CMYK value is (0,0,21,22).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 21.96%
CMYK:
(0,0,21,22)
C0M0Y21K22 
(0%,0%,21%,22%)
(0.00/0.00/0.21/0.22)	

CMYK percentages

%0
%0
%21.11
%21.96

Codes

Color #C7C79D in popluar color models

C7C79D
RGB199199157
HSL60°27.27%69.80%
HSB/HSV60°21.11%78.04%
CMYK0.00%0.00%21.11%
21.96%

Color #C7C79D in popluar number systems.

HEXC7C79D
Decimal199199157
Binary110001111100011110011101
Octal307307235

Shades and tints

Shades of #C7C79D

#C7C79D
(199,199,157)
#B5B58F
(181,181,143)
#A3A381
(163,163,129)
#919173
(145,145,115)
#7F7F65
(127,127,101)
#6D6D57
(109,109,87)
#5B5B49
(91,91,73)
#49493B
(73,73,59)
#37372D
(55,55,45)
#25251F
(37,37,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C7C79D

#C7C79D
(199,199,157)
#CCCCA5
(204,204,165)
#D1D1AD
(209,209,173)
#D6D6B5
(214,214,181)
#DBDBBD
(219,219,189)
#E0E0C5
(224,224,197)
#E5E5CD
(229,229,205)
#EAEAD5
(234,234,213)
#EFEFDD
(239,239,221)
#F4F4E5
(244,244,229)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C79D; }

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

This text font color is #C7C79D.


Background Color

.myBgColor { background-color: #C7C79D; }

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

This div background color is #C7C79D.


Border color

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

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

This div border color is #C7C79D.


Opacity

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

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

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

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

This text has shadow with #C7C79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C79D on black background.


Color preview on white background

This text has color #C7C79D on white background.



Black color preview on #C7C79D background

This text has black color on #C7C79D background.


White color preview on #C7C79D background

This text has white color on #C7C79D background.