COLOR #D4FFD5

HEX: #D4FFD5
RGB: (212,255,213)

Color info

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

RGB color model

#D4FFD5 color RGB value is (212,255,213).

  • red value is 212;
  • green value is 255;
  • blue value is 213.
RGB:
(212,255,213)
(83%,100%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 213 of 255 = 84%

212
255
213

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

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 213 = 680 (100%)
R 212 of 680 ~ 31.18%
G 255 of 680 ~ 37.5%
B 213 of 680 ~ 31.32%

%31.18
%37.5
%31.32

CMYK color model

#D4FFD5 color CMYK value is (17,0,16,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(17,0,16,0)
C17M0Y16K0 
(17%,0%,16%,0%)
(0.17/0.00/0.16/0.00)	

CMYK percentages

%16.86
%0
%16.47
%0

Codes

Color #D4FFD5 in popluar color models

D4FFD5
RGB212255213
HSL121°100.00%91.57%
HSB/HSV121°16.86%100.00%
CMYK16.86%0.00%16.47%
0.00%

Color #D4FFD5 in popluar number systems.

HEXD4FFD5
Decimal212255213
Binary110101001111111111010101
Octal324377325

Shades and tints

Shades of #D4FFD5

#D4FFD5
(212,255,213)
#C1E8C2
(193,232,194)
#AED1AF
(174,209,175)
#9BBA9C
(155,186,156)
#88A389
(136,163,137)
#758C76
(117,140,118)
#627563
(98,117,99)
#4F5E50
(79,94,80)
#3C473D
(60,71,61)
#29302A
(41,48,42)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #D4FFD5

#D4FFD5
(212,255,213)
#D7FFD8
(215,255,216)
#DAFFDB
(218,255,219)
#DDFFDE
(221,255,222)
#E0FFE1
(224,255,225)
#E3FFE4
(227,255,228)
#E6FFE7
(230,255,231)
#E9FFEA
(233,255,234)
#ECFFED
(236,255,237)
#EFFFF0
(239,255,240)
#F2FFF3
(242,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FFD5; }

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

This text font color is #D4FFD5.


Background Color

.myBgColor { background-color: #D4FFD5; }

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

This div background color is #D4FFD5.


Border color

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

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

This div border color is #D4FFD5.


Opacity

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

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

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

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

This text has shadow with #D4FFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FFD5 on black background.


Color preview on white background

This text has color #D4FFD5 on white background.



Black color preview on #D4FFD5 background

This text has black color on #D4FFD5 background.


White color preview on #D4FFD5 background

This text has white color on #D4FFD5 background.