COLOR #D4FDEE

HEX: #D4FDEE
RGB: (212,253,238)

Color info

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

RGB color model

#D4FDEE color RGB value is (212,253,238).

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

RGB channels and saturation

R 212 of 255 = 83%
G 253 of 255 = 99%
B 238 of 255 = 93%

212
253
238

R + G + B ~ 92%. #D4FDEE is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 253 + 238 = 703 (100%)
R 212 of 703 ~ 30.16%
G 253 of 703 ~ 35.99%
B 238 of 703 ~ 33.85%

%30.16
%35.99
%33.85

CMYK color model

#D4FDEE color CMYK value is (16,0,6,1).

  • cyan value is 16.21%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(16,0,6,1)
C16M0Y6K1 
(16%,0%,6%,1%)
(0.16/0.00/0.06/0.01)	

CMYK percentages

%16.21
%0
%5.93
%0.78

Codes

Color #D4FDEE in popluar color models

D4FDEE
RGB212253238
HSL158°91.11%91.18%
HSB/HSV158°16.21%99.22%
CMYK16.21%0.00%5.93%
0.78%

Color #D4FDEE in popluar number systems.

HEXD4FDEE
Decimal212253238
Binary110101001111110111101110
Octal324375356

Shades and tints

Shades of #D4FDEE

#D4FDEE
(212,253,238)
#C1E6D9
(193,230,217)
#AECFC4
(174,207,196)
#9BB8AF
(155,184,175)
#88A19A
(136,161,154)
#758A85
(117,138,133)
#627370
(98,115,112)
#4F5C5B
(79,92,91)
#3C4546
(60,69,70)
#292E31
(41,46,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #D4FDEE

#D4FDEE
(212,253,238)
#D7FDEF
(215,253,239)
#DAFDF0
(218,253,240)
#DDFDF1
(221,253,241)
#E0FDF2
(224,253,242)
#E3FDF3
(227,253,243)
#E6FDF4
(230,253,244)
#E9FDF5
(233,253,245)
#ECFDF6
(236,253,246)
#EFFDF7
(239,253,247)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FDEE; }

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

This text font color is #D4FDEE.


Background Color

.myBgColor { background-color: #D4FDEE; }

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

This div background color is #D4FDEE.


Border color

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

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

This div border color is #D4FDEE.


Opacity

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

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

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

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

This text has shadow with #D4FDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FDEE on black background.


Color preview on white background

This text has color #D4FDEE on white background.



Black color preview on #D4FDEE background

This text has black color on #D4FDEE background.


White color preview on #D4FDEE background

This text has white color on #D4FDEE background.