COLOR #D6F6C8

HEX: #D6F6C8
RGB: (214,246,200)

Color info

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

RGB color model

#D6F6C8 color RGB value is (214,246,200).

  • red value is 214;
  • green value is 246;
  • blue value is 200.
RGB:
(214,246,200)
(84%,96%,78%)

RGB channels and saturation

R 214 of 255 = 84%
G 246 of 255 = 96%
B 200 of 255 = 78%

214
246
200

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

Portions of RGB colors in percentages

R + G + B =
214 + 246 + 200 = 660 (100%)
R 214 of 660 ~ 32.42%
G 246 of 660 ~ 37.27%
B 200 of 660 ~ 30.3%

%32.42
%37.27
%30.3

CMYK color model

#D6F6C8 color CMYK value is (13,0,19,4).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 3.53%
CMYK:
(13,0,19,4)
C13M0Y19K4 
(13%,0%,19%,4%)
(0.13/0.00/0.19/0.04)	

CMYK percentages

%13.01
%0
%18.7
%3.53

Codes

Color #D6F6C8 in popluar color models

D6F6C8
RGB214246200
HSL102°71.88%87.45%
HSB/HSV102°18.70%96.47%
CMYK13.01%0.00%18.70%
3.53%

Color #D6F6C8 in popluar number systems.

HEXD6F6C8
Decimal214246200
Binary110101101111011011001000
Octal326366310

Shades and tints

Shades of #D6F6C8

#D6F6C8
(214,246,200)
#C3E0B6
(195,224,182)
#B0CAA4
(176,202,164)
#9DB492
(157,180,146)
#8A9E80
(138,158,128)
#77886E
(119,136,110)
#64725C
(100,114,92)
#515C4A
(81,92,74)
#3E4638
(62,70,56)
#2B3026
(43,48,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #D6F6C8

#D6F6C8
(214,246,200)
#D9F6CD
(217,246,205)
#DCF6D2
(220,246,210)
#DFF6D7
(223,246,215)
#E2F6DC
(226,246,220)
#E5F6E1
(229,246,225)
#E8F6E6
(232,246,230)
#EBF6EB
(235,246,235)
#EEF6F0
(238,246,240)
#F1F6F5
(241,246,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F6C8; }

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

This text font color is #D6F6C8.


Background Color

.myBgColor { background-color: #D6F6C8; }

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

This div background color is #D6F6C8.


Border color

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

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

This div border color is #D6F6C8.


Opacity

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

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

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

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

This text has shadow with #D6F6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F6C8 on black background.


Color preview on white background

This text has color #D6F6C8 on white background.



Black color preview on #D6F6C8 background

This text has black color on #D6F6C8 background.


White color preview on #D6F6C8 background

This text has white color on #D6F6C8 background.