COLOR #D4F6ED

HEX: #D4F6ED RGB: (212,246,237)

Color info

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

RGB color model

#D4F6ED color RGB value is (212,246,237).

RGB: (212,246,237) (83%, 96%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 246 of 255 = 96%
B 237 of 255 = 93%

212
246
237

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

Portions of RGB colors in percentages

R + G + B = 212 + 246 + 237 = 695 (100%)
R 212 of 695 ~ 30.5%
G 246 of 695 ~ 35.4%
B 237 of 695 ~ 34.1'%

%30.5
%35.4
%34.1

CMYK color model

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

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 3.53%

CMYK: (14,0,4,4)
C14M0Y4K4 (14%, 0%, 4%, 4%)
(0.14 / 0.00 / 0.04 / 0.04)

CMYK percentages

%13.82
%0
%3.66
%3.53

Codes

Color #D4F6ED in popluar color models

D4 F6 ED
RGB 212 246 237
HSL 164° 65.38% 89.80%
HSB/HSV 164° 13.82% 96.47%
CMYK 13.82% 0.00% 3.66%
3.53%

Color #D4F6ED in popluar number systems.

HEX D4 F6 ED
Decimal 212 246 237
Binary 11010100 11110110 11101101
Octal 324 366 355

Shades and tints

Shades of #D4F6ED

#D4F6ED
(212,246,237)
#C1E0D8
(193,224,216)
#AECAC3
(174,202,195)
#9BB4AE
(155,180,174)
#889E99
(136,158,153)
#758884
(117,136,132)
#62726F
(98,114,111)
#4F5C5A
(79,92,90)
#3C4645
(60,70,69)
#293030
(41,48,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #D4F6ED

#D4F6ED
(212,246,237)
#D7F6EE
(215,246,238)
#DAF6EF
(218,246,239)
#DDF6F0
(221,246,240)
#E0F6F1
(224,246,241)
#E3F6F2
(227,246,242)
#E6F6F3
(230,246,243)
#E9F6F4
(233,246,244)
#ECF6F5
(236,246,245)
#EFF6F6
(239,246,246)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F6ED color. Also use rgb(212,246,237) instead hex code.

Text Font Color

.myTextColor { color: #D4F6ED; }

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

This text font color is #D4F6ED.

Background Color

.myBgColor { background-color: #D4F6ED; }

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

This div background color is #D4F6ED.

Border color

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

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

This div border color is #D4F6ED.

Opacity

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

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

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

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

This text has shadow with #D4F6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F6ED.

Preview

Color preview on black background

This text has color #D4F6ED on black background.


Color preview on white background

This text has color #D4F6ED on white background.


Black color preview on #D4F6ED background

This text has black color on #D4F6ED background.


White color preview on #D4F6ED background

This text has white color on #D4F6ED background.


Related colors

Complementary color

Complementary color for #hex is #2B0912.


I love getcolorcode.com

Triadic colors

1 #EDD4F6 and #F6EDD4 with #D4F6ED are triadic colors.

2 #EDF6D4 and #F6D4ED with #D4F6ED are triadic colors.