COLOR #C3F6DC

HEX: #C3F6DC
RGB: (195,246,220)

Color info

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

RGB color model

#C3F6DC color RGB value is (195,246,220).

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

RGB channels and saturation

R 195 of 255 = 76%
G 246 of 255 = 96%
B 220 of 255 = 86%

195
246
220

R + G + B ~ 86%. #C3F6DC is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 246 + 220 = 661 (100%)
R 195 of 661 ~ 29.5%
G 246 of 661 ~ 37.22%
B 220 of 661 ~ 33.28%

%29.5
%37.22
%33.28

CMYK color model

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

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(21,0,11,4)
C21M0Y11K4 
(21%,0%,11%,4%)
(0.21/0.00/0.11/0.04)	

CMYK percentages

%20.73
%0
%10.57
%3.53

Codes

Color #C3F6DC in popluar color models

C3F6DC
RGB195246220
HSL149°73.91%86.47%
HSB/HSV149°20.73%96.47%
CMYK20.73%0.00%10.57%
3.53%

Color #C3F6DC in popluar number systems.

HEXC3F6DC
Decimal195246220
Binary110000111111011011011100
Octal303366334

Shades and tints

Shades of #C3F6DC

#C3F6DC
(195,246,220)
#B2E0C8
(178,224,200)
#A1CAB4
(161,202,180)
#90B4A0
(144,180,160)
#7F9E8C
(127,158,140)
#6E8878
(110,136,120)
#5D7264
(93,114,100)
#4C5C50
(76,92,80)
#3B463C
(59,70,60)
#2A3028
(42,48,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #C3F6DC

#C3F6DC
(195,246,220)
#C8F6DF
(200,246,223)
#CDF6E2
(205,246,226)
#D2F6E5
(210,246,229)
#D7F6E8
(215,246,232)
#DCF6EB
(220,246,235)
#E1F6EE
(225,246,238)
#E6F6F1
(230,246,241)
#EBF6F4
(235,246,244)
#F0F6F7
(240,246,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F6DC; }

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

This text font color is #C3F6DC.


Background Color

.myBgColor { background-color: #C3F6DC; }

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

This div background color is #C3F6DC.


Border color

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

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

This div border color is #C3F6DC.


Opacity

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

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

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

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

This text has shadow with #C3F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F6DC on black background.


Color preview on white background

This text has color #C3F6DC on white background.



Black color preview on #C3F6DC background

This text has black color on #C3F6DC background.


White color preview on #C3F6DC background

This text has white color on #C3F6DC background.