COLOR #D6FDD0

HEX: #D6FDD0
RGB: (214,253,208)

Color info

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

RGB color model

#D6FDD0 color RGB value is (214,253,208).

  • red value is 214;
  • green value is 253;
  • blue value is 208.
RGB:
(214,253,208)
(84%,99%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 253 of 255 = 99%
B 208 of 255 = 82%

214
253
208

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

Portions of RGB colors in percentages

R + G + B =
214 + 253 + 208 = 675 (100%)
R 214 of 675 ~ 31.7%
G 253 of 675 ~ 37.48%
B 208 of 675 ~ 30.81%

%31.7
%37.48
%30.81

CMYK color model

#D6FDD0 color CMYK value is (15,0,18,1).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK:
(15,0,18,1)
C15M0Y18K1 
(15%,0%,18%,1%)
(0.15/0.00/0.18/0.01)	

CMYK percentages

%15.42
%0
%17.79
%0.78

Codes

Color #D6FDD0 in popluar color models

D6FDD0
RGB214253208
HSL112°91.84%90.39%
HSB/HSV112°17.79%99.22%
CMYK15.42%0.00%17.79%
0.78%

Color #D6FDD0 in popluar number systems.

HEXD6FDD0
Decimal214253208
Binary110101101111110111010000
Octal326375320

Shades and tints

Shades of #D6FDD0

#D6FDD0
(214,253,208)
#C3E6BE
(195,230,190)
#B0CFAC
(176,207,172)
#9DB89A
(157,184,154)
#8AA188
(138,161,136)
#778A76
(119,138,118)
#647364
(100,115,100)
#515C52
(81,92,82)
#3E4540
(62,69,64)
#2B2E2E
(43,46,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #D6FDD0

#D6FDD0
(214,253,208)
#D9FDD4
(217,253,212)
#DCFDD8
(220,253,216)
#DFFDDC
(223,253,220)
#E2FDE0
(226,253,224)
#E5FDE4
(229,253,228)
#E8FDE8
(232,253,232)
#EBFDEC
(235,253,236)
#EEFDF0
(238,253,240)
#F1FDF4
(241,253,244)
#F4FDF8
(244,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FDD0 color. Also use rgb(214,253,208) instead hex code.

Text Font Color

.myTextColor { color: #D6FDD0; }

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

This text font color is #D6FDD0.


Background Color

.myBgColor { background-color: #D6FDD0; }

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

This div background color is #D6FDD0.


Border color

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

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

This div border color is #D6FDD0.


Opacity

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

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

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

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

This text has shadow with #D6FDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FDD0 on black background.


Color preview on white background

This text has color #D6FDD0 on white background.



Black color preview on #D6FDD0 background

This text has black color on #D6FDD0 background.


White color preview on #D6FDD0 background

This text has white color on #D6FDD0 background.