COLOR #D6F5DF

HEX: #D6F5DF
RGB: (214,245,223)

Color info

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

RGB color model

#D6F5DF color RGB value is (214,245,223).

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

RGB channels and saturation

R 214 of 255 = 84%
G 245 of 255 = 96%
B 223 of 255 = 87%

214
245
223

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

Portions of RGB colors in percentages

R + G + B =
214 + 245 + 223 = 682 (100%)
R 214 of 682 ~ 31.38%
G 245 of 682 ~ 35.92%
B 223 of 682 ~ 32.7%

%31.38
%35.92
%32.7

CMYK color model

#D6F5DF color CMYK value is (13,0,9,4).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(13,0,9,4)
C13M0Y9K4 
(13%,0%,9%,4%)
(0.13/0.00/0.09/0.04)	

CMYK percentages

%12.65
%0
%8.98
%3.92

Codes

Color #D6F5DF in popluar color models

D6F5DF
RGB214245223
HSL137°60.78%90.00%
HSB/HSV137°12.65%96.08%
CMYK12.65%0.00%8.98%
3.92%

Color #D6F5DF in popluar number systems.

HEXD6F5DF
Decimal214245223
Binary110101101111010111011111
Octal326365337

Shades and tints

Shades of #D6F5DF

#D6F5DF
(214,245,223)
#C3DFCB
(195,223,203)
#B0C9B7
(176,201,183)
#9DB3A3
(157,179,163)
#8A9D8F
(138,157,143)
#77877B
(119,135,123)
#647167
(100,113,103)
#515B53
(81,91,83)
#3E453F
(62,69,63)
#2B2F2B
(43,47,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #D6F5DF

#D6F5DF
(214,245,223)
#D9F5E1
(217,245,225)
#DCF5E3
(220,245,227)
#DFF5E5
(223,245,229)
#E2F5E7
(226,245,231)
#E5F5E9
(229,245,233)
#E8F5EB
(232,245,235)
#EBF5ED
(235,245,237)
#EEF5EF
(238,245,239)
#F1F5F1
(241,245,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F5DF; }

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

This text font color is #D6F5DF.


Background Color

.myBgColor { background-color: #D6F5DF; }

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

This div background color is #D6F5DF.


Border color

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

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

This div border color is #D6F5DF.


Opacity

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

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

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

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

This text has shadow with #D6F5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F5DF on black background.


Color preview on white background

This text has color #D6F5DF on white background.



Black color preview on #D6F5DF background

This text has black color on #D6F5DF background.


White color preview on #D6F5DF background

This text has white color on #D6F5DF background.