COLOR #C3F6C2

HEX: #C3F6C2
RGB: (195,246,194)

Color info

#C3F6C2 contains red, green and blue colors in about the same proportion. Web safe color of #C3F6C2 is #CCFFCC (or #CFC).

RGB color model

#C3F6C2 color RGB value is (195,246,194).

  • red value is 195;
  • green value is 246;
  • blue value is 194.
RGB:
(195,246,194)
(76%,96%,76%)

RGB channels and saturation

R 195 of 255 = 76%
G 246 of 255 = 96%
B 194 of 255 = 76%

195
246
194

R + G + B ~ 83%. #C3F6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 246 + 194 = 635 (100%)
R 195 of 635 ~ 30.71%
G 246 of 635 ~ 38.74%
B 194 of 635 ~ 30.55%

%30.71
%38.74
%30.55

CMYK color model

#C3F6C2 color CMYK value is (21,0,21,4).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 21.14%
  • key color value is 3.53%
CMYK:
(21,0,21,4)
C21M0Y21K4 
(21%,0%,21%,4%)
(0.21/0.00/0.21/0.04)	

CMYK percentages

%20.73
%0
%21.14
%3.53

Codes

Color #C3F6C2 in popluar color models

C3F6C2
RGB195246194
HSL119°74.29%86.27%
HSB/HSV119°21.14%96.47%
CMYK20.73%0.00%21.14%
3.53%

Color #C3F6C2 in popluar number systems.

HEXC3F6C2
Decimal195246194
Binary110000111111011011000010
Octal303366302

Shades and tints

Shades of #C3F6C2

#C3F6C2
(195,246,194)
#B2E0B1
(178,224,177)
#A1CAA0
(161,202,160)
#90B48F
(144,180,143)
#7F9E7E
(127,158,126)
#6E886D
(110,136,109)
#5D725C
(93,114,92)
#4C5C4B
(76,92,75)
#3B463A
(59,70,58)
#2A3029
(42,48,41)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #C3F6C2

#C3F6C2
(195,246,194)
#C8F6C7
(200,246,199)
#CDF6CC
(205,246,204)
#D2F6D1
(210,246,209)
#D7F6D6
(215,246,214)
#DCF6DB
(220,246,219)
#E1F6E0
(225,246,224)
#E6F6E5
(230,246,229)
#EBF6EA
(235,246,234)
#F0F6EF
(240,246,239)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F6C2 color. Also use rgb(195,246,194) instead hex code.

Text Font Color

.myTextColor { color: #C3F6C2; }

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

This text font color is #C3F6C2.


Background Color

.myBgColor { background-color: #C3F6C2; }

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

This div background color is #C3F6C2.


Border color

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

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

This div border color is #C3F6C2.


Opacity

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

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

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

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

This text has shadow with #C3F6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F6C2 on black background.


Color preview on white background

This text has color #C3F6C2 on white background.



Black color preview on #C3F6C2 background

This text has black color on #C3F6C2 background.


White color preview on #C3F6C2 background

This text has white color on #C3F6C2 background.