COLOR #D6F0CF

HEX: #D6F0CF
RGB: (214,240,207)

Color info

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

RGB color model

#D6F0CF color RGB value is (214,240,207).

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

RGB channels and saturation

R 214 of 255 = 84%
G 240 of 255 = 94%
B 207 of 255 = 81%

214
240
207

R + G + B ~ 86%. #D6F0CF is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 240 + 207 = 661 (100%)
R 214 of 661 ~ 32.38%
G 240 of 661 ~ 36.31%
B 207 of 661 ~ 31.32%

%32.38
%36.31
%31.32

CMYK color model

#D6F0CF color CMYK value is (11,0,14,6).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(11,0,14,6)
C11M0Y14K6 
(11%,0%,14%,6%)
(0.11/0.00/0.14/0.06)	

CMYK percentages

%10.83
%0
%13.75
%5.88

Codes

Color #D6F0CF in popluar color models

D6F0CF
RGB214240207
HSL107°52.38%87.65%
HSB/HSV107°13.75%94.12%
CMYK10.83%0.00%13.75%
5.88%

Color #D6F0CF in popluar number systems.

HEXD6F0CF
Decimal214240207
Binary110101101111000011001111
Octal326360317

Shades and tints

Shades of #D6F0CF

#D6F0CF
(214,240,207)
#C3DBBD
(195,219,189)
#B0C6AB
(176,198,171)
#9DB199
(157,177,153)
#8A9C87
(138,156,135)
#778775
(119,135,117)
#647263
(100,114,99)
#515D51
(81,93,81)
#3E483F
(62,72,63)
#2B332D
(43,51,45)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #D6F0CF

#D6F0CF
(214,240,207)
#D9F1D3
(217,241,211)
#DCF2D7
(220,242,215)
#DFF3DB
(223,243,219)
#E2F4DF
(226,244,223)
#E5F5E3
(229,245,227)
#E8F6E7
(232,246,231)
#EBF7EB
(235,247,235)
#EEF8EF
(238,248,239)
#F1F9F3
(241,249,243)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F0CF; }

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

This text font color is #D6F0CF.


Background Color

.myBgColor { background-color: #D6F0CF; }

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

This div background color is #D6F0CF.


Border color

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

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

This div border color is #D6F0CF.


Opacity

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

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

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

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

This text has shadow with #D6F0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F0CF on black background.


Color preview on white background

This text has color #D6F0CF on white background.



Black color preview on #D6F0CF background

This text has black color on #D6F0CF background.


White color preview on #D6F0CF background

This text has white color on #D6F0CF background.