COLOR #D6FED5

HEX: #D6FED5
RGB: (214,254,213)

Color info

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

RGB color model

#D6FED5 color RGB value is (214,254,213).

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

RGB channels and saturation

R 214 of 255 = 84%
G 254 of 255 = 100%
B 213 of 255 = 84%

214
254
213

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

Portions of RGB colors in percentages

R + G + B =
214 + 254 + 213 = 681 (100%)
R 214 of 681 ~ 31.42%
G 254 of 681 ~ 37.3%
B 213 of 681 ~ 31.28%

%31.42
%37.3
%31.28

CMYK color model

#D6FED5 color CMYK value is (16,0,16,0).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 0.39%
CMYK:
(16,0,16,0)
C16M0Y16K0 
(16%,0%,16%,0%)
(0.16/0.00/0.16/0.00)	

CMYK percentages

%15.75
%0
%16.14
%0.39

Codes

Color #D6FED5 in popluar color models

D6FED5
RGB214254213
HSL119°95.35%91.57%
HSB/HSV119°16.14%99.61%
CMYK15.75%0.00%16.14%
0.39%

Color #D6FED5 in popluar number systems.

HEXD6FED5
Decimal214254213
Binary110101101111111011010101
Octal326376325

Shades and tints

Shades of #D6FED5

#D6FED5
(214,254,213)
#C3E7C2
(195,231,194)
#B0D0AF
(176,208,175)
#9DB99C
(157,185,156)
#8AA289
(138,162,137)
#778B76
(119,139,118)
#647463
(100,116,99)
#515D50
(81,93,80)
#3E463D
(62,70,61)
#2B2F2A
(43,47,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6FED5

#D6FED5
(214,254,213)
#D9FED8
(217,254,216)
#DCFEDB
(220,254,219)
#DFFEDE
(223,254,222)
#E2FEE1
(226,254,225)
#E5FEE4
(229,254,228)
#E8FEE7
(232,254,231)
#EBFEEA
(235,254,234)
#EEFEED
(238,254,237)
#F1FEF0
(241,254,240)
#F4FEF3
(244,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FED5; }

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

This text font color is #D6FED5.


Background Color

.myBgColor { background-color: #D6FED5; }

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

This div background color is #D6FED5.


Border color

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

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

This div border color is #D6FED5.


Opacity

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

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

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

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

This text has shadow with #D6FED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FED5 on black background.


Color preview on white background

This text has color #D6FED5 on white background.



Black color preview on #D6FED5 background

This text has black color on #D6FED5 background.


White color preview on #D6FED5 background

This text has white color on #D6FED5 background.