COLOR #C4FED6

HEX: #C4FED6
RGB: (196,254,214)

Color info

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

RGB color model

#C4FED6 color RGB value is (196,254,214).

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

RGB channels and saturation

R 196 of 255 = 77%
G 254 of 255 = 100%
B 214 of 255 = 84%

196
254
214

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

Portions of RGB colors in percentages

R + G + B =
196 + 254 + 214 = 664 (100%)
R 196 of 664 ~ 29.52%
G 254 of 664 ~ 38.25%
B 214 of 664 ~ 32.23%

%29.52
%38.25
%32.23

CMYK color model

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

  • cyan value is 22.83%
  • 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

%22.83
%0
%15.75
%0.39

Codes

Color #C4FED6 in popluar color models

C4FED6
RGB196254214
HSL139°96.67%88.24%
HSB/HSV139°22.83%99.61%
CMYK22.83%0.00%15.75%
0.39%

Color #C4FED6 in popluar number systems.

HEXC4FED6
Decimal196254214
Binary110001001111111011010110
Octal304376326

Shades and tints

Shades of #C4FED6

#C4FED6
(196,254,214)
#B3E7C3
(179,231,195)
#A2D0B0
(162,208,176)
#91B99D
(145,185,157)
#80A28A
(128,162,138)
#6F8B77
(111,139,119)
#5E7464
(94,116,100)
#4D5D51
(77,93,81)
#3C463E
(60,70,62)
#2B2F2B
(43,47,43)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4FED6

#C4FED6
(196,254,214)
#C9FED9
(201,254,217)
#CEFEDC
(206,254,220)
#D3FEDF
(211,254,223)
#D8FEE2
(216,254,226)
#DDFEE5
(221,254,229)
#E2FEE8
(226,254,232)
#E7FEEB
(231,254,235)
#ECFEEE
(236,254,238)
#F1FEF1
(241,254,241)
#F6FEF4
(246,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FED6; }

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

This text font color is #C4FED6.


Background Color

.myBgColor { background-color: #C4FED6; }

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

This div background color is #C4FED6.


Border color

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

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

This div border color is #C4FED6.


Opacity

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

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

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

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

This text has shadow with #C4FED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FED6 on black background.


Color preview on white background

This text has color #C4FED6 on white background.



Black color preview on #C4FED6 background

This text has black color on #C4FED6 background.


White color preview on #C4FED6 background

This text has white color on #C4FED6 background.