COLOR #D6FCD6

HEX: #D6FCD6
RGB: (214,252,214)

Color info

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

RGB color model

#D6FCD6 color RGB value is (214,252,214).

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

RGB channels and saturation

R 214 of 255 = 84%
G 252 of 255 = 99%
B 214 of 255 = 84%

214
252
214

R + G + B ~ 89%. #D6FCD6 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 252 + 214 = 680 (100%)
R 214 of 680 ~ 31.47%
G 252 of 680 ~ 37.06%
B 214 of 680 ~ 31.47%

%31.47
%37.06
%31.47

CMYK color model

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

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 1.18%
CMYK:
(15,0,15,1)
C15M0Y15K1 
(15%,0%,15%,1%)
(0.15/0.00/0.15/0.01)	

CMYK percentages

%15.08
%0
%15.08
%1.18

Codes

Color #D6FCD6 in popluar color models

D6FCD6
RGB214252214
HSL120°86.36%91.37%
HSB/HSV120°15.08%98.82%
CMYK15.08%0.00%15.08%
1.18%

Color #D6FCD6 in popluar number systems.

HEXD6FCD6
Decimal214252214
Binary110101101111110011010110
Octal326374326

Shades and tints

Shades of #D6FCD6

#D6FCD6
(214,252,214)
#C3E6C3
(195,230,195)
#B0D0B0
(176,208,176)
#9DBA9D
(157,186,157)
#8AA48A
(138,164,138)
#778E77
(119,142,119)
#647864
(100,120,100)
#516251
(81,98,81)
#3E4C3E
(62,76,62)
#2B362B
(43,54,43)
#182018
(24,32,24)
#000000
(0,0,0)

Tints of #D6FCD6

#D6FCD6
(214,252,214)
#D9FCD9
(217,252,217)
#DCFCDC
(220,252,220)
#DFFCDF
(223,252,223)
#E2FCE2
(226,252,226)
#E5FCE5
(229,252,229)
#E8FCE8
(232,252,232)
#EBFCEB
(235,252,235)
#EEFCEE
(238,252,238)
#F1FCF1
(241,252,241)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FCD6; }

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

This text font color is #D6FCD6.


Background Color

.myBgColor { background-color: #D6FCD6; }

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

This div background color is #D6FCD6.


Border color

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

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

This div border color is #D6FCD6.


Opacity

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

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

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

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

This text has shadow with #D6FCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FCD6 on black background.


Color preview on white background

This text has color #D6FCD6 on white background.



Black color preview on #D6FCD6 background

This text has black color on #D6FCD6 background.


White color preview on #D6FCD6 background

This text has white color on #D6FCD6 background.