COLOR #D4FFDA

HEX: #D4FFDA RGB: (212,255,218)

Color info

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

RGB color model

#D4FFDA color RGB value is (212,255,218).

RGB: (212,255,218) (83%, 100%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 218 of 255 = 85%

212
255
218

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

Portions of RGB colors in percentages

R + G + B = 212 + 255 + 218 = 685 (100%)
R 212 of 685 ~ 30.95%
G 255 of 685 ~ 37.23%
B 218 of 685 ~ 31.82'%

%30.95
%37.23
%31.82

CMYK color model

#D4FFDA color CMYK value is (17,0,15,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 14.51%
  • key color value is 0.00%

CMYK: (17,0,15,0)
C17M0Y15K0 (17%, 0%, 15%, 0%)
(0.17 / 0.00 / 0.15 / 0.00)

CMYK percentages

%16.86
%0
%14.51
%0

Codes

Color #D4FFDA in popluar color models

D4 FF DA
RGB 212 255 218
HSL 128° 100.00% 91.57%
HSB/HSV 128° 16.86% 100.00%
CMYK 16.86% 0.00% 14.51%
0.00%

Color #D4FFDA in popluar number systems.

HEX D4 FF DA
Decimal 212 255 218
Binary 11010100 11111111 11011010
Octal 324 377 332

Shades and tints

Shades of #D4FFDA

#D4FFDA
(212,255,218)
#C1E8C7
(193,232,199)
#AED1B4
(174,209,180)
#9BBAA1
(155,186,161)
#88A38E
(136,163,142)
#758C7B
(117,140,123)
#627568
(98,117,104)
#4F5E55
(79,94,85)
#3C4742
(60,71,66)
#29302F
(41,48,47)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #D4FFDA

#D4FFDA
(212,255,218)
#D7FFDD
(215,255,221)
#DAFFE0
(218,255,224)
#DDFFE3
(221,255,227)
#E0FFE6
(224,255,230)
#E3FFE9
(227,255,233)
#E6FFEC
(230,255,236)
#E9FFEF
(233,255,239)
#ECFFF2
(236,255,242)
#EFFFF5
(239,255,245)
#F2FFF8
(242,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FFDA; }

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

This text font color is #D4FFDA.

Background Color

.myBgColor { background-color: #D4FFDA; }

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

This div background color is #D4FFDA.

Border color

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

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

This div border color is #D4FFDA.

Opacity

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

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

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

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

This text has shadow with #D4FFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FFDA.

Preview

Color preview on black background

This text has color #D4FFDA on black background.


Color preview on white background

This text has color #D4FFDA on white background.


Black color preview on #D4FFDA background

This text has black color on #D4FFDA background.


White color preview on #D4FFDA background

This text has white color on #D4FFDA background.


Related colors

Complementary color

Complementary color for #hex is #2B0025.


I love getcolorcode.com

Triadic colors

1 #DAD4FF and #FFDAD4 with #D4FFDA are triadic colors.

2 #DAFFD4 and #FFD4DA with #D4FFDA are triadic colors.