COLOR #D7FED3

HEX: #D7FED3
RGB: (215,254,211)

Color info

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

RGB color model

#D7FED3 color RGB value is (215,254,211).

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

RGB channels and saturation

R 215 of 255 = 84%
G 254 of 255 = 100%
B 211 of 255 = 83%

215
254
211

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

Portions of RGB colors in percentages

R + G + B =
215 + 254 + 211 = 680 (100%)
R 215 of 680 ~ 31.62%
G 254 of 680 ~ 37.35%
B 211 of 680 ~ 31.03%

%31.62
%37.35
%31.03

CMYK color model

#D7FED3 color CMYK value is (15,0,17,0).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 0.39%
CMYK:
(15,0,17,0)
C15M0Y17K0 
(15%,0%,17%,0%)
(0.15/0.00/0.17/0.00)	

CMYK percentages

%15.35
%0
%16.93
%0.39

Codes

Color #D7FED3 in popluar color models

D7FED3
RGB215254211
HSL114°95.56%91.18%
HSB/HSV114°16.93%99.61%
CMYK15.35%0.00%16.93%
0.39%

Color #D7FED3 in popluar number systems.

HEXD7FED3
Decimal215254211
Binary110101111111111011010011
Octal327376323

Shades and tints

Shades of #D7FED3

#D7FED3
(215,254,211)
#C4E7C0
(196,231,192)
#B1D0AD
(177,208,173)
#9EB99A
(158,185,154)
#8BA287
(139,162,135)
#788B74
(120,139,116)
#657461
(101,116,97)
#525D4E
(82,93,78)
#3F463B
(63,70,59)
#2C2F28
(44,47,40)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #D7FED3

#D7FED3
(215,254,211)
#DAFED7
(218,254,215)
#DDFEDB
(221,254,219)
#E0FEDF
(224,254,223)
#E3FEE3
(227,254,227)
#E6FEE7
(230,254,231)
#E9FEEB
(233,254,235)
#ECFEEF
(236,254,239)
#EFFEF3
(239,254,243)
#F2FEF7
(242,254,247)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FED3; }

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

This text font color is #D7FED3.


Background Color

.myBgColor { background-color: #D7FED3; }

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

This div background color is #D7FED3.


Border color

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

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

This div border color is #D7FED3.


Opacity

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

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

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

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

This text has shadow with #D7FED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FED3 on black background.


Color preview on white background

This text has color #D7FED3 on white background.



Black color preview on #D7FED3 background

This text has black color on #D7FED3 background.


White color preview on #D7FED3 background

This text has white color on #D7FED3 background.