COLOR #C3D492

HEX: #C3D492
RGB: (195,212,146)

Color info

#C3D492 contains mainly red and green colors. Web safe color of #C3D492 is #CCCC99 (or #CC9).

RGB color model

#C3D492 color RGB value is (195,212,146).

  • red value is 195;
  • green value is 212;
  • blue value is 146.
RGB:
(195,212,146)
(76%,83%,57%)

RGB channels and saturation

R 195 of 255 = 76%
G 212 of 255 = 83%
B 146 of 255 = 57%

195
212
146

R + G + B ~ 72%. #C3D492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 212 + 146 = 553 (100%)
R 195 of 553 ~ 35.26%
G 212 of 553 ~ 38.34%
B 146 of 553 ~ 26.4%

%35.26
%38.34
%26.4

CMYK color model

#C3D492 color CMYK value is (8,0,31,17).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 31.13%
  • key color value is 16.86%
CMYK:
(8,0,31,17)
C8M0Y31K17 
(8%,0%,31%,17%)
(0.08/0.00/0.31/0.17)	

CMYK percentages

%8.02
%0
%31.13
%16.86

Codes

Color #C3D492 in popluar color models

C3D492
RGB195212146
HSL75°43.42%70.20%
HSB/HSV75°31.13%83.14%
CMYK8.02%0.00%31.13%
16.86%

Color #C3D492 in popluar number systems.

HEXC3D492
Decimal195212146
Binary110000111101010010010010
Octal303324222

Shades and tints

Shades of #C3D492

#C3D492
(195,212,146)
#B2C185
(178,193,133)
#A1AE78
(161,174,120)
#909B6B
(144,155,107)
#7F885E
(127,136,94)
#6E7551
(110,117,81)
#5D6244
(93,98,68)
#4C4F37
(76,79,55)
#3B3C2A
(59,60,42)
#2A291D
(42,41,29)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #C3D492

#C3D492
(195,212,146)
#C8D79B
(200,215,155)
#CDDAA4
(205,218,164)
#D2DDAD
(210,221,173)
#D7E0B6
(215,224,182)
#DCE3BF
(220,227,191)
#E1E6C8
(225,230,200)
#E6E9D1
(230,233,209)
#EBECDA
(235,236,218)
#F0EFE3
(240,239,227)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D492; }

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

This text font color is #C3D492.


Background Color

.myBgColor { background-color: #C3D492; }

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

This div background color is #C3D492.


Border color

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

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

This div border color is #C3D492.


Opacity

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

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

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

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

This text has shadow with #C3D492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D492 on black background.


Color preview on white background

This text has color #C3D492 on white background.



Black color preview on #C3D492 background

This text has black color on #C3D492 background.


White color preview on #C3D492 background

This text has white color on #C3D492 background.