COLOR #C3F6C9

HEX: #C3F6C9
RGB: (195,246,201)

Color info

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

RGB color model

#C3F6C9 color RGB value is (195,246,201).

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

RGB channels and saturation

R 195 of 255 = 76%
G 246 of 255 = 96%
B 201 of 255 = 79%

195
246
201

R + G + B ~ 84%. #C3F6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 246 + 201 = 642 (100%)
R 195 of 642 ~ 30.37%
G 246 of 642 ~ 38.32%
B 201 of 642 ~ 31.31%

%30.37
%38.32
%31.31

CMYK color model

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

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 3.53%
CMYK:
(21,0,18,4)
C21M0Y18K4 
(21%,0%,18%,4%)
(0.21/0.00/0.18/0.04)	

CMYK percentages

%20.73
%0
%18.29
%3.53

Codes

Color #C3F6C9 in popluar color models

C3F6C9
RGB195246201
HSL127°73.91%86.47%
HSB/HSV127°20.73%96.47%
CMYK20.73%0.00%18.29%
3.53%

Color #C3F6C9 in popluar number systems.

HEXC3F6C9
Decimal195246201
Binary110000111111011011001001
Octal303366311

Shades and tints

Shades of #C3F6C9

#C3F6C9
(195,246,201)
#B2E0B7
(178,224,183)
#A1CAA5
(161,202,165)
#90B493
(144,180,147)
#7F9E81
(127,158,129)
#6E886F
(110,136,111)
#5D725D
(93,114,93)
#4C5C4B
(76,92,75)
#3B4639
(59,70,57)
#2A3027
(42,48,39)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #C3F6C9

#C3F6C9
(195,246,201)
#C8F6CD
(200,246,205)
#CDF6D1
(205,246,209)
#D2F6D5
(210,246,213)
#D7F6D9
(215,246,217)
#DCF6DD
(220,246,221)
#E1F6E1
(225,246,225)
#E6F6E5
(230,246,229)
#EBF6E9
(235,246,233)
#F0F6ED
(240,246,237)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F6C9; }

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

This text font color is #C3F6C9.


Background Color

.myBgColor { background-color: #C3F6C9; }

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

This div background color is #C3F6C9.


Border color

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

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

This div border color is #C3F6C9.


Opacity

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

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

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

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

This text has shadow with #C3F6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F6C9 on black background.


Color preview on white background

This text has color #C3F6C9 on white background.



Black color preview on #C3F6C9 background

This text has black color on #C3F6C9 background.


White color preview on #C3F6C9 background

This text has white color on #C3F6C9 background.