COLOR #D7FEDA

HEX: #D7FEDA
RGB: (215,254,218)

Color info

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

RGB color model

#D7FEDA color RGB value is (215,254,218).

  • red value is 215;
  • green value is 254;
  • blue value is 218.
RGB:
(215,254,218)
(84%,100%,85%)

RGB channels and saturation

R 215 of 255 = 84%
G 254 of 255 = 100%
B 218 of 255 = 85%

215
254
218

R + G + B ~ 90%. #D7FEDA is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 254 + 218 = 687 (100%)
R 215 of 687 ~ 31.3%
G 254 of 687 ~ 36.97%
B 218 of 687 ~ 31.73%

%31.3
%36.97
%31.73

CMYK color model

#D7FEDA color CMYK value is (15,0,14,0).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 0.39%
CMYK:
(15,0,14,0)
C15M0Y14K0 
(15%,0%,14%,0%)
(0.15/0.00/0.14/0.00)	

CMYK percentages

%15.35
%0
%14.17
%0.39

Codes

Color #D7FEDA in popluar color models

D7FEDA
RGB215254218
HSL125°95.12%91.96%
HSB/HSV125°15.35%99.61%
CMYK15.35%0.00%14.17%
0.39%

Color #D7FEDA in popluar number systems.

HEXD7FEDA
Decimal215254218
Binary110101111111111011011010
Octal327376332

Shades and tints

Shades of #D7FEDA

#D7FEDA
(215,254,218)
#C4E7C7
(196,231,199)
#B1D0B4
(177,208,180)
#9EB9A1
(158,185,161)
#8BA28E
(139,162,142)
#788B7B
(120,139,123)
#657468
(101,116,104)
#525D55
(82,93,85)
#3F4642
(63,70,66)
#2C2F2F
(44,47,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #D7FEDA

#D7FEDA
(215,254,218)
#DAFEDD
(218,254,221)
#DDFEE0
(221,254,224)
#E0FEE3
(224,254,227)
#E3FEE6
(227,254,230)
#E6FEE9
(230,254,233)
#E9FEEC
(233,254,236)
#ECFEEF
(236,254,239)
#EFFEF2
(239,254,242)
#F2FEF5
(242,254,245)
#F5FEF8
(245,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FEDA color. Also use rgb(215,254,218) instead hex code.

Text Font Color

.myTextColor { color: #D7FEDA; }

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

This text font color is #D7FEDA.


Background Color

.myBgColor { background-color: #D7FEDA; }

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

This div background color is #D7FEDA.


Border color

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

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

This div border color is #D7FEDA.


Opacity

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

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

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

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

This text has shadow with #D7FEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FEDA on black background.


Color preview on white background

This text has color #D7FEDA on white background.



Black color preview on #D7FEDA background

This text has black color on #D7FEDA background.


White color preview on #D7FEDA background

This text has white color on #D7FEDA background.