COLOR #C4FDC9

HEX: #C4FDC9
RGB: (196,253,201)

Color info

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

RGB color model

#C4FDC9 color RGB value is (196,253,201).

  • red value is 196;
  • green value is 253;
  • blue value is 201.
RGB:
(196,253,201)
(77%,99%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 253 of 255 = 99%
B 201 of 255 = 79%

196
253
201

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

Portions of RGB colors in percentages

R + G + B =
196 + 253 + 201 = 650 (100%)
R 196 of 650 ~ 30.15%
G 253 of 650 ~ 38.92%
B 201 of 650 ~ 30.92%

%30.15
%38.92
%30.92

CMYK color model

#C4FDC9 color CMYK value is (23,0,21,1).

  • cyan value is 22.53%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 0.78%
CMYK:
(23,0,21,1)
C23M0Y21K1 
(23%,0%,21%,1%)
(0.23/0.00/0.21/0.01)	

CMYK percentages

%22.53
%0
%20.55
%0.78

Codes

Color #C4FDC9 in popluar color models

C4FDC9
RGB196253201
HSL125°93.44%88.04%
HSB/HSV125°22.53%99.22%
CMYK22.53%0.00%20.55%
0.78%

Color #C4FDC9 in popluar number systems.

HEXC4FDC9
Decimal196253201
Binary110001001111110111001001
Octal304375311

Shades and tints

Shades of #C4FDC9

#C4FDC9
(196,253,201)
#B3E6B7
(179,230,183)
#A2CFA5
(162,207,165)
#91B893
(145,184,147)
#80A181
(128,161,129)
#6F8A6F
(111,138,111)
#5E735D
(94,115,93)
#4D5C4B
(77,92,75)
#3C4539
(60,69,57)
#2B2E27
(43,46,39)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #C4FDC9

#C4FDC9
(196,253,201)
#C9FDCD
(201,253,205)
#CEFDD1
(206,253,209)
#D3FDD5
(211,253,213)
#D8FDD9
(216,253,217)
#DDFDDD
(221,253,221)
#E2FDE1
(226,253,225)
#E7FDE5
(231,253,229)
#ECFDE9
(236,253,233)
#F1FDED
(241,253,237)
#F6FDF1
(246,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FDC9 color. Also use rgb(196,253,201) instead hex code.

Text Font Color

.myTextColor { color: #C4FDC9; }

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

This text font color is #C4FDC9.


Background Color

.myBgColor { background-color: #C4FDC9; }

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

This div background color is #C4FDC9.


Border color

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

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

This div border color is #C4FDC9.


Opacity

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

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

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

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

This text has shadow with #C4FDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FDC9 on black background.


Color preview on white background

This text has color #C4FDC9 on white background.



Black color preview on #C4FDC9 background

This text has black color on #C4FDC9 background.


White color preview on #C4FDC9 background

This text has white color on #C4FDC9 background.