COLOR #C2CF70

HEX: #C2CF70
RGB: (194,207,112)

Color info

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

RGB color model

#C2CF70 color RGB value is (194,207,112).

  • red value is 194;
  • green value is 207;
  • blue value is 112.
RGB:
(194,207,112)
(76%,81%,44%)

RGB channels and saturation

R 194 of 255 = 76%
G 207 of 255 = 81%
B 112 of 255 = 44%

194
207
112

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

Portions of RGB colors in percentages

R + G + B =
194 + 207 + 112 = 513 (100%)
R 194 of 513 ~ 37.82%
G 207 of 513 ~ 40.35%
B 112 of 513 ~ 21.83%

%37.82
%40.35
%21.83

CMYK color model

#C2CF70 color CMYK value is (6,0,46,19).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 45.89%
  • key color value is 18.82%
CMYK:
(6,0,46,19)
C6M0Y46K19 
(6%,0%,46%,19%)
(0.06/0.00/0.46/0.19)	

CMYK percentages

%6.28
%0
%45.89
%18.82

Codes

Color #C2CF70 in popluar color models

C2CF70
RGB194207112
HSL68°49.74%62.55%
HSB/HSV68°45.89%81.18%
CMYK6.28%0.00%45.89%
18.82%

Color #C2CF70 in popluar number systems.

HEXC2CF70
Decimal194207112
Binary11000010110011111110000
Octal302317160

Shades and tints

Shades of #C2CF70

#C2CF70
(194,207,112)
#B1BD66
(177,189,102)
#A0AB5C
(160,171,92)
#8F9952
(143,153,82)
#7E8748
(126,135,72)
#6D753E
(109,117,62)
#5C6334
(92,99,52)
#4B512A
(75,81,42)
#3A3F20
(58,63,32)
#292D16
(41,45,22)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #C2CF70

#C2CF70
(194,207,112)
#C7D37D
(199,211,125)
#CCD78A
(204,215,138)
#D1DB97
(209,219,151)
#D6DFA4
(214,223,164)
#DBE3B1
(219,227,177)
#E0E7BE
(224,231,190)
#E5EBCB
(229,235,203)
#EAEFD8
(234,239,216)
#EFF3E5
(239,243,229)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CF70 color. Also use rgb(194,207,112) instead hex code.

Text Font Color

.myTextColor { color: #C2CF70; }

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

This text font color is #C2CF70.


Background Color

.myBgColor { background-color: #C2CF70; }

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

This div background color is #C2CF70.


Border color

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

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

This div border color is #C2CF70.


Opacity

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

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

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

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

This text has shadow with #C2CF70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CF70 on black background.


Color preview on white background

This text has color #C2CF70 on white background.



Black color preview on #C2CF70 background

This text has black color on #C2CF70 background.


White color preview on #C2CF70 background

This text has white color on #C2CF70 background.