COLOR #C7CF77

HEX: #C7CF77
RGB: (199,207,119)

Color info

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

RGB color model

#C7CF77 color RGB value is (199,207,119).

  • red value is 199;
  • green value is 207;
  • blue value is 119.
RGB:
(199,207,119)
(78%,81%,47%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 119 of 255 = 47%

199
207
119

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

Portions of RGB colors in percentages

R + G + B =
199 + 207 + 119 = 525 (100%)
R 199 of 525 ~ 37.9%
G 207 of 525 ~ 39.43%
B 119 of 525 ~ 22.67%

%37.9
%39.43
%22.67

CMYK color model

#C7CF77 color CMYK value is (4,0,43,19).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 42.51%
  • key color value is 18.82%
CMYK:
(4,0,43,19)
C4M0Y43K19 
(4%,0%,43%,19%)
(0.04/0.00/0.43/0.19)	

CMYK percentages

%3.86
%0
%42.51
%18.82

Codes

Color #C7CF77 in popluar color models

C7CF77
RGB199207119
HSL65°47.83%63.92%
HSB/HSV65°42.51%81.18%
CMYK3.86%0.00%42.51%
18.82%

Color #C7CF77 in popluar number systems.

HEXC7CF77
Decimal199207119
Binary11000111110011111110111
Octal307317167

Shades and tints

Shades of #C7CF77

#C7CF77
(199,207,119)
#B5BD6D
(181,189,109)
#A3AB63
(163,171,99)
#919959
(145,153,89)
#7F874F
(127,135,79)
#6D7545
(109,117,69)
#5B633B
(91,99,59)
#495131
(73,81,49)
#373F27
(55,63,39)
#252D1D
(37,45,29)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #C7CF77

#C7CF77
(199,207,119)
#CCD383
(204,211,131)
#D1D78F
(209,215,143)
#D6DB9B
(214,219,155)
#DBDFA7
(219,223,167)
#E0E3B3
(224,227,179)
#E5E7BF
(229,231,191)
#EAEBCB
(234,235,203)
#EFEFD7
(239,239,215)
#F4F3E3
(244,243,227)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CF77 color. Also use rgb(199,207,119) instead hex code.

Text Font Color

.myTextColor { color: #C7CF77; }

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

This text font color is #C7CF77.


Background Color

.myBgColor { background-color: #C7CF77; }

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

This div background color is #C7CF77.


Border color

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

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

This div border color is #C7CF77.


Opacity

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

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

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

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

This text has shadow with #C7CF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CF77 on black background.


Color preview on white background

This text has color #C7CF77 on white background.



Black color preview on #C7CF77 background

This text has black color on #C7CF77 background.


White color preview on #C7CF77 background

This text has white color on #C7CF77 background.