COLOR #C7D060

HEX: #C7D060
RGB: (199,208,96)

Color info

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

RGB color model

#C7D060 color RGB value is (199,208,96).

  • red value is 199;
  • green value is 208;
  • blue value is 96.
RGB:
(199,208,96)
(78%,82%,38%)

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 96 of 255 = 38%

199
208
96

R + G + B ~ 66%. #C7D060 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 208 + 96 = 503 (100%)
R 199 of 503 ~ 39.56%
G 208 of 503 ~ 41.35%
B 96 of 503 ~ 19.09%

%39.56
%41.35
%19.09

CMYK color model

#C7D060 color CMYK value is (4,0,54,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 18.43%
CMYK:
(4,0,54,18)
C4M0Y54K18 
(4%,0%,54%,18%)
(0.04/0.00/0.54/0.18)	

CMYK percentages

%4.33
%0
%53.85
%18.43

Codes

Color #C7D060 in popluar color models

C7D060
RGB19920896
HSL65°54.37%59.61%
HSB/HSV65°53.85%81.57%
CMYK4.33%0.00%53.85%
18.43%

Color #C7D060 in popluar number systems.

HEXC7D060
Decimal19920896
Binary11000111110100001100000
Octal307320140

Shades and tints

Shades of #C7D060

#C7D060
(199,208,96)
#B5BE58
(181,190,88)
#A3AC50
(163,172,80)
#919A48
(145,154,72)
#7F8840
(127,136,64)
#6D7638
(109,118,56)
#5B6430
(91,100,48)
#495228
(73,82,40)
#374020
(55,64,32)
#252E18
(37,46,24)
#131C10
(19,28,16)
#000000
(0,0,0)

Tints of #C7D060

#C7D060
(199,208,96)
#CCD46E
(204,212,110)
#D1D87C
(209,216,124)
#D6DC8A
(214,220,138)
#DBE098
(219,224,152)
#E0E4A6
(224,228,166)
#E5E8B4
(229,232,180)
#EAECC2
(234,236,194)
#EFF0D0
(239,240,208)
#F4F4DE
(244,244,222)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D060 color. Also use rgb(199,208,96) instead hex code.

Text Font Color

.myTextColor { color: #C7D060; }

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

This text font color is #C7D060.


Background Color

.myBgColor { background-color: #C7D060; }

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

This div background color is #C7D060.


Border color

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

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

This div border color is #C7D060.


Opacity

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

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

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

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

This text has shadow with #C7D060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D060 on black background.


Color preview on white background

This text has color #C7D060 on white background.



Black color preview on #C7D060 background

This text has black color on #C7D060 background.


White color preview on #C7D060 background

This text has white color on #C7D060 background.