COLOR #C2C67F

HEX: #C2C67F
RGB: (194,198,127)

Color info

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

RGB color model

#C2C67F color RGB value is (194,198,127).

  • red value is 194;
  • green value is 198;
  • blue value is 127.
RGB:
(194,198,127)
(76%,78%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 198 of 255 = 78%
B 127 of 255 = 50%

194
198
127

R + G + B ~ 68%. #C2C67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 198 + 127 = 519 (100%)
R 194 of 519 ~ 37.38%
G 198 of 519 ~ 38.15%
B 127 of 519 ~ 24.47%

%37.38
%38.15
%24.47

CMYK color model

#C2C67F color CMYK value is (2,0,36,22).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(2,0,36,22)
C2M0Y36K22 
(2%,0%,36%,22%)
(0.02/0.00/0.36/0.22)	

CMYK percentages

%2.02
%0
%35.86
%22.35

Codes

Color #C2C67F in popluar color models

C2C67F
RGB194198127
HSL63°38.38%63.73%
HSB/HSV63°35.86%77.65%
CMYK2.02%0.00%35.86%
22.35%

Color #C2C67F in popluar number systems.

HEXC2C67F
Decimal194198127
Binary11000010110001101111111
Octal302306177

Shades and tints

Shades of #C2C67F

#C2C67F
(194,198,127)
#B1B474
(177,180,116)
#A0A269
(160,162,105)
#8F905E
(143,144,94)
#7E7E53
(126,126,83)
#6D6C48
(109,108,72)
#5C5A3D
(92,90,61)
#4B4832
(75,72,50)
#3A3627
(58,54,39)
#29241C
(41,36,28)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #C2C67F

#C2C67F
(194,198,127)
#C7CB8A
(199,203,138)
#CCD095
(204,208,149)
#D1D5A0
(209,213,160)
#D6DAAB
(214,218,171)
#DBDFB6
(219,223,182)
#E0E4C1
(224,228,193)
#E5E9CC
(229,233,204)
#EAEED7
(234,238,215)
#EFF3E2
(239,243,226)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C67F color. Also use rgb(194,198,127) instead hex code.

Text Font Color

.myTextColor { color: #C2C67F; }

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

This text font color is #C2C67F.


Background Color

.myBgColor { background-color: #C2C67F; }

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

This div background color is #C2C67F.


Border color

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

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

This div border color is #C2C67F.


Opacity

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

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

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

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

This text has shadow with #C2C67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C67F on black background.


Color preview on white background

This text has color #C2C67F on white background.



Black color preview on #C2C67F background

This text has black color on #C2C67F background.


White color preview on #C2C67F background

This text has white color on #C2C67F background.