COLOR #C4FECC

HEX: #C4FECC
RGB: (196,254,204)

Color info

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

RGB color model

#C4FECC color RGB value is (196,254,204).

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

RGB channels and saturation

R 196 of 255 = 77%
G 254 of 255 = 100%
B 204 of 255 = 80%

196
254
204

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

Portions of RGB colors in percentages

R + G + B =
196 + 254 + 204 = 654 (100%)
R 196 of 654 ~ 29.97%
G 254 of 654 ~ 38.84%
B 204 of 654 ~ 31.19%

%29.97
%38.84
%31.19

CMYK color model

#C4FECC color CMYK value is (23,0,20,0).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 0.39%
CMYK:
(23,0,20,0)
C23M0Y20K0 
(23%,0%,20%,0%)
(0.23/0.00/0.20/0.00)	

CMYK percentages

%22.83
%0
%19.69
%0.39

Codes

Color #C4FECC in popluar color models

C4FECC
RGB196254204
HSL128°96.67%88.24%
HSB/HSV128°22.83%99.61%
CMYK22.83%0.00%19.69%
0.39%

Color #C4FECC in popluar number systems.

HEXC4FECC
Decimal196254204
Binary110001001111111011001100
Octal304376314

Shades and tints

Shades of #C4FECC

#C4FECC
(196,254,204)
#B3E7BA
(179,231,186)
#A2D0A8
(162,208,168)
#91B996
(145,185,150)
#80A284
(128,162,132)
#6F8B72
(111,139,114)
#5E7460
(94,116,96)
#4D5D4E
(77,93,78)
#3C463C
(60,70,60)
#2B2F2A
(43,47,42)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4FECC

#C4FECC
(196,254,204)
#C9FED0
(201,254,208)
#CEFED4
(206,254,212)
#D3FED8
(211,254,216)
#D8FEDC
(216,254,220)
#DDFEE0
(221,254,224)
#E2FEE4
(226,254,228)
#E7FEE8
(231,254,232)
#ECFEEC
(236,254,236)
#F1FEF0
(241,254,240)
#F6FEF4
(246,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FECC; }

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

This text font color is #C4FECC.


Background Color

.myBgColor { background-color: #C4FECC; }

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

This div background color is #C4FECC.


Border color

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

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

This div border color is #C4FECC.


Opacity

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

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

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

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

This text has shadow with #C4FECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FECC on black background.


Color preview on white background

This text has color #C4FECC on white background.



Black color preview on #C4FECC background

This text has black color on #C4FECC background.


White color preview on #C4FECC background

This text has white color on #C4FECC background.