COLOR #D4F7EE

HEX: #D4F7EE
RGB: (212,247,238)

Color info

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

RGB color model

#D4F7EE color RGB value is (212,247,238).

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

RGB channels and saturation

R 212 of 255 = 83%
G 247 of 255 = 97%
B 238 of 255 = 93%

212
247
238

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

Portions of RGB colors in percentages

R + G + B =
212 + 247 + 238 = 697 (100%)
R 212 of 697 ~ 30.42%
G 247 of 697 ~ 35.44%
B 238 of 697 ~ 34.15%

%30.42
%35.44
%34.15

CMYK color model

#D4F7EE color CMYK value is (14,0,4,3).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(14,0,4,3)
C14M0Y4K3 
(14%,0%,4%,3%)
(0.14/0.00/0.04/0.03)	

CMYK percentages

%14.17
%0
%3.64
%3.14

Codes

Color #D4F7EE in popluar color models

D4F7EE
RGB212247238
HSL165°68.63%90.00%
HSB/HSV165°14.17%96.86%
CMYK14.17%0.00%3.64%
3.14%

Color #D4F7EE in popluar number systems.

HEXD4F7EE
Decimal212247238
Binary110101001111011111101110
Octal324367356

Shades and tints

Shades of #D4F7EE

#D4F7EE
(212,247,238)
#C1E1D9
(193,225,217)
#AECBC4
(174,203,196)
#9BB5AF
(155,181,175)
#889F9A
(136,159,154)
#758985
(117,137,133)
#627370
(98,115,112)
#4F5D5B
(79,93,91)
#3C4746
(60,71,70)
#293131
(41,49,49)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #D4F7EE

#D4F7EE
(212,247,238)
#D7F7EF
(215,247,239)
#DAF7F0
(218,247,240)
#DDF7F1
(221,247,241)
#E0F7F2
(224,247,242)
#E3F7F3
(227,247,243)
#E6F7F4
(230,247,244)
#E9F7F5
(233,247,245)
#ECF7F6
(236,247,246)
#EFF7F7
(239,247,247)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F7EE; }

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

This text font color is #D4F7EE.


Background Color

.myBgColor { background-color: #D4F7EE; }

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

This div background color is #D4F7EE.


Border color

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

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

This div border color is #D4F7EE.


Opacity

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

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

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

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

This text has shadow with #D4F7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F7EE on black background.


Color preview on white background

This text has color #D4F7EE on white background.



Black color preview on #D4F7EE background

This text has black color on #D4F7EE background.


White color preview on #D4F7EE background

This text has white color on #D4F7EE background.