COLOR #D6F7D1

HEX: #D6F7D1
RGB: (214,247,209)

Color info

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

RGB color model

#D6F7D1 color RGB value is (214,247,209).

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

RGB channels and saturation

R 214 of 255 = 84%
G 247 of 255 = 97%
B 209 of 255 = 82%

214
247
209

R + G + B ~ 88%. #D6F7D1 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 247 + 209 = 670 (100%)
R 214 of 670 ~ 31.94%
G 247 of 670 ~ 36.87%
B 209 of 670 ~ 31.19%

%31.94
%36.87
%31.19

CMYK color model

#D6F7D1 color CMYK value is (13,0,15,3).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(13,0,15,3)
C13M0Y15K3 
(13%,0%,15%,3%)
(0.13/0.00/0.15/0.03)	

CMYK percentages

%13.36
%0
%15.38
%3.14

Codes

Color #D6F7D1 in popluar color models

D6F7D1
RGB214247209
HSL112°70.37%89.41%
HSB/HSV112°15.38%96.86%
CMYK13.36%0.00%15.38%
3.14%

Color #D6F7D1 in popluar number systems.

HEXD6F7D1
Decimal214247209
Binary110101101111011111010001
Octal326367321

Shades and tints

Shades of #D6F7D1

#D6F7D1
(214,247,209)
#C3E1BE
(195,225,190)
#B0CBAB
(176,203,171)
#9DB598
(157,181,152)
#8A9F85
(138,159,133)
#778972
(119,137,114)
#64735F
(100,115,95)
#515D4C
(81,93,76)
#3E4739
(62,71,57)
#2B3126
(43,49,38)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #D6F7D1

#D6F7D1
(214,247,209)
#D9F7D5
(217,247,213)
#DCF7D9
(220,247,217)
#DFF7DD
(223,247,221)
#E2F7E1
(226,247,225)
#E5F7E5
(229,247,229)
#E8F7E9
(232,247,233)
#EBF7ED
(235,247,237)
#EEF7F1
(238,247,241)
#F1F7F5
(241,247,245)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F7D1; }

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

This text font color is #D6F7D1.


Background Color

.myBgColor { background-color: #D6F7D1; }

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

This div background color is #D6F7D1.


Border color

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

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

This div border color is #D6F7D1.


Opacity

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

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

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

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

This text has shadow with #D6F7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F7D1 on black background.


Color preview on white background

This text has color #D6F7D1 on white background.



Black color preview on #D6F7D1 background

This text has black color on #D6F7D1 background.


White color preview on #D6F7D1 background

This text has white color on #D6F7D1 background.