COLOR #D4FDF5

HEX: #D4FDF5
RGB: (212,253,245)

Color info

#D4FDF5 contains red, green and blue colors in about the same proportion. Web safe color of #D4FDF5 is #CCFFFF (or #CFF).

RGB color model

#D4FDF5 color RGB value is (212,253,245).

  • red value is 212;
  • green value is 253;
  • blue value is 245.
RGB:
(212,253,245)
(83%,99%,96%)

RGB channels and saturation

R 212 of 255 = 83%
G 253 of 255 = 99%
B 245 of 255 = 96%

212
253
245

R + G + B ~ 93%. #D4FDF5 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 253 + 245 = 710 (100%)
R 212 of 710 ~ 29.86%
G 253 of 710 ~ 35.63%
B 245 of 710 ~ 34.51%

%29.86
%35.63
%34.51

CMYK color model

#D4FDF5 color CMYK value is (16,0,3,1).

  • cyan value is 16.21%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 0.78%
CMYK:
(16,0,3,1)
C16M0Y3K1 
(16%,0%,3%,1%)
(0.16/0.00/0.03/0.01)	

CMYK percentages

%16.21
%0
%3.16
%0.78

Codes

Color #D4FDF5 in popluar color models

D4FDF5
RGB212253245
HSL168°91.11%91.18%
HSB/HSV168°16.21%99.22%
CMYK16.21%0.00%3.16%
0.78%

Color #D4FDF5 in popluar number systems.

HEXD4FDF5
Decimal212253245
Binary110101001111110111110101
Octal324375365

Shades and tints

Shades of #D4FDF5

#D4FDF5
(212,253,245)
#C1E6DF
(193,230,223)
#AECFC9
(174,207,201)
#9BB8B3
(155,184,179)
#88A19D
(136,161,157)
#758A87
(117,138,135)
#627371
(98,115,113)
#4F5C5B
(79,92,91)
#3C4545
(60,69,69)
#292E2F
(41,46,47)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #D4FDF5

#D4FDF5
(212,253,245)
#D7FDF5
(215,253,245)
#DAFDF5
(218,253,245)
#DDFDF5
(221,253,245)
#E0FDF5
(224,253,245)
#E3FDF5
(227,253,245)
#E6FDF5
(230,253,245)
#E9FDF5
(233,253,245)
#ECFDF5
(236,253,245)
#EFFDF5
(239,253,245)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FDF5 color. Also use rgb(212,253,245) instead hex code.

Text Font Color

.myTextColor { color: #D4FDF5; }

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

This text font color is #D4FDF5.


Background Color

.myBgColor { background-color: #D4FDF5; }

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

This div background color is #D4FDF5.


Border color

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

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

This div border color is #D4FDF5.


Opacity

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

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

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

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

This text has shadow with #D4FDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FDF5 on black background.


Color preview on white background

This text has color #D4FDF5 on white background.



Black color preview on #D4FDF5 background

This text has black color on #D4FDF5 background.


White color preview on #D4FDF5 background

This text has white color on #D4FDF5 background.