COLOR #D4F3EC

HEX: #D4F3EC RGB: (212,243,236)

Color info

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

RGB color model

#D4F3EC color RGB value is (212,243,236).

RGB: (212,243,236) (83%, 95%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 236 of 255 = 93%

212
243
236

R + G + B ~ 90%. #D4F3EC is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 243 + 236 = 691 (100%)
R 212 of 691 ~ 30.68%
G 243 of 691 ~ 35.17%
B 236 of 691 ~ 34.15'%

%30.68
%35.17
%34.15

CMYK color model

#D4F3EC color CMYK value is (13,0,3,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%

CMYK: (13,0,3,5)
C13M0Y3K5 (13%, 0%, 3%, 5%)
(0.13 / 0.00 / 0.03 / 0.05)

CMYK percentages

%12.76
%0
%2.88
%4.71

Codes

Color #D4F3EC in popluar color models

D4 F3 EC
RGB 212 243 236
HSL 166° 56.36% 89.22%
HSB/HSV 166° 12.76% 95.29%
CMYK 12.76% 0.00% 2.88%
4.71%

Color #D4F3EC in popluar number systems.

HEX D4 F3 EC
Decimal 212 243 236
Binary 11010100 11110011 11101100
Octal 324 363 354

Shades and tints

Shades of #D4F3EC

#D4F3EC
(212,243,236)
#C1DDD7
(193,221,215)
#AEC7C2
(174,199,194)
#9BB1AD
(155,177,173)
#889B98
(136,155,152)
#758583
(117,133,131)
#626F6E
(98,111,110)
#4F5959
(79,89,89)
#3C4344
(60,67,68)
#292D2F
(41,45,47)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #D4F3EC

#D4F3EC
(212,243,236)
#D7F4ED
(215,244,237)
#DAF5EE
(218,245,238)
#DDF6EF
(221,246,239)
#E0F7F0
(224,247,240)
#E3F8F1
(227,248,241)
#E6F9F2
(230,249,242)
#E9FAF3
(233,250,243)
#ECFBF4
(236,251,244)
#EFFCF5
(239,252,245)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F3EC; }

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

This text font color is #D4F3EC.

Background Color

.myBgColor { background-color: #D4F3EC; }

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

This div background color is #D4F3EC.

Border color

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

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

This div border color is #D4F3EC.

Opacity

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

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

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

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

This text has shadow with #D4F3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F3EC.

Preview

Color preview on black background

This text has color #D4F3EC on black background.


Color preview on white background

This text has color #D4F3EC on white background.


Black color preview on #D4F3EC background

This text has black color on #D4F3EC background.


White color preview on #D4F3EC background

This text has white color on #D4F3EC background.


Related colors

Complementary color

Complementary color for #hex is #2B0C13.


I love getcolorcode.com

Triadic colors

1 #ECD4F3 and #F3ECD4 with #D4F3EC are triadic colors.

2 #ECF3D4 and #F3D4EC with #D4F3EC are triadic colors.