COLOR #C5C07E

HEX: #C5C07E
RGB: (197,192,126)

Color info

#C5C07E contains mainly red and green colors. Web safe color of #C5C07E is #CCCC66 (or #CC6).

RGB color model

#C5C07E color RGB value is (197,192,126).

  • red value is 197;
  • green value is 192;
  • blue value is 126.
RGB:
(197,192,126)
(77%,75%,49%)

RGB channels and saturation

R 197 of 255 = 77%
G 192 of 255 = 75%
B 126 of 255 = 49%

197
192
126

R + G + B ~ 67%. #C5C07E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 192 + 126 = 515 (100%)
R 197 of 515 ~ 38.25%
G 192 of 515 ~ 37.28%
B 126 of 515 ~ 24.47%

%38.25
%37.28
%24.47

CMYK color model

#C5C07E color CMYK value is (0,3,36,23).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 36.04%
  • key color value is 22.75%
CMYK:
(0,3,36,23)
C0M3Y36K23 
(0%,3%,36%,23%)
(0.00/0.03/0.36/0.23)	

CMYK percentages

%0
%2.54
%36.04
%22.75

Codes

Color #C5C07E in popluar color models

C5C07E
RGB197192126
HSL56°37.97%63.33%
HSB/HSV56°36.04%77.25%
CMYK0.00%2.54%36.04%
22.75%

Color #C5C07E in popluar number systems.

HEXC5C07E
Decimal197192126
Binary11000101110000001111110
Octal305300176

Shades and tints

Shades of #C5C07E

#C5C07E
(197,192,126)
#B4AF73
(180,175,115)
#A39E68
(163,158,104)
#928D5D
(146,141,93)
#817C52
(129,124,82)
#706B47
(112,107,71)
#5F5A3C
(95,90,60)
#4E4931
(78,73,49)
#3D3826
(61,56,38)
#2C271B
(44,39,27)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #C5C07E

#C5C07E
(197,192,126)
#CAC589
(202,197,137)
#CFCA94
(207,202,148)
#D4CF9F
(212,207,159)
#D9D4AA
(217,212,170)
#DED9B5
(222,217,181)
#E3DEC0
(227,222,192)
#E8E3CB
(232,227,203)
#EDE8D6
(237,232,214)
#F2EDE1
(242,237,225)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C07E color. Also use rgb(197,192,126) instead hex code.

Text Font Color

.myTextColor { color: #C5C07E; }

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

This text font color is #C5C07E.


Background Color

.myBgColor { background-color: #C5C07E; }

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

This div background color is #C5C07E.


Border color

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

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

This div border color is #C5C07E.


Opacity

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

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

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

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

This text has shadow with #C5C07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C07E on black background.


Color preview on white background

This text has color #C5C07E on white background.



Black color preview on #C5C07E background

This text has black color on #C5C07E background.


White color preview on #C5C07E background

This text has white color on #C5C07E background.