COLOR #C3FED6

HEX: #C3FED6
RGB: (195,254,214)

Color info

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

RGB color model

#C3FED6 color RGB value is (195,254,214).

  • red value is 195;
  • green value is 254;
  • blue value is 214.
RGB:
(195,254,214)
(76%,100%,84%)

RGB channels and saturation

R 195 of 255 = 76%
G 254 of 255 = 100%
B 214 of 255 = 84%

195
254
214

R + G + B ~ 87%. #C3FED6 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 254 + 214 = 663 (100%)
R 195 of 663 ~ 29.41%
G 254 of 663 ~ 38.31%
B 214 of 663 ~ 32.28%

%29.41
%38.31
%32.28

CMYK color model

#C3FED6 color CMYK value is (23,0,16,0).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 0.39%
CMYK:
(23,0,16,0)
C23M0Y16K0 
(23%,0%,16%,0%)
(0.23/0.00/0.16/0.00)	

CMYK percentages

%23.23
%0
%15.75
%0.39

Codes

Color #C3FED6 in popluar color models

C3FED6
RGB195254214
HSL139°96.72%88.04%
HSB/HSV139°23.23%99.61%
CMYK23.23%0.00%15.75%
0.39%

Color #C3FED6 in popluar number systems.

HEXC3FED6
Decimal195254214
Binary110000111111111011010110
Octal303376326

Shades and tints

Shades of #C3FED6

#C3FED6
(195,254,214)
#B2E7C3
(178,231,195)
#A1D0B0
(161,208,176)
#90B99D
(144,185,157)
#7FA28A
(127,162,138)
#6E8B77
(110,139,119)
#5D7464
(93,116,100)
#4C5D51
(76,93,81)
#3B463E
(59,70,62)
#2A2F2B
(42,47,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3FED6

#C3FED6
(195,254,214)
#C8FED9
(200,254,217)
#CDFEDC
(205,254,220)
#D2FEDF
(210,254,223)
#D7FEE2
(215,254,226)
#DCFEE5
(220,254,229)
#E1FEE8
(225,254,232)
#E6FEEB
(230,254,235)
#EBFEEE
(235,254,238)
#F0FEF1
(240,254,241)
#F5FEF4
(245,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3FED6 color. Also use rgb(195,254,214) instead hex code.

Text Font Color

.myTextColor { color: #C3FED6; }

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

This text font color is #C3FED6.


Background Color

.myBgColor { background-color: #C3FED6; }

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

This div background color is #C3FED6.


Border color

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

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

This div border color is #C3FED6.


Opacity

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

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

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

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

This text has shadow with #C3FED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FED6 on black background.


Color preview on white background

This text has color #C3FED6 on white background.



Black color preview on #C3FED6 background

This text has black color on #C3FED6 background.


White color preview on #C3FED6 background

This text has white color on #C3FED6 background.