COLOR #D6F0D0

HEX: #D6F0D0 RGB: (214,240,208)

Color info

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

RGB color model

#D6F0D0 color RGB value is (214,240,208).

RGB: (214,240,208) (84%, 94%, 82%)

RGB channels and saturation

R 214 of 255 = 84%
G 240 of 255 = 94%
B 208 of 255 = 82%

214
240
208

R + G + B ~ 87%. #D6F0D0 is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 240 + 208 = 662 (100%)
R 214 of 662 ~ 32.33%
G 240 of 662 ~ 36.25%
B 208 of 662 ~ 31.42'%

%32.33
%36.25
%31.42

CMYK color model

#D6F0D0 color CMYK value is (11,0,13,6).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 5.88%
CMYK: (11,0,13,6) C11M0Y13K6 (11%,0%,13%,6%) (0.11/0.00/0.13/0.06) 

CMYK percentages

%10.83
%0
%13.33
%5.88

Codes

Color #D6F0D0 in popluar color models

D6 F0 D0
RGB 214 240 208
HSL 109° 51.61% 87.84%
HSB/HSV 109° 13.33% 94.12%
CMYK 10.83% 0.00% 13.33%
5.88%

Color #D6F0D0 in popluar number systems.

HEX D6 F0 D0
Decimal 214 240 208
Binary 11010110 11110000 11010000
Octal 326 360 320

Shades and tints

Shades of #D6F0D0

#D6F0D0
(214,240,208)
#C3DBBE
(195,219,190)
#B0C6AC
(176,198,172)
#9DB19A
(157,177,154)
#8A9C88
(138,156,136)
#778776
(119,135,118)
#647264
(100,114,100)
#515D52
(81,93,82)
#3E4840
(62,72,64)
#2B332E
(43,51,46)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #D6F0D0

#D6F0D0
(214,240,208)
#D9F1D4
(217,241,212)
#DCF2D8
(220,242,216)
#DFF3DC
(223,243,220)
#E2F4E0
(226,244,224)
#E5F5E4
(229,245,228)
#E8F6E8
(232,246,232)
#EBF7EC
(235,247,236)
#EEF8F0
(238,248,240)
#F1F9F4
(241,249,244)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F0D0; }

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

This text font color is #D6F0D0.

Background Color

.myBgColor { background-color: #D6F0D0; }

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

This div background color is #D6F0D0.

Border color

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

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

This div border color is #D6F0D0.

Opacity

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

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

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

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

This text has shadow with #D6F0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F0D0.

Preview

Color preview on black background

This text has color #D6F0D0 on black background.


Color preview on white background

This text has color #D6F0D0 on white background.


Black color preview on #D6F0D0 background

This text has black color on #D6F0D0 background.


White color preview on #D6F0D0 background

This text has white color on #D6F0D0 background.


Related colors

Complementary color

Complementary color for #hex is #290F2F.


I love getcolorcode.com

Triadic colors

1 #D0D6F0 and #F0D0D6 with #D6F0D0 are triadic colors.

2 #D0F0D6 and #F0D6D0 with #D6F0D0 are triadic colors.