COLOR #C7D070

HEX: #C7D070
RGB: (199,208,112)

Color info

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

RGB color model

#C7D070 color RGB value is (199,208,112).

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

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 112 of 255 = 44%

199
208
112

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

Portions of RGB colors in percentages

R + G + B =
199 + 208 + 112 = 519 (100%)
R 199 of 519 ~ 38.34%
G 208 of 519 ~ 40.08%
B 112 of 519 ~ 21.58%

%38.34
%40.08
%21.58

CMYK color model

#C7D070 color CMYK value is (4,0,46,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 18.43%
CMYK:
(4,0,46,18)
C4M0Y46K18 
(4%,0%,46%,18%)
(0.04/0.00/0.46/0.18)	

CMYK percentages

%4.33
%0
%46.15
%18.43

Codes

Color #C7D070 in popluar color models

C7D070
RGB199208112
HSL66°50.53%62.75%
HSB/HSV66°46.15%81.57%
CMYK4.33%0.00%46.15%
18.43%

Color #C7D070 in popluar number systems.

HEXC7D070
Decimal199208112
Binary11000111110100001110000
Octal307320160

Shades and tints

Shades of #C7D070

#C7D070
(199,208,112)
#B5BE66
(181,190,102)
#A3AC5C
(163,172,92)
#919A52
(145,154,82)
#7F8848
(127,136,72)
#6D763E
(109,118,62)
#5B6434
(91,100,52)
#49522A
(73,82,42)
#374020
(55,64,32)
#252E16
(37,46,22)
#131C0C
(19,28,12)
#000000
(0,0,0)

Tints of #C7D070

#C7D070
(199,208,112)
#CCD47D
(204,212,125)
#D1D88A
(209,216,138)
#D6DC97
(214,220,151)
#DBE0A4
(219,224,164)
#E0E4B1
(224,228,177)
#E5E8BE
(229,232,190)
#EAECCB
(234,236,203)
#EFF0D8
(239,240,216)
#F4F4E5
(244,244,229)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D070; }

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

This text font color is #C7D070.


Background Color

.myBgColor { background-color: #C7D070; }

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

This div background color is #C7D070.


Border color

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

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

This div border color is #C7D070.


Opacity

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

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

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

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

This text has shadow with #C7D070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D070 on black background.


Color preview on white background

This text has color #C7D070 on white background.



Black color preview on #C7D070 background

This text has black color on #C7D070 background.


White color preview on #C7D070 background

This text has white color on #C7D070 background.