COLOR #C4F4D1

HEX: #C4F4D1
RGB: (196,244,209)

Color info

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

RGB color model

#C4F4D1 color RGB value is (196,244,209).

  • red value is 196;
  • green value is 244;
  • blue value is 209.
RGB:
(196,244,209)
(77%,96%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 244 of 255 = 96%
B 209 of 255 = 82%

196
244
209

R + G + B ~ 85%. #C4F4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 244 + 209 = 649 (100%)
R 196 of 649 ~ 30.2%
G 244 of 649 ~ 37.6%
B 209 of 649 ~ 32.2%

%30.2
%37.6
%32.2

CMYK color model

#C4F4D1 color CMYK value is (20,0,14,4).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(20,0,14,4)
C20M0Y14K4 
(20%,0%,14%,4%)
(0.20/0.00/0.14/0.04)	

CMYK percentages

%19.67
%0
%14.34
%4.31

Codes

Color #C4F4D1 in popluar color models

C4F4D1
RGB196244209
HSL136°68.57%86.27%
HSB/HSV136°19.67%95.69%
CMYK19.67%0.00%14.34%
4.31%

Color #C4F4D1 in popluar number systems.

HEXC4F4D1
Decimal196244209
Binary110001001111010011010001
Octal304364321

Shades and tints

Shades of #C4F4D1

#C4F4D1
(196,244,209)
#B3DEBE
(179,222,190)
#A2C8AB
(162,200,171)
#91B298
(145,178,152)
#809C85
(128,156,133)
#6F8672
(111,134,114)
#5E705F
(94,112,95)
#4D5A4C
(77,90,76)
#3C4439
(60,68,57)
#2B2E26
(43,46,38)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #C4F4D1

#C4F4D1
(196,244,209)
#C9F5D5
(201,245,213)
#CEF6D9
(206,246,217)
#D3F7DD
(211,247,221)
#D8F8E1
(216,248,225)
#DDF9E5
(221,249,229)
#E2FAE9
(226,250,233)
#E7FBED
(231,251,237)
#ECFCF1
(236,252,241)
#F1FDF5
(241,253,245)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F4D1 color. Also use rgb(196,244,209) instead hex code.

Text Font Color

.myTextColor { color: #C4F4D1; }

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

This text font color is #C4F4D1.


Background Color

.myBgColor { background-color: #C4F4D1; }

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

This div background color is #C4F4D1.


Border color

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

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

This div border color is #C4F4D1.


Opacity

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

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

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

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

This text has shadow with #C4F4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F4D1 on black background.


Color preview on white background

This text has color #C4F4D1 on white background.



Black color preview on #C4F4D1 background

This text has black color on #C4F4D1 background.


White color preview on #C4F4D1 background

This text has white color on #C4F4D1 background.