COLOR #D4F4DF

HEX: #D4F4DF RGB: (212,244,223)

Color info

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

RGB color model

#D4F4DF color RGB value is (212,244,223).

RGB: (212,244,223) (83%, 96%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 244 of 255 = 96%
B 223 of 255 = 87%

212
244
223

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

Portions of RGB colors in percentages

R + G + B = 212 + 244 + 223 = 679 (100%)
R 212 of 679 ~ 31.22%
G 244 of 679 ~ 35.94%
B 223 of 679 ~ 32.84'%

%31.22
%35.94
%32.84

CMYK color model

#D4F4DF color CMYK value is (13,0,9,4).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%

CMYK: (13,0,9,4)
C13M0Y9K4 (13%, 0%, 9%, 4%)
(0.13 / 0.00 / 0.09 / 0.04)

CMYK percentages

%13.11
%0
%8.61
%4.31

Codes

Color #D4F4DF in popluar color models

D4 F4 DF
RGB 212 244 223
HSL 141° 59.26% 89.41%
HSB/HSV 141° 13.11% 95.69%
CMYK 13.11% 0.00% 8.61%
4.31%

Color #D4F4DF in popluar number systems.

HEX D4 F4 DF
Decimal 212 244 223
Binary 11010100 11110100 11011111
Octal 324 364 337

Shades and tints

Shades of #D4F4DF

#D4F4DF
(212,244,223)
#C1DECB
(193,222,203)
#AEC8B7
(174,200,183)
#9BB2A3
(155,178,163)
#889C8F
(136,156,143)
#75867B
(117,134,123)
#627067
(98,112,103)
#4F5A53
(79,90,83)
#3C443F
(60,68,63)
#292E2B
(41,46,43)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #D4F4DF

#D4F4DF
(212,244,223)
#D7F5E1
(215,245,225)
#DAF6E3
(218,246,227)
#DDF7E5
(221,247,229)
#E0F8E7
(224,248,231)
#E3F9E9
(227,249,233)
#E6FAEB
(230,250,235)
#E9FBED
(233,251,237)
#ECFCEF
(236,252,239)
#EFFDF1
(239,253,241)
#F2FEF3
(242,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F4DF color. Also use rgb(212,244,223) instead hex code.

Text Font Color

.myTextColor { color: #D4F4DF; }

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

This text font color is #D4F4DF.

Background Color

.myBgColor { background-color: #D4F4DF; }

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

This div background color is #D4F4DF.

Border color

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

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

This div border color is #D4F4DF.

Opacity

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

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

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

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

This text has shadow with #D4F4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F4DF.

Preview

Color preview on black background

This text has color #D4F4DF on black background.


Color preview on white background

This text has color #D4F4DF on white background.


Black color preview on #D4F4DF background

This text has black color on #D4F4DF background.


White color preview on #D4F4DF background

This text has white color on #D4F4DF background.


Related colors

Complementary color

Complementary color for #hex is #2B0B20.


I love getcolorcode.com

Triadic colors

1 #DFD4F4 and #F4DFD4 with #D4F4DF are triadic colors.

2 #DFF4D4 and #F4D4DF with #D4F4DF are triadic colors.