COLOR #C7D68E

HEX: #C7D68E RGB: (199,214,142)

Color info

#C7D68E contains mainly red and green colors. Web safe color of #C7D68E is #CCCC99 (or #CC9).

RGB color model

#C7D68E color RGB value is (199,214,142).

RGB: (199,214,142) (78%, 84%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 142 of 255 = 56%

199
214
142

R + G + B ~ 73%. #C7D68E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 214 + 142 = 555 (100%)
R 199 of 555 ~ 35.86%
G 214 of 555 ~ 38.56%
B 142 of 555 ~ 25.59'%

%35.86
%38.56
%25.59

CMYK color model

#C7D68E color CMYK value is (7,0,34,16).

  • cyan value is 7.01%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 16.08%

CMYK: (7,0,34,16)
C7M0Y34K16 (7%, 0%, 34%, 16%)
(0.07 / 0.00 / 0.34 / 0.16)

CMYK percentages

%7.01
%0
%33.64
%16.08

Codes

Color #C7D68E in popluar color models

C7 D6 8E
RGB 199 214 142
HSL 73° 46.75% 69.80%
HSB/HSV 73° 33.64% 83.92%
CMYK 7.01% 0.00% 33.64%
16.08%

Color #C7D68E in popluar number systems.

HEX C7 D6 8E
Decimal 199 214 142
Binary 11000111 11010110 10001110
Octal 307 326 216

Shades and tints

Shades of #C7D68E

#C7D68E
(199,214,142)
#B5C382
(181,195,130)
#A3B076
(163,176,118)
#919D6A
(145,157,106)
#7F8A5E
(127,138,94)
#6D7752
(109,119,82)
#5B6446
(91,100,70)
#49513A
(73,81,58)
#373E2E
(55,62,46)
#252B22
(37,43,34)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7D68E

#C7D68E
(199,214,142)
#CCD998
(204,217,152)
#D1DCA2
(209,220,162)
#D6DFAC
(214,223,172)
#DBE2B6
(219,226,182)
#E0E5C0
(224,229,192)
#E5E8CA
(229,232,202)
#EAEBD4
(234,235,212)
#EFEEDE
(239,238,222)
#F4F1E8
(244,241,232)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D68E color. Also use rgb(199,214,142) instead hex code.

Text Font Color

.myTextColor { color: #C7D68E; }

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

This text font color is #C7D68E.

Background Color

.myBgColor { background-color: #C7D68E; }

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

This div background color is #C7D68E.

Border color

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

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

This div border color is #C7D68E.

Opacity

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

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

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

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

This text has shadow with #C7D68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D68E.

Preview

Color preview on black background

This text has color #C7D68E on black background.


Color preview on white background

This text has color #C7D68E on white background.


Black color preview on #C7D68E background

This text has black color on #C7D68E background.


White color preview on #C7D68E background

This text has white color on #C7D68E background.


Related colors

Complementary color

Complementary color for #hex is #382971.


I love getcolorcode.com

Triadic colors

1 #8EC7D6 and #D68EC7 with #C7D68E are triadic colors.

2 #8ED6C7 and #D6C78E with #C7D68E are triadic colors.