COLOR #C3D66E

HEX: #C3D66E RGB: (195,214,110)

Color info

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

RGB color model

#C3D66E color RGB value is (195,214,110).

RGB: (195,214,110) (76%, 84%, 43%)

RGB channels and saturation

R 195 of 255 = 76%
G 214 of 255 = 84%
B 110 of 255 = 43%

195
214
110

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

Portions of RGB colors in percentages

R + G + B = 195 + 214 + 110 = 519 (100%)
R 195 of 519 ~ 37.57%
G 214 of 519 ~ 41.23%
B 110 of 519 ~ 21.19'%

%37.57
%41.23
%21.19

CMYK color model

#C3D66E color CMYK value is (9,0,49,16).

  • cyan value is 8.88%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 16.08%

CMYK: (9,0,49,16)
C9M0Y49K16 (9%, 0%, 49%, 16%)
(0.09 / 0.00 / 0.49 / 0.16)

CMYK percentages

%8.88
%0
%48.6
%16.08

Codes

Color #C3D66E in popluar color models

C3 D6 6E
RGB 195 214 110
HSL 71° 55.91% 63.53%
HSB/HSV 71° 48.60% 83.92%
CMYK 8.88% 0.00% 48.60%
16.08%

Color #C3D66E in popluar number systems.

HEX C3 D6 6E
Decimal 195 214 110
Binary 11000011 11010110 1101110
Octal 303 326 156

Shades and tints

Shades of #C3D66E

#C3D66E
(195,214,110)
#B2C364
(178,195,100)
#A1B05A
(161,176,90)
#909D50
(144,157,80)
#7F8A46
(127,138,70)
#6E773C
(110,119,60)
#5D6432
(93,100,50)
#4C5128
(76,81,40)
#3B3E1E
(59,62,30)
#2A2B14
(42,43,20)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #C3D66E

#C3D66E
(195,214,110)
#C8D97B
(200,217,123)
#CDDC88
(205,220,136)
#D2DF95
(210,223,149)
#D7E2A2
(215,226,162)
#DCE5AF
(220,229,175)
#E1E8BC
(225,232,188)
#E6EBC9
(230,235,201)
#EBEED6
(235,238,214)
#F0F1E3
(240,241,227)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D66E color. Also use rgb(195,214,110) instead hex code.

Text Font Color

.myTextColor { color: #C3D66E; }

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

This text font color is #C3D66E.

Background Color

.myBgColor { background-color: #C3D66E; }

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

This div background color is #C3D66E.

Border color

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

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

This div border color is #C3D66E.

Opacity

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

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

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

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

This text has shadow with #C3D66E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D66E.

Preview

Color preview on black background

This text has color #C3D66E on black background.


Color preview on white background

This text has color #C3D66E on white background.


Black color preview on #C3D66E background

This text has black color on #C3D66E background.


White color preview on #C3D66E background

This text has white color on #C3D66E background.


Related colors

Complementary color

Complementary color for #hex is #3C2991.


I love getcolorcode.com

Triadic colors

1 #6EC3D6 and #D66EC3 with #C3D66E are triadic colors.

2 #6ED6C3 and #D6C36E with #C3D66E are triadic colors.