COLOR #D6F8CD

HEX: #D6F8CD
RGB: (214,248,205)

Color info

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

RGB color model

#D6F8CD color RGB value is (214,248,205).

  • red value is 214;
  • green value is 248;
  • blue value is 205.
RGB:
(214,248,205)
(84%,97%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 248 of 255 = 97%
B 205 of 255 = 80%

214
248
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 248 + 205 = 667 (100%)
R 214 of 667 ~ 32.08%
G 248 of 667 ~ 37.18%
B 205 of 667 ~ 30.73%

%32.08
%37.18
%30.73

CMYK color model

#D6F8CD color CMYK value is (14,0,17,3).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 2.75%
CMYK:
(14,0,17,3)
C14M0Y17K3 
(14%,0%,17%,3%)
(0.14/0.00/0.17/0.03)	

CMYK percentages

%13.71
%0
%17.34
%2.75

Codes

Color #D6F8CD in popluar color models

D6F8CD
RGB214248205
HSL107°75.44%88.82%
HSB/HSV107°17.34%97.25%
CMYK13.71%0.00%17.34%
2.75%

Color #D6F8CD in popluar number systems.

HEXD6F8CD
Decimal214248205
Binary110101101111100011001101
Octal326370315

Shades and tints

Shades of #D6F8CD

#D6F8CD
(214,248,205)
#C3E2BB
(195,226,187)
#B0CCA9
(176,204,169)
#9DB697
(157,182,151)
#8AA085
(138,160,133)
#778A73
(119,138,115)
#647461
(100,116,97)
#515E4F
(81,94,79)
#3E483D
(62,72,61)
#2B322B
(43,50,43)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #D6F8CD

#D6F8CD
(214,248,205)
#D9F8D1
(217,248,209)
#DCF8D5
(220,248,213)
#DFF8D9
(223,248,217)
#E2F8DD
(226,248,221)
#E5F8E1
(229,248,225)
#E8F8E5
(232,248,229)
#EBF8E9
(235,248,233)
#EEF8ED
(238,248,237)
#F1F8F1
(241,248,241)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F8CD; }

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

This text font color is #D6F8CD.


Background Color

.myBgColor { background-color: #D6F8CD; }

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

This div background color is #D6F8CD.


Border color

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

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

This div border color is #D6F8CD.


Opacity

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

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

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

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

This text has shadow with #D6F8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F8CD on black background.


Color preview on white background

This text has color #D6F8CD on white background.



Black color preview on #D6F8CD background

This text has black color on #D6F8CD background.


White color preview on #D6F8CD background

This text has white color on #D6F8CD background.