COLOR #C4FEDD

HEX: #C4FEDD
RGB: (196,254,221)

Color info

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

RGB color model

#C4FEDD color RGB value is (196,254,221).

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

RGB channels and saturation

R 196 of 255 = 77%
G 254 of 255 = 100%
B 221 of 255 = 87%

196
254
221

R + G + B ~ 88%. #C4FEDD is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 254 + 221 = 671 (100%)
R 196 of 671 ~ 29.21%
G 254 of 671 ~ 37.85%
B 221 of 671 ~ 32.94%

%29.21
%37.85
%32.94

CMYK color model

#C4FEDD color CMYK value is (23,0,13,0).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(23,0,13,0)
C23M0Y13K0 
(23%,0%,13%,0%)
(0.23/0.00/0.13/0.00)	

CMYK percentages

%22.83
%0
%12.99
%0.39

Codes

Color #C4FEDD in popluar color models

C4FEDD
RGB196254221
HSL146°96.67%88.24%
HSB/HSV146°22.83%99.61%
CMYK22.83%0.00%12.99%
0.39%

Color #C4FEDD in popluar number systems.

HEXC4FEDD
Decimal196254221
Binary110001001111111011011101
Octal304376335

Shades and tints

Shades of #C4FEDD

#C4FEDD
(196,254,221)
#B3E7C9
(179,231,201)
#A2D0B5
(162,208,181)
#91B9A1
(145,185,161)
#80A28D
(128,162,141)
#6F8B79
(111,139,121)
#5E7465
(94,116,101)
#4D5D51
(77,93,81)
#3C463D
(60,70,61)
#2B2F29
(43,47,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #C4FEDD

#C4FEDD
(196,254,221)
#C9FEE0
(201,254,224)
#CEFEE3
(206,254,227)
#D3FEE6
(211,254,230)
#D8FEE9
(216,254,233)
#DDFEEC
(221,254,236)
#E2FEEF
(226,254,239)
#E7FEF2
(231,254,242)
#ECFEF5
(236,254,245)
#F1FEF8
(241,254,248)
#F6FEFB
(246,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FEDD; }

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

This text font color is #C4FEDD.


Background Color

.myBgColor { background-color: #C4FEDD; }

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

This div background color is #C4FEDD.


Border color

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

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

This div border color is #C4FEDD.


Opacity

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

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

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

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

This text has shadow with #C4FEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FEDD on black background.


Color preview on white background

This text has color #C4FEDD on white background.



Black color preview on #C4FEDD background

This text has black color on #C4FEDD background.


White color preview on #C4FEDD background

This text has white color on #C4FEDD background.