COLOR #C7D67D

HEX: #C7D67D RGB: (199,214,125)

Color info

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

RGB color model

#C7D67D color RGB value is (199,214,125).

RGB: (199,214,125) (78%, 84%, 49%)

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 125 of 255 = 49%

199
214
125

R + G + B ~ 70%. #C7D67D is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 214 + 125 = 538 (100%)
R 199 of 538 ~ 36.99%
G 214 of 538 ~ 39.78%
B 125 of 538 ~ 23.23'%

%36.99
%39.78
%23.23

CMYK color model

#C7D67D color CMYK value is (7,0,42,16).

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

CMYK: (7,0,42,16)
C7M0Y42K16 (7%, 0%, 42%, 16%)
(0.07 / 0.00 / 0.42 / 0.16)

CMYK percentages

%7.01
%0
%41.59
%16.08

Codes

Color #C7D67D in popluar color models

C7 D6 7D
RGB 199 214 125
HSL 70° 52.05% 66.47%
HSB/HSV 70° 41.59% 83.92%
CMYK 7.01% 0.00% 41.59%
16.08%

Color #C7D67D in popluar number systems.

HEX C7 D6 7D
Decimal 199 214 125
Binary 11000111 11010110 1111101
Octal 307 326 175

Shades and tints

Shades of #C7D67D

#C7D67D
(199,214,125)
#B5C372
(181,195,114)
#A3B067
(163,176,103)
#919D5C
(145,157,92)
#7F8A51
(127,138,81)
#6D7746
(109,119,70)
#5B643B
(91,100,59)
#495130
(73,81,48)
#373E25
(55,62,37)
#252B1A
(37,43,26)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #C7D67D

#C7D67D
(199,214,125)
#CCD988
(204,217,136)
#D1DC93
(209,220,147)
#D6DF9E
(214,223,158)
#DBE2A9
(219,226,169)
#E0E5B4
(224,229,180)
#E5E8BF
(229,232,191)
#EAEBCA
(234,235,202)
#EFEED5
(239,238,213)
#F4F1E0
(244,241,224)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D67D; }

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

This text font color is #C7D67D.

Background Color

.myBgColor { background-color: #C7D67D; }

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

This div background color is #C7D67D.

Border color

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

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

This div border color is #C7D67D.

Opacity

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

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

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

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

This text has shadow with #C7D67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D67D.

Preview

Color preview on black background

This text has color #C7D67D on black background.


Color preview on white background

This text has color #C7D67D on white background.


Black color preview on #C7D67D background

This text has black color on #C7D67D background.


White color preview on #C7D67D background

This text has white color on #C7D67D background.


Related colors

Complementary color

Complementary color for #hex is #382982.


I love getcolorcode.com

Triadic colors

1 #7DC7D6 and #D67DC7 with #C7D67D are triadic colors.

2 #7DD6C7 and #D6C77D with #C7D67D are triadic colors.