COLOR #C7C39E

HEX: #C7C39E
RGB: (199,195,158)

Color info

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

RGB color model

#C7C39E color RGB value is (199,195,158).

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

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 158 of 255 = 62%

199
195
158

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

Portions of RGB colors in percentages

R + G + B =
199 + 195 + 158 = 552 (100%)
R 199 of 552 ~ 36.05%
G 195 of 552 ~ 35.33%
B 158 of 552 ~ 28.62%

%36.05
%35.33
%28.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK:
(0,2,21,22)
C0M2Y21K22 
(0%,2%,21%,22%)
(0.00/0.02/0.21/0.22)	

CMYK percentages

%0
%2.01
%20.6
%21.96

Codes

Color #C7C39E in popluar color models

C7C39E
RGB199195158
HSL54°26.80%70.00%
HSB/HSV54°20.60%78.04%
CMYK0.00%2.01%20.60%
21.96%

Color #C7C39E in popluar number systems.

HEXC7C39E
Decimal199195158
Binary110001111100001110011110
Octal307303236

Shades and tints

Shades of #C7C39E

#C7C39E
(199,195,158)
#B5B290
(181,178,144)
#A3A182
(163,161,130)
#919074
(145,144,116)
#7F7F66
(127,127,102)
#6D6E58
(109,110,88)
#5B5D4A
(91,93,74)
#494C3C
(73,76,60)
#373B2E
(55,59,46)
#252A20
(37,42,32)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #C7C39E

#C7C39E
(199,195,158)
#CCC8A6
(204,200,166)
#D1CDAE
(209,205,174)
#D6D2B6
(214,210,182)
#DBD7BE
(219,215,190)
#E0DCC6
(224,220,198)
#E5E1CE
(229,225,206)
#EAE6D6
(234,230,214)
#EFEBDE
(239,235,222)
#F4F0E6
(244,240,230)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C39E; }

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

This text font color is #C7C39E.


Background Color

.myBgColor { background-color: #C7C39E; }

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

This div background color is #C7C39E.


Border color

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

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

This div border color is #C7C39E.


Opacity

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

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

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

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

This text has shadow with #C7C39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C39E on black background.


Color preview on white background

This text has color #C7C39E on white background.



Black color preview on #C7C39E background

This text has black color on #C7C39E background.


White color preview on #C7C39E background

This text has white color on #C7C39E background.