COLOR #D6F1DF

HEX: #D6F1DF
RGB: (214,241,223)

Color info

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

RGB color model

#D6F1DF color RGB value is (214,241,223).

  • red value is 214;
  • green value is 241;
  • blue value is 223.
RGB:
(214,241,223)
(84%,95%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 223 of 255 = 87%

214
241
223

R + G + B ~ 89%. #D6F1DF is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 241 + 223 = 678 (100%)
R 214 of 678 ~ 31.56%
G 241 of 678 ~ 35.55%
B 223 of 678 ~ 32.89%

%31.56
%35.55
%32.89

CMYK color model

#D6F1DF color CMYK value is (11,0,7,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(11,0,7,5)
C11M0Y7K5 
(11%,0%,7%,5%)
(0.11/0.00/0.07/0.05)	

CMYK percentages

%11.2
%0
%7.47
%5.49

Codes

Color #D6F1DF in popluar color models

D6F1DF
RGB214241223
HSL140°49.09%89.22%
HSB/HSV140°11.20%94.51%
CMYK11.20%0.00%7.47%
5.49%

Color #D6F1DF in popluar number systems.

HEXD6F1DF
Decimal214241223
Binary110101101111000111011111
Octal326361337

Shades and tints

Shades of #D6F1DF

#D6F1DF
(214,241,223)
#C3DCCB
(195,220,203)
#B0C7B7
(176,199,183)
#9DB2A3
(157,178,163)
#8A9D8F
(138,157,143)
#77887B
(119,136,123)
#647367
(100,115,103)
#515E53
(81,94,83)
#3E493F
(62,73,63)
#2B342B
(43,52,43)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #D6F1DF

#D6F1DF
(214,241,223)
#D9F2E1
(217,242,225)
#DCF3E3
(220,243,227)
#DFF4E5
(223,244,229)
#E2F5E7
(226,245,231)
#E5F6E9
(229,246,233)
#E8F7EB
(232,247,235)
#EBF8ED
(235,248,237)
#EEF9EF
(238,249,239)
#F1FAF1
(241,250,241)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F1DF color. Also use rgb(214,241,223) instead hex code.

Text Font Color

.myTextColor { color: #D6F1DF; }

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

This text font color is #D6F1DF.


Background Color

.myBgColor { background-color: #D6F1DF; }

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

This div background color is #D6F1DF.


Border color

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

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

This div border color is #D6F1DF.


Opacity

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

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

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

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

This text has shadow with #D6F1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F1DF on black background.


Color preview on white background

This text has color #D6F1DF on white background.



Black color preview on #D6F1DF background

This text has black color on #D6F1DF background.


White color preview on #D6F1DF background

This text has white color on #D6F1DF background.