COLOR #D6FED0

HEX: #D6FED0
RGB: (214,254,208)

Color info

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

RGB color model

#D6FED0 color RGB value is (214,254,208).

  • red value is 214;
  • green value is 254;
  • blue value is 208.
RGB:
(214,254,208)
(84%,100%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 254 of 255 = 100%
B 208 of 255 = 82%

214
254
208

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

Portions of RGB colors in percentages

R + G + B =
214 + 254 + 208 = 676 (100%)
R 214 of 676 ~ 31.66%
G 254 of 676 ~ 37.57%
B 208 of 676 ~ 30.77%

%31.66
%37.57
%30.77

CMYK color model

#D6FED0 color CMYK value is (16,0,18,0).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 0.39%
CMYK:
(16,0,18,0)
C16M0Y18K0 
(16%,0%,18%,0%)
(0.16/0.00/0.18/0.00)	

CMYK percentages

%15.75
%0
%18.11
%0.39

Codes

Color #D6FED0 in popluar color models

D6FED0
RGB214254208
HSL112°95.83%90.59%
HSB/HSV112°18.11%99.61%
CMYK15.75%0.00%18.11%
0.39%

Color #D6FED0 in popluar number systems.

HEXD6FED0
Decimal214254208
Binary110101101111111011010000
Octal326376320

Shades and tints

Shades of #D6FED0

#D6FED0
(214,254,208)
#C3E7BE
(195,231,190)
#B0D0AC
(176,208,172)
#9DB99A
(157,185,154)
#8AA288
(138,162,136)
#778B76
(119,139,118)
#647464
(100,116,100)
#515D52
(81,93,82)
#3E4640
(62,70,64)
#2B2F2E
(43,47,46)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #D6FED0

#D6FED0
(214,254,208)
#D9FED4
(217,254,212)
#DCFED8
(220,254,216)
#DFFEDC
(223,254,220)
#E2FEE0
(226,254,224)
#E5FEE4
(229,254,228)
#E8FEE8
(232,254,232)
#EBFEEC
(235,254,236)
#EEFEF0
(238,254,240)
#F1FEF4
(241,254,244)
#F4FEF8
(244,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FED0; }

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

This text font color is #D6FED0.


Background Color

.myBgColor { background-color: #D6FED0; }

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

This div background color is #D6FED0.


Border color

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

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

This div border color is #D6FED0.


Opacity

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

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

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

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

This text has shadow with #D6FED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FED0 on black background.


Color preview on white background

This text has color #D6FED0 on white background.



Black color preview on #D6FED0 background

This text has black color on #D6FED0 background.


White color preview on #D6FED0 background

This text has white color on #D6FED0 background.