COLOR #C8D66F

HEX: #C8D66F RGB: (200,214,111)

Color info

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

RGB color model

#C8D66F color RGB value is (200,214,111).

RGB: (200,214,111) (78%, 84%, 44%)

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 111 of 255 = 44%

200
214
111

R + G + B ~ 69%. #C8D66F is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 214 + 111 = 525 (100%)
R 200 of 525 ~ 38.1%
G 214 of 525 ~ 40.76%
B 111 of 525 ~ 21.14'%

%38.1
%40.76
%21.14

CMYK color model

#C8D66F color CMYK value is (7,0,48,16).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 48.13%
  • key color value is 16.08%
CMYK: (7,0,48,16) C7M0Y48K16 (7%,0%,48%,16%) (0.07/0.00/0.48/0.16) 

CMYK percentages

%6.54
%0
%48.13
%16.08

Codes

Color #C8D66F in popluar color models

C8 D6 6F
RGB 200 214 111
HSL 68° 55.68% 63.73%
HSB/HSV 68° 48.13% 83.92%
CMYK 6.54% 0.00% 48.13%
16.08%

Color #C8D66F in popluar number systems.

HEX C8 D6 6F
Decimal 200 214 111
Binary 11001000 11010110 1101111
Octal 310 326 157

Shades and tints

Shades of #C8D66F

#C8D66F
(200,214,111)
#B6C365
(182,195,101)
#A4B05B
(164,176,91)
#929D51
(146,157,81)
#808A47
(128,138,71)
#6E773D
(110,119,61)
#5C6433
(92,100,51)
#4A5129
(74,81,41)
#383E1F
(56,62,31)
#262B15
(38,43,21)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #C8D66F

#C8D66F
(200,214,111)
#CDD97C
(205,217,124)
#D2DC89
(210,220,137)
#D7DF96
(215,223,150)
#DCE2A3
(220,226,163)
#E1E5B0
(225,229,176)
#E6E8BD
(230,232,189)
#EBEBCA
(235,235,202)
#F0EED7
(240,238,215)
#F5F1E4
(245,241,228)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D66F color. Also use rgb(200,214,111) instead hex code.

Text Font Color

.myTextColor { color: #C8D66F; }

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

This text font color is #C8D66F.

Background Color

.myBgColor { background-color: #C8D66F; }

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

This div background color is #C8D66F.

Border color

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

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

This div border color is #C8D66F.

Opacity

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

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

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

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

This text has shadow with #C8D66F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D66F.

Preview

Color preview on black background

This text has color #C8D66F on black background.


Color preview on white background

This text has color #C8D66F on white background.


Black color preview on #C8D66F background

This text has black color on #C8D66F background.


White color preview on #C8D66F background

This text has white color on #C8D66F background.


Related colors

Complementary color

Complementary color for #hex is #372990.


I love getcolorcode.com

Triadic colors

1 #6FC8D6 and #D66FC8 with #C8D66F are triadic colors.

2 #6FD6C8 and #D6C86F with #C8D66F are triadic colors.