COLOR #D6F7CE

HEX: #D6F7CE
RGB: (214,247,206)

Color info

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

RGB color model

#D6F7CE color RGB value is (214,247,206).

  • red value is 214;
  • green value is 247;
  • blue value is 206.
RGB:
(214,247,206)
(84%,97%,81%)

RGB channels and saturation

R 214 of 255 = 84%
G 247 of 255 = 97%
B 206 of 255 = 81%

214
247
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 247 + 206 = 667 (100%)
R 214 of 667 ~ 32.08%
G 247 of 667 ~ 37.03%
B 206 of 667 ~ 30.88%

%32.08
%37.03
%30.88

CMYK color model

#D6F7CE color CMYK value is (13,0,17,3).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(13,0,17,3)
C13M0Y17K3 
(13%,0%,17%,3%)
(0.13/0.00/0.17/0.03)	

CMYK percentages

%13.36
%0
%16.6
%3.14

Codes

Color #D6F7CE in popluar color models

D6F7CE
RGB214247206
HSL108°71.93%88.82%
HSB/HSV108°16.60%96.86%
CMYK13.36%0.00%16.60%
3.14%

Color #D6F7CE in popluar number systems.

HEXD6F7CE
Decimal214247206
Binary110101101111011111001110
Octal326367316

Shades and tints

Shades of #D6F7CE

#D6F7CE
(214,247,206)
#C3E1BC
(195,225,188)
#B0CBAA
(176,203,170)
#9DB598
(157,181,152)
#8A9F86
(138,159,134)
#778974
(119,137,116)
#647362
(100,115,98)
#515D50
(81,93,80)
#3E473E
(62,71,62)
#2B312C
(43,49,44)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #D6F7CE

#D6F7CE
(214,247,206)
#D9F7D2
(217,247,210)
#DCF7D6
(220,247,214)
#DFF7DA
(223,247,218)
#E2F7DE
(226,247,222)
#E5F7E2
(229,247,226)
#E8F7E6
(232,247,230)
#EBF7EA
(235,247,234)
#EEF7EE
(238,247,238)
#F1F7F2
(241,247,242)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F7CE; }

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

This text font color is #D6F7CE.


Background Color

.myBgColor { background-color: #D6F7CE; }

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

This div background color is #D6F7CE.


Border color

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

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

This div border color is #D6F7CE.


Opacity

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

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

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

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

This text has shadow with #D6F7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F7CE on black background.


Color preview on white background

This text has color #D6F7CE on white background.



Black color preview on #D6F7CE background

This text has black color on #D6F7CE background.


White color preview on #D6F7CE background

This text has white color on #D6F7CE background.