COLOR #C4C96F

HEX: #C4C96F
RGB: (196,201,111)

Color info

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

RGB color model

#C4C96F color RGB value is (196,201,111).

  • red value is 196;
  • green value is 201;
  • blue value is 111.
RGB:
(196,201,111)
(77%,79%,44%)

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 111 of 255 = 44%

196
201
111

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

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 111 = 508 (100%)
R 196 of 508 ~ 38.58%
G 201 of 508 ~ 39.57%
B 111 of 508 ~ 21.85%

%38.58
%39.57
%21.85

CMYK color model

#C4C96F color CMYK value is (2,0,45,21).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 21.18%
CMYK:
(2,0,45,21)
C2M0Y45K21 
(2%,0%,45%,21%)
(0.02/0.00/0.45/0.21)	

CMYK percentages

%2.49
%0
%44.78
%21.18

Codes

Color #C4C96F in popluar color models

C4C96F
RGB196201111
HSL63°45.45%61.18%
HSB/HSV63°44.78%78.82%
CMYK2.49%0.00%44.78%
21.18%

Color #C4C96F in popluar number systems.

HEXC4C96F
Decimal196201111
Binary11000100110010011101111
Octal304311157

Shades and tints

Shades of #C4C96F

#C4C96F
(196,201,111)
#B3B765
(179,183,101)
#A2A55B
(162,165,91)
#919351
(145,147,81)
#808147
(128,129,71)
#6F6F3D
(111,111,61)
#5E5D33
(94,93,51)
#4D4B29
(77,75,41)
#3C391F
(60,57,31)
#2B2715
(43,39,21)
#1A150B
(26,21,11)
#000000
(0,0,0)

Tints of #C4C96F

#C4C96F
(196,201,111)
#C9CD7C
(201,205,124)
#CED189
(206,209,137)
#D3D596
(211,213,150)
#D8D9A3
(216,217,163)
#DDDDB0
(221,221,176)
#E2E1BD
(226,225,189)
#E7E5CA
(231,229,202)
#ECE9D7
(236,233,215)
#F1EDE4
(241,237,228)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C96F color. Also use rgb(196,201,111) instead hex code.

Text Font Color

.myTextColor { color: #C4C96F; }

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

This text font color is #C4C96F.


Background Color

.myBgColor { background-color: #C4C96F; }

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

This div background color is #C4C96F.


Border color

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

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

This div border color is #C4C96F.


Opacity

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

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

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

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

This text has shadow with #C4C96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C96F on black background.


Color preview on white background

This text has color #C4C96F on white background.



Black color preview on #C4C96F background

This text has black color on #C4C96F background.


White color preview on #C4C96F background

This text has white color on #C4C96F background.