COLOR #D7FEDF

HEX: #D7FEDF RGB: (215,254,223)

Color info

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

RGB color model

#D7FEDF color RGB value is (215,254,223).

RGB: (215,254,223) (84%, 100%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 254 of 255 = 100%
B 223 of 255 = 87%

215
254
223

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

Portions of RGB colors in percentages

R + G + B = 215 + 254 + 223 = 692 (100%)
R 215 of 692 ~ 31.07%
G 254 of 692 ~ 36.71%
B 223 of 692 ~ 32.23'%

%31.07
%36.71
%32.23

CMYK color model

#D7FEDF color CMYK value is (15,0,12,0).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%

CMYK: (15,0,12,0)
C15M0Y12K0 (15%, 0%, 12%, 0%)
(0.15 / 0.00 / 0.12 / 0.00)

CMYK percentages

%15.35
%0
%12.2
%0.39

Codes

Color #D7FEDF in popluar color models

D7 FE DF
RGB 215 254 223
HSL 132° 95.12% 91.96%
HSB/HSV 132° 15.35% 99.61%
CMYK 15.35% 0.00% 12.20%
0.39%

Color #D7FEDF in popluar number systems.

HEX D7 FE DF
Decimal 215 254 223
Binary 11010111 11111110 11011111
Octal 327 376 337

Shades and tints

Shades of #D7FEDF

#D7FEDF
(215,254,223)
#C4E7CB
(196,231,203)
#B1D0B7
(177,208,183)
#9EB9A3
(158,185,163)
#8BA28F
(139,162,143)
#788B7B
(120,139,123)
#657467
(101,116,103)
#525D53
(82,93,83)
#3F463F
(63,70,63)
#2C2F2B
(44,47,43)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7FEDF

#D7FEDF
(215,254,223)
#DAFEE1
(218,254,225)
#DDFEE3
(221,254,227)
#E0FEE5
(224,254,229)
#E3FEE7
(227,254,231)
#E6FEE9
(230,254,233)
#E9FEEB
(233,254,235)
#ECFEED
(236,254,237)
#EFFEEF
(239,254,239)
#F2FEF1
(242,254,241)
#F5FEF3
(245,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FEDF; }

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

This text font color is #D7FEDF.

Background Color

.myBgColor { background-color: #D7FEDF; }

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

This div background color is #D7FEDF.

Border color

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

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

This div border color is #D7FEDF.

Opacity

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

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

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

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

This text has shadow with #D7FEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7FEDF.

Preview

Color preview on black background

This text has color #D7FEDF on black background.


Color preview on white background

This text has color #D7FEDF on white background.


Black color preview on #D7FEDF background

This text has black color on #D7FEDF background.


White color preview on #D7FEDF background

This text has white color on #D7FEDF background.


Related colors

Complementary color

Complementary color for #hex is #280120.


I love getcolorcode.com

Triadic colors

1 #DFD7FE and #FEDFD7 with #D7FEDF are triadic colors.

2 #DFFED7 and #FED7DF with #D7FEDF are triadic colors.