COLOR #C7DF66

HEX: #C7DF66 RGB: (199,223,102)

Color info

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

RGB color model

#C7DF66 color RGB value is (199,223,102).

RGB: (199,223,102) (78%, 87%, 40%)

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 102 of 255 = 40%

199
223
102

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

Portions of RGB colors in percentages

R + G + B = 199 + 223 + 102 = 524 (100%)
R 199 of 524 ~ 37.98%
G 223 of 524 ~ 42.56%
B 102 of 524 ~ 19.47'%

%37.98
%42.56
%19.47

CMYK color model

#C7DF66 color CMYK value is (11,0,54,13).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 12.55%

CMYK: (11,0,54,13)
C11M0Y54K13 (11%, 0%, 54%, 13%)
(0.11 / 0.00 / 0.54 / 0.13)

CMYK percentages

%10.76
%0
%54.26
%12.55

Codes

Color #C7DF66 in popluar color models

C7 DF 66
RGB 199 223 102
HSL 72° 65.41% 63.73%
HSB/HSV 72° 54.26% 87.45%
CMYK 10.76% 0.00% 54.26%
12.55%

Color #C7DF66 in popluar number systems.

HEX C7 DF 66
Decimal 199 223 102
Binary 11000111 11011111 1100110
Octal 307 337 146

Shades and tints

Shades of #C7DF66

#C7DF66
(199,223,102)
#B5CB5D
(181,203,93)
#A3B754
(163,183,84)
#91A34B
(145,163,75)
#7F8F42
(127,143,66)
#6D7B39
(109,123,57)
#5B6730
(91,103,48)
#495327
(73,83,39)
#373F1E
(55,63,30)
#252B15
(37,43,21)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #C7DF66

#C7DF66
(199,223,102)
#CCE173
(204,225,115)
#D1E380
(209,227,128)
#D6E58D
(214,229,141)
#DBE79A
(219,231,154)
#E0E9A7
(224,233,167)
#E5EBB4
(229,235,180)
#EAEDC1
(234,237,193)
#EFEFCE
(239,239,206)
#F4F1DB
(244,241,219)
#F9F3E8
(249,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DF66 color. Also use rgb(199,223,102) instead hex code.

Text Font Color

.myTextColor { color: #C7DF66; }

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

This text font color is #C7DF66.

Background Color

.myBgColor { background-color: #C7DF66; }

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

This div background color is #C7DF66.

Border color

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

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

This div border color is #C7DF66.

Opacity

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

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

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

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

This text has shadow with #C7DF66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DF66.

Preview

Color preview on black background

This text has color #C7DF66 on black background.


Color preview on white background

This text has color #C7DF66 on white background.


Black color preview on #C7DF66 background

This text has black color on #C7DF66 background.


White color preview on #C7DF66 background

This text has white color on #C7DF66 background.


Related colors

Complementary color

Complementary color for #hex is #382099.


I love getcolorcode.com

Triadic colors

1 #66C7DF and #DF66C7 with #C7DF66 are triadic colors.

2 #66DFC7 and #DFC766 with #C7DF66 are triadic colors.