COLOR #C4CC7E

HEX: #C4CC7E
RGB: (196,204,126)

Color info

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

RGB color model

#C4CC7E color RGB value is (196,204,126).

  • red value is 196;
  • green value is 204;
  • blue value is 126.
RGB:
(196,204,126)
(77%,80%,49%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 126 of 255 = 49%

196
204
126

R + G + B ~ 69%. #C4CC7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 126 = 526 (100%)
R 196 of 526 ~ 37.26%
G 204 of 526 ~ 38.78%
B 126 of 526 ~ 23.95%

%37.26
%38.78
%23.95

CMYK color model

#C4CC7E color CMYK value is (4,0,38,20).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 20.00%
CMYK:
(4,0,38,20)
C4M0Y38K20 
(4%,0%,38%,20%)
(0.04/0.00/0.38/0.20)	

CMYK percentages

%3.92
%0
%38.24
%20

Codes

Color #C4CC7E in popluar color models

C4CC7E
RGB196204126
HSL66°43.33%64.71%
HSB/HSV66°38.24%80.00%
CMYK3.92%0.00%38.24%
20.00%

Color #C4CC7E in popluar number systems.

HEXC4CC7E
Decimal196204126
Binary11000100110011001111110
Octal304314176

Shades and tints

Shades of #C4CC7E

#C4CC7E
(196,204,126)
#B3BA73
(179,186,115)
#A2A868
(162,168,104)
#91965D
(145,150,93)
#808452
(128,132,82)
#6F7247
(111,114,71)
#5E603C
(94,96,60)
#4D4E31
(77,78,49)
#3C3C26
(60,60,38)
#2B2A1B
(43,42,27)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #C4CC7E

#C4CC7E
(196,204,126)
#C9D089
(201,208,137)
#CED494
(206,212,148)
#D3D89F
(211,216,159)
#D8DCAA
(216,220,170)
#DDE0B5
(221,224,181)
#E2E4C0
(226,228,192)
#E7E8CB
(231,232,203)
#ECECD6
(236,236,214)
#F1F0E1
(241,240,225)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CC7E color. Also use rgb(196,204,126) instead hex code.

Text Font Color

.myTextColor { color: #C4CC7E; }

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

This text font color is #C4CC7E.


Background Color

.myBgColor { background-color: #C4CC7E; }

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

This div background color is #C4CC7E.


Border color

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

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

This div border color is #C4CC7E.


Opacity

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

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

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

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

This text has shadow with #C4CC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CC7E on black background.


Color preview on white background

This text has color #C4CC7E on white background.



Black color preview on #C4CC7E background

This text has black color on #C4CC7E background.


White color preview on #C4CC7E background

This text has white color on #C4CC7E background.