COLOR #D4F3EF

HEX: #D4F3EF
RGB: (212,243,239)

Color info

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

RGB color model

#D4F3EF color RGB value is (212,243,239).

  • red value is 212;
  • green value is 243;
  • blue value is 239.
RGB:
(212,243,239)
(83%,95%,94%)

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 239 of 255 = 94%

212
243
239

R + G + B ~ 91%. #D4F3EF is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 243 + 239 = 694 (100%)
R 212 of 694 ~ 30.55%
G 243 of 694 ~ 35.01%
B 239 of 694 ~ 34.44%

%30.55
%35.01
%34.44

CMYK color model

#D4F3EF color CMYK value is (13,0,2,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%
CMYK:
(13,0,2,5)
C13M0Y2K5 
(13%,0%,2%,5%)
(0.13/0.00/0.02/0.05)	

CMYK percentages

%12.76
%0
%1.65
%4.71

Codes

Color #D4F3EF in popluar color models

D4F3EF
RGB212243239
HSL172°56.36%89.22%
HSB/HSV172°12.76%95.29%
CMYK12.76%0.00%1.65%
4.71%

Color #D4F3EF in popluar number systems.

HEXD4F3EF
Decimal212243239
Binary110101001111001111101111
Octal324363357

Shades and tints

Shades of #D4F3EF

#D4F3EF
(212,243,239)
#C1DDDA
(193,221,218)
#AEC7C5
(174,199,197)
#9BB1B0
(155,177,176)
#889B9B
(136,155,155)
#758586
(117,133,134)
#626F71
(98,111,113)
#4F595C
(79,89,92)
#3C4347
(60,67,71)
#292D32
(41,45,50)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #D4F3EF

#D4F3EF
(212,243,239)
#D7F4F0
(215,244,240)
#DAF5F1
(218,245,241)
#DDF6F2
(221,246,242)
#E0F7F3
(224,247,243)
#E3F8F4
(227,248,244)
#E6F9F5
(230,249,245)
#E9FAF6
(233,250,246)
#ECFBF7
(236,251,247)
#EFFCF8
(239,252,248)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F3EF color. Also use rgb(212,243,239) instead hex code.

Text Font Color

.myTextColor { color: #D4F3EF; }

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

This text font color is #D4F3EF.


Background Color

.myBgColor { background-color: #D4F3EF; }

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

This div background color is #D4F3EF.


Border color

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

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

This div border color is #D4F3EF.


Opacity

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

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

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

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

This text has shadow with #D4F3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F3EF on black background.


Color preview on white background

This text has color #D4F3EF on white background.



Black color preview on #D4F3EF background

This text has black color on #D4F3EF background.


White color preview on #D4F3EF background

This text has white color on #D4F3EF background.