COLOR #D4F7CE

HEX: #D4F7CE RGB: (212,247,206)

Color info

#D4F7CE contains red, green and blue colors in about the same proportion. Web safe color of #D4F7CE is #CCFFCC (or #CFC).

RGB color model

#D4F7CE color RGB value is (212,247,206).

RGB: (212,247,206) (83%, 97%, 81%)

RGB channels and saturation

R 212 of 255 = 83%
G 247 of 255 = 97%
B 206 of 255 = 81%

212
247
206

R + G + B ~ 87%. #D4F7CE is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 247 + 206 = 665 (100%)
R 212 of 665 ~ 31.88%
G 247 of 665 ~ 37.14%
B 206 of 665 ~ 30.98'%

%31.88
%37.14
%30.98

CMYK color model

#D4F7CE color CMYK value is (14,0,17,3).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK: (14,0,17,3) C14M0Y17K3 (14%,0%,17%,3%) (0.14/0.00/0.17/0.03) 

CMYK percentages

%14.17
%0
%16.6
%3.14

Codes

Color #D4F7CE in popluar color models

D4 F7 CE
RGB 212 247 206
HSL 111° 71.93% 88.82%
HSB/HSV 111° 16.60% 96.86%
CMYK 14.17% 0.00% 16.60%
3.14%

Color #D4F7CE in popluar number systems.

HEX D4 F7 CE
Decimal 212 247 206
Binary 11010100 11110111 11001110
Octal 324 367 316

Shades and tints

Shades of #D4F7CE

#D4F7CE
(212,247,206)
#C1E1BC
(193,225,188)
#AECBAA
(174,203,170)
#9BB598
(155,181,152)
#889F86
(136,159,134)
#758974
(117,137,116)
#627362
(98,115,98)
#4F5D50
(79,93,80)
#3C473E
(60,71,62)
#29312C
(41,49,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #D4F7CE

#D4F7CE
(212,247,206)
#D7F7D2
(215,247,210)
#DAF7D6
(218,247,214)
#DDF7DA
(221,247,218)
#E0F7DE
(224,247,222)
#E3F7E2
(227,247,226)
#E6F7E6
(230,247,230)
#E9F7EA
(233,247,234)
#ECF7EE
(236,247,238)
#EFF7F2
(239,247,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F7CE; }

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

This text font color is #D4F7CE.

Background Color

.myBgColor { background-color: #D4F7CE; }

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

This div background color is #D4F7CE.

Border color

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

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

This div border color is #D4F7CE.

Opacity

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

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

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

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

This text has shadow with #D4F7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F7CE.

Preview

Color preview on black background

This text has color #D4F7CE on black background.


Color preview on white background

This text has color #D4F7CE on white background.


Black color preview on #D4F7CE background

This text has black color on #D4F7CE background.


White color preview on #D4F7CE background

This text has white color on #D4F7CE background.


Related colors

Complementary color

Complementary color for #hex is #2B0831.


I love getcolorcode.com

Triadic colors

1 #CED4F7 and #F7CED4 with #D4F7CE are triadic colors.

2 #CEF7D4 and #F7D4CE with #D4F7CE are triadic colors.