COLOR #C3D46F

HEX: #C3D46F RGB: (195,212,111)

Color info

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

RGB color model

#C3D46F color RGB value is (195,212,111).

RGB: (195,212,111) (76%, 83%, 44%)

RGB channels and saturation

R 195 of 255 = 76%
G 212 of 255 = 83%
B 111 of 255 = 44%

195
212
111

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

Portions of RGB colors in percentages

R + G + B = 195 + 212 + 111 = 518 (100%)
R 195 of 518 ~ 37.64%
G 212 of 518 ~ 40.93%
B 111 of 518 ~ 21.43'%

%37.64
%40.93
%21.43

CMYK color model

#C3D46F color CMYK value is (8,0,48,17).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 16.86%

CMYK: (8,0,48,17)
C8M0Y48K17 (8%, 0%, 48%, 17%)
(0.08 / 0.00 / 0.48 / 0.17)

CMYK percentages

%8.02
%0
%47.64
%16.86

Codes

Color #C3D46F in popluar color models

C3 D4 6F
RGB 195 212 111
HSL 70° 54.01% 63.33%
HSB/HSV 70° 47.64% 83.14%
CMYK 8.02% 0.00% 47.64%
16.86%

Color #C3D46F in popluar number systems.

HEX C3 D4 6F
Decimal 195 212 111
Binary 11000011 11010100 1101111
Octal 303 324 157

Shades and tints

Shades of #C3D46F

#C3D46F
(195,212,111)
#B2C165
(178,193,101)
#A1AE5B
(161,174,91)
#909B51
(144,155,81)
#7F8847
(127,136,71)
#6E753D
(110,117,61)
#5D6233
(93,98,51)
#4C4F29
(76,79,41)
#3B3C1F
(59,60,31)
#2A2915
(42,41,21)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #C3D46F

#C3D46F
(195,212,111)
#C8D77C
(200,215,124)
#CDDA89
(205,218,137)
#D2DD96
(210,221,150)
#D7E0A3
(215,224,163)
#DCE3B0
(220,227,176)
#E1E6BD
(225,230,189)
#E6E9CA
(230,233,202)
#EBECD7
(235,236,215)
#F0EFE4
(240,239,228)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D46F color. Also use rgb(195,212,111) instead hex code.

Text Font Color

.myTextColor { color: #C3D46F; }

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

This text font color is #C3D46F.

Background Color

.myBgColor { background-color: #C3D46F; }

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

This div background color is #C3D46F.

Border color

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

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

This div border color is #C3D46F.

Opacity

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

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

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

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

This text has shadow with #C3D46F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D46F.

Preview

Color preview on black background

This text has color #C3D46F on black background.


Color preview on white background

This text has color #C3D46F on white background.


Black color preview on #C3D46F background

This text has black color on #C3D46F background.


White color preview on #C3D46F background

This text has white color on #C3D46F background.


Related colors

Complementary color

Complementary color for #hex is #3C2B90.


I love getcolorcode.com

Triadic colors

1 #6FC3D4 and #D46FC3 with #C3D46F are triadic colors.

2 #6FD4C3 and #D4C36F with #C3D46F are triadic colors.