COLOR #D6F6DD

HEX: #D6F6DD
RGB: (214,246,221)

Color info

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

RGB color model

#D6F6DD color RGB value is (214,246,221).

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

RGB channels and saturation

R 214 of 255 = 84%
G 246 of 255 = 96%
B 221 of 255 = 87%

214
246
221

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

Portions of RGB colors in percentages

R + G + B =
214 + 246 + 221 = 681 (100%)
R 214 of 681 ~ 31.42%
G 246 of 681 ~ 36.12%
B 221 of 681 ~ 32.45%

%31.42
%36.12
%32.45

CMYK color model

#D6F6DD color CMYK value is (13,0,10,4).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%
CMYK:
(13,0,10,4)
C13M0Y10K4 
(13%,0%,10%,4%)
(0.13/0.00/0.10/0.04)	

CMYK percentages

%13.01
%0
%10.16
%3.53

Codes

Color #D6F6DD in popluar color models

D6F6DD
RGB214246221
HSL133°64.00%90.20%
HSB/HSV133°13.01%96.47%
CMYK13.01%0.00%10.16%
3.53%

Color #D6F6DD in popluar number systems.

HEXD6F6DD
Decimal214246221
Binary110101101111011011011101
Octal326366335

Shades and tints

Shades of #D6F6DD

#D6F6DD
(214,246,221)
#C3E0C9
(195,224,201)
#B0CAB5
(176,202,181)
#9DB4A1
(157,180,161)
#8A9E8D
(138,158,141)
#778879
(119,136,121)
#647265
(100,114,101)
#515C51
(81,92,81)
#3E463D
(62,70,61)
#2B3029
(43,48,41)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #D6F6DD

#D6F6DD
(214,246,221)
#D9F6E0
(217,246,224)
#DCF6E3
(220,246,227)
#DFF6E6
(223,246,230)
#E2F6E9
(226,246,233)
#E5F6EC
(229,246,236)
#E8F6EF
(232,246,239)
#EBF6F2
(235,246,242)
#EEF6F5
(238,246,245)
#F1F6F8
(241,246,248)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F6DD color. Also use rgb(214,246,221) instead hex code.

Text Font Color

.myTextColor { color: #D6F6DD; }

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

This text font color is #D6F6DD.


Background Color

.myBgColor { background-color: #D6F6DD; }

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

This div background color is #D6F6DD.


Border color

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

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

This div border color is #D6F6DD.


Opacity

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

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

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

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

This text has shadow with #D6F6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F6DD on black background.


Color preview on white background

This text has color #D6F6DD on white background.



Black color preview on #D6F6DD background

This text has black color on #D6F6DD background.


White color preview on #D6F6DD background

This text has white color on #D6F6DD background.