COLOR #D6F0D7

HEX: #D6F0D7
RGB: (214,240,215)

Color info

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

RGB color model

#D6F0D7 color RGB value is (214,240,215).

  • red value is 214;
  • green value is 240;
  • blue value is 215.
RGB:
(214,240,215)
(84%,94%,84%)

RGB channels and saturation

R 214 of 255 = 84%
G 240 of 255 = 94%
B 215 of 255 = 84%

214
240
215

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

Portions of RGB colors in percentages

R + G + B =
214 + 240 + 215 = 669 (100%)
R 214 of 669 ~ 31.99%
G 240 of 669 ~ 35.87%
B 215 of 669 ~ 32.14%

%31.99
%35.87
%32.14

CMYK color model

#D6F0D7 color CMYK value is (11,0,10,6).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(11,0,10,6)
C11M0Y10K6 
(11%,0%,10%,6%)
(0.11/0.00/0.10/0.06)	

CMYK percentages

%10.83
%0
%10.42
%5.88

Codes

Color #D6F0D7 in popluar color models

D6F0D7
RGB214240215
HSL122°46.43%89.02%
HSB/HSV122°10.83%94.12%
CMYK10.83%0.00%10.42%
5.88%

Color #D6F0D7 in popluar number systems.

HEXD6F0D7
Decimal214240215
Binary110101101111000011010111
Octal326360327

Shades and tints

Shades of #D6F0D7

#D6F0D7
(214,240,215)
#C3DBC4
(195,219,196)
#B0C6B1
(176,198,177)
#9DB19E
(157,177,158)
#8A9C8B
(138,156,139)
#778778
(119,135,120)
#647265
(100,114,101)
#515D52
(81,93,82)
#3E483F
(62,72,63)
#2B332C
(43,51,44)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #D6F0D7

#D6F0D7
(214,240,215)
#D9F1DA
(217,241,218)
#DCF2DD
(220,242,221)
#DFF3E0
(223,243,224)
#E2F4E3
(226,244,227)
#E5F5E6
(229,245,230)
#E8F6E9
(232,246,233)
#EBF7EC
(235,247,236)
#EEF8EF
(238,248,239)
#F1F9F2
(241,249,242)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F0D7; }

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

This text font color is #D6F0D7.


Background Color

.myBgColor { background-color: #D6F0D7; }

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

This div background color is #D6F0D7.


Border color

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

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

This div border color is #D6F0D7.


Opacity

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

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

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

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

This text has shadow with #D6F0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F0D7 on black background.


Color preview on white background

This text has color #D6F0D7 on white background.



Black color preview on #D6F0D7 background

This text has black color on #D6F0D7 background.


White color preview on #D6F0D7 background

This text has white color on #D6F0D7 background.