COLOR #C3D491

HEX: #C3D491
RGB: (195,212,145)

Color info

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

RGB color model

#C3D491 color RGB value is (195,212,145).

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

RGB channels and saturation

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

195
212
145

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

Portions of RGB colors in percentages

R + G + B =
195 + 212 + 145 = 552 (100%)
R 195 of 552 ~ 35.33%
G 212 of 552 ~ 38.41%
B 145 of 552 ~ 26.27%

%35.33
%38.41
%26.27

CMYK color model

#C3D491 color CMYK value is (8,0,32,17).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 31.60%
  • key color value is 16.86%
CMYK:
(8,0,32,17)
C8M0Y32K17 
(8%,0%,32%,17%)
(0.08/0.00/0.32/0.17)	

CMYK percentages

%8.02
%0
%31.6
%16.86

Codes

Color #C3D491 in popluar color models

C3D491
RGB195212145
HSL75°43.79%70.00%
HSB/HSV75°31.60%83.14%
CMYK8.02%0.00%31.60%
16.86%

Color #C3D491 in popluar number systems.

HEXC3D491
Decimal195212145
Binary110000111101010010010001
Octal303324221

Shades and tints

Shades of #C3D491

#C3D491
(195,212,145)
#B2C184
(178,193,132)
#A1AE77
(161,174,119)
#909B6A
(144,155,106)
#7F885D
(127,136,93)
#6E7550
(110,117,80)
#5D6243
(93,98,67)
#4C4F36
(76,79,54)
#3B3C29
(59,60,41)
#2A291C
(42,41,28)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #C3D491

#C3D491
(195,212,145)
#C8D79B
(200,215,155)
#CDDAA5
(205,218,165)
#D2DDAF
(210,221,175)
#D7E0B9
(215,224,185)
#DCE3C3
(220,227,195)
#E1E6CD
(225,230,205)
#E6E9D7
(230,233,215)
#EBECE1
(235,236,225)
#F0EFEB
(240,239,235)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D491; }

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

This text font color is #C3D491.


Background Color

.myBgColor { background-color: #C3D491; }

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

This div background color is #C3D491.


Border color

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

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

This div border color is #C3D491.


Opacity

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

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

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

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

This text has shadow with #C3D491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D491 on black background.


Color preview on white background

This text has color #C3D491 on white background.



Black color preview on #C3D491 background

This text has black color on #C3D491 background.


White color preview on #C3D491 background

This text has white color on #C3D491 background.