COLOR #C4FFDD

HEX: #C4FFDD
RGB: (196,255,221)

Color info

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

RGB color model

#C4FFDD color RGB value is (196,255,221).

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

RGB channels and saturation

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

196
255
221

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

Portions of RGB colors in percentages

R + G + B =
196 + 255 + 221 = 672 (100%)
R 196 of 672 ~ 29.17%
G 255 of 672 ~ 37.95%
B 221 of 672 ~ 32.89%

%29.17
%37.95
%32.89

CMYK color model

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

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

CMYK percentages

%23.14
%0
%13.33
%0

Codes

Color #C4FFDD in popluar color models

C4FFDD
RGB196255221
HSL145°100.00%88.43%
HSB/HSV145°23.14%100.00%
CMYK23.14%0.00%13.33%
0.00%

Color #C4FFDD in popluar number systems.

HEXC4FFDD
Decimal196255221
Binary110001001111111111011101
Octal304377335

Shades and tints

Shades of #C4FFDD

#C4FFDD
(196,255,221)
#B3E8C9
(179,232,201)
#A2D1B5
(162,209,181)
#91BAA1
(145,186,161)
#80A38D
(128,163,141)
#6F8C79
(111,140,121)
#5E7565
(94,117,101)
#4D5E51
(77,94,81)
#3C473D
(60,71,61)
#2B3029
(43,48,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #C4FFDD

#C4FFDD
(196,255,221)
#C9FFE0
(201,255,224)
#CEFFE3
(206,255,227)
#D3FFE6
(211,255,230)
#D8FFE9
(216,255,233)
#DDFFEC
(221,255,236)
#E2FFEF
(226,255,239)
#E7FFF2
(231,255,242)
#ECFFF5
(236,255,245)
#F1FFF8
(241,255,248)
#F6FFFB
(246,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FFDD; }

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

This text font color is #C4FFDD.


Background Color

.myBgColor { background-color: #C4FFDD; }

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

This div background color is #C4FFDD.


Border color

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

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

This div border color is #C4FFDD.


Opacity

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

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

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

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

This text has shadow with #C4FFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FFDD on black background.


Color preview on white background

This text has color #C4FFDD on white background.



Black color preview on #C4FFDD background

This text has black color on #C4FFDD background.


White color preview on #C4FFDD background

This text has white color on #C4FFDD background.