COLOR #D7F4E1

HEX: #D7F4E1
RGB: (215,244,225)

Color info

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

RGB color model

#D7F4E1 color RGB value is (215,244,225).

  • red value is 215;
  • green value is 244;
  • blue value is 225.
RGB:
(215,244,225)
(84%,96%,88%)

RGB channels and saturation

R 215 of 255 = 84%
G 244 of 255 = 96%
B 225 of 255 = 88%

215
244
225

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

Portions of RGB colors in percentages

R + G + B =
215 + 244 + 225 = 684 (100%)
R 215 of 684 ~ 31.43%
G 244 of 684 ~ 35.67%
B 225 of 684 ~ 32.89%

%31.43
%35.67
%32.89

CMYK color model

#D7F4E1 color CMYK value is (12,0,8,4).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 4.31%
CMYK:
(12,0,8,4)
C12M0Y8K4 
(12%,0%,8%,4%)
(0.12/0.00/0.08/0.04)	

CMYK percentages

%11.89
%0
%7.79
%4.31

Codes

Color #D7F4E1 in popluar color models

D7F4E1
RGB215244225
HSL141°56.86%90.00%
HSB/HSV141°11.89%95.69%
CMYK11.89%0.00%7.79%
4.31%

Color #D7F4E1 in popluar number systems.

HEXD7F4E1
Decimal215244225
Binary110101111111010011100001
Octal327364341

Shades and tints

Shades of #D7F4E1

#D7F4E1
(215,244,225)
#C4DECD
(196,222,205)
#B1C8B9
(177,200,185)
#9EB2A5
(158,178,165)
#8B9C91
(139,156,145)
#78867D
(120,134,125)
#657069
(101,112,105)
#525A55
(82,90,85)
#3F4441
(63,68,65)
#2C2E2D
(44,46,45)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #D7F4E1

#D7F4E1
(215,244,225)
#DAF5E3
(218,245,227)
#DDF6E5
(221,246,229)
#E0F7E7
(224,247,231)
#E3F8E9
(227,248,233)
#E6F9EB
(230,249,235)
#E9FAED
(233,250,237)
#ECFBEF
(236,251,239)
#EFFCF1
(239,252,241)
#F2FDF3
(242,253,243)
#F5FEF5
(245,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F4E1 color. Also use rgb(215,244,225) instead hex code.

Text Font Color

.myTextColor { color: #D7F4E1; }

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

This text font color is #D7F4E1.


Background Color

.myBgColor { background-color: #D7F4E1; }

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

This div background color is #D7F4E1.


Border color

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

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

This div border color is #D7F4E1.


Opacity

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

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

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

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

This text has shadow with #D7F4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F4E1 on black background.


Color preview on white background

This text has color #D7F4E1 on white background.



Black color preview on #D7F4E1 background

This text has black color on #D7F4E1 background.


White color preview on #D7F4E1 background

This text has white color on #D7F4E1 background.