COLOR #C4FDE3

HEX: #C4FDE3
RGB: (196,253,227)

Color info

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

RGB color model

#C4FDE3 color RGB value is (196,253,227).

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

RGB channels and saturation

R 196 of 255 = 77%
G 253 of 255 = 99%
B 227 of 255 = 89%

196
253
227

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

Portions of RGB colors in percentages

R + G + B =
196 + 253 + 227 = 676 (100%)
R 196 of 676 ~ 28.99%
G 253 of 676 ~ 37.43%
B 227 of 676 ~ 33.58%

%28.99
%37.43
%33.58

CMYK color model

#C4FDE3 color CMYK value is (23,0,10,1).

  • cyan value is 22.53%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK:
(23,0,10,1)
C23M0Y10K1 
(23%,0%,10%,1%)
(0.23/0.00/0.10/0.01)	

CMYK percentages

%22.53
%0
%10.28
%0.78

Codes

Color #C4FDE3 in popluar color models

C4FDE3
RGB196253227
HSL153°93.44%88.04%
HSB/HSV153°22.53%99.22%
CMYK22.53%0.00%10.28%
0.78%

Color #C4FDE3 in popluar number systems.

HEXC4FDE3
Decimal196253227
Binary110001001111110111100011
Octal304375343

Shades and tints

Shades of #C4FDE3

#C4FDE3
(196,253,227)
#B3E6CF
(179,230,207)
#A2CFBB
(162,207,187)
#91B8A7
(145,184,167)
#80A193
(128,161,147)
#6F8A7F
(111,138,127)
#5E736B
(94,115,107)
#4D5C57
(77,92,87)
#3C4543
(60,69,67)
#2B2E2F
(43,46,47)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #C4FDE3

#C4FDE3
(196,253,227)
#C9FDE5
(201,253,229)
#CEFDE7
(206,253,231)
#D3FDE9
(211,253,233)
#D8FDEB
(216,253,235)
#DDFDED
(221,253,237)
#E2FDEF
(226,253,239)
#E7FDF1
(231,253,241)
#ECFDF3
(236,253,243)
#F1FDF5
(241,253,245)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FDE3; }

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

This text font color is #C4FDE3.


Background Color

.myBgColor { background-color: #C4FDE3; }

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

This div background color is #C4FDE3.


Border color

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

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

This div border color is #C4FDE3.


Opacity

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

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

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

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

This text has shadow with #C4FDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FDE3 on black background.


Color preview on white background

This text has color #C4FDE3 on white background.



Black color preview on #C4FDE3 background

This text has black color on #C4FDE3 background.


White color preview on #C4FDE3 background

This text has white color on #C4FDE3 background.