COLOR #D4FCDA

HEX: #D4FCDA
RGB: (212,252,218)

Color info

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

RGB color model

#D4FCDA color RGB value is (212,252,218).

  • red value is 212;
  • green value is 252;
  • blue value is 218.
RGB:
(212,252,218)
(83%,99%,85%)

RGB channels and saturation

R 212 of 255 = 83%
G 252 of 255 = 99%
B 218 of 255 = 85%

212
252
218

R + G + B ~ 89%. #D4FCDA is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 252 + 218 = 682 (100%)
R 212 of 682 ~ 31.09%
G 252 of 682 ~ 36.95%
B 218 of 682 ~ 31.96%

%31.09
%36.95
%31.96

CMYK color model

#D4FCDA color CMYK value is (16,0,13,1).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(16,0,13,1)
C16M0Y13K1 
(16%,0%,13%,1%)
(0.16/0.00/0.13/0.01)	

CMYK percentages

%15.87
%0
%13.49
%1.18

Codes

Color #D4FCDA in popluar color models

D4FCDA
RGB212252218
HSL129°86.96%90.98%
HSB/HSV129°15.87%98.82%
CMYK15.87%0.00%13.49%
1.18%

Color #D4FCDA in popluar number systems.

HEXD4FCDA
Decimal212252218
Binary110101001111110011011010
Octal324374332

Shades and tints

Shades of #D4FCDA

#D4FCDA
(212,252,218)
#C1E6C7
(193,230,199)
#AED0B4
(174,208,180)
#9BBAA1
(155,186,161)
#88A48E
(136,164,142)
#758E7B
(117,142,123)
#627868
(98,120,104)
#4F6255
(79,98,85)
#3C4C42
(60,76,66)
#29362F
(41,54,47)
#16201C
(22,32,28)
#000000
(0,0,0)

Tints of #D4FCDA

#D4FCDA
(212,252,218)
#D7FCDD
(215,252,221)
#DAFCE0
(218,252,224)
#DDFCE3
(221,252,227)
#E0FCE6
(224,252,230)
#E3FCE9
(227,252,233)
#E6FCEC
(230,252,236)
#E9FCEF
(233,252,239)
#ECFCF2
(236,252,242)
#EFFCF5
(239,252,245)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FCDA color. Also use rgb(212,252,218) instead hex code.

Text Font Color

.myTextColor { color: #D4FCDA; }

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

This text font color is #D4FCDA.


Background Color

.myBgColor { background-color: #D4FCDA; }

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

This div background color is #D4FCDA.


Border color

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

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

This div border color is #D4FCDA.


Opacity

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

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

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

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

This text has shadow with #D4FCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FCDA on black background.


Color preview on white background

This text has color #D4FCDA on white background.



Black color preview on #D4FCDA background

This text has black color on #D4FCDA background.


White color preview on #D4FCDA background

This text has white color on #D4FCDA background.