COLOR #D6F1CF

HEX: #D6F1CF
RGB: (214,241,207)

Color info

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

RGB color model

#D6F1CF color RGB value is (214,241,207).

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

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 207 of 255 = 81%

214
241
207

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

Portions of RGB colors in percentages

R + G + B =
214 + 241 + 207 = 662 (100%)
R 214 of 662 ~ 32.33%
G 241 of 662 ~ 36.4%
B 207 of 662 ~ 31.27%

%32.33
%36.4
%31.27

CMYK color model

#D6F1CF color CMYK value is (11,0,14,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 5.49%
CMYK:
(11,0,14,5)
C11M0Y14K5 
(11%,0%,14%,5%)
(0.11/0.00/0.14/0.05)	

CMYK percentages

%11.2
%0
%14.11
%5.49

Codes

Color #D6F1CF in popluar color models

D6F1CF
RGB214241207
HSL108°54.84%87.84%
HSB/HSV108°14.11%94.51%
CMYK11.20%0.00%14.11%
5.49%

Color #D6F1CF in popluar number systems.

HEXD6F1CF
Decimal214241207
Binary110101101111000111001111
Octal326361317

Shades and tints

Shades of #D6F1CF

#D6F1CF
(214,241,207)
#C3DCBD
(195,220,189)
#B0C7AB
(176,199,171)
#9DB299
(157,178,153)
#8A9D87
(138,157,135)
#778875
(119,136,117)
#647363
(100,115,99)
#515E51
(81,94,81)
#3E493F
(62,73,63)
#2B342D
(43,52,45)
#181F1B
(24,31,27)
#000000
(0,0,0)

Tints of #D6F1CF

#D6F1CF
(214,241,207)
#D9F2D3
(217,242,211)
#DCF3D7
(220,243,215)
#DFF4DB
(223,244,219)
#E2F5DF
(226,245,223)
#E5F6E3
(229,246,227)
#E8F7E7
(232,247,231)
#EBF8EB
(235,248,235)
#EEF9EF
(238,249,239)
#F1FAF3
(241,250,243)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F1CF; }

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

This text font color is #D6F1CF.


Background Color

.myBgColor { background-color: #D6F1CF; }

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

This div background color is #D6F1CF.


Border color

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

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

This div border color is #D6F1CF.


Opacity

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

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

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

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

This text has shadow with #D6F1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F1CF on black background.


Color preview on white background

This text has color #D6F1CF on white background.



Black color preview on #D6F1CF background

This text has black color on #D6F1CF background.


White color preview on #D6F1CF background

This text has white color on #D6F1CF background.