COLOR #D7F1E0

HEX: #D7F1E0
RGB: (215,241,224)

Color info

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

RGB color model

#D7F1E0 color RGB value is (215,241,224).

  • red value is 215;
  • green value is 241;
  • blue value is 224.
RGB:
(215,241,224)
(84%,95%,88%)

RGB channels and saturation

R 215 of 255 = 84%
G 241 of 255 = 95%
B 224 of 255 = 88%

215
241
224

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

Portions of RGB colors in percentages

R + G + B =
215 + 241 + 224 = 680 (100%)
R 215 of 680 ~ 31.62%
G 241 of 680 ~ 35.44%
B 224 of 680 ~ 32.94%

%31.62
%35.44
%32.94

CMYK color model

#D7F1E0 color CMYK value is (11,0,7,5).

  • cyan value is 10.79%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 5.49%
CMYK:
(11,0,7,5)
C11M0Y7K5 
(11%,0%,7%,5%)
(0.11/0.00/0.07/0.05)	

CMYK percentages

%10.79
%0
%7.05
%5.49

Codes

Color #D7F1E0 in popluar color models

D7F1E0
RGB215241224
HSL141°48.15%89.41%
HSB/HSV141°10.79%94.51%
CMYK10.79%0.00%7.05%
5.49%

Color #D7F1E0 in popluar number systems.

HEXD7F1E0
Decimal215241224
Binary110101111111000111100000
Octal327361340

Shades and tints

Shades of #D7F1E0

#D7F1E0
(215,241,224)
#C4DCCC
(196,220,204)
#B1C7B8
(177,199,184)
#9EB2A4
(158,178,164)
#8B9D90
(139,157,144)
#78887C
(120,136,124)
#657368
(101,115,104)
#525E54
(82,94,84)
#3F4940
(63,73,64)
#2C342C
(44,52,44)
#191F18
(25,31,24)
#000000
(0,0,0)

Tints of #D7F1E0

#D7F1E0
(215,241,224)
#DAF2E2
(218,242,226)
#DDF3E4
(221,243,228)
#E0F4E6
(224,244,230)
#E3F5E8
(227,245,232)
#E6F6EA
(230,246,234)
#E9F7EC
(233,247,236)
#ECF8EE
(236,248,238)
#EFF9F0
(239,249,240)
#F2FAF2
(242,250,242)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F1E0 color. Also use rgb(215,241,224) instead hex code.

Text Font Color

.myTextColor { color: #D7F1E0; }

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

This text font color is #D7F1E0.


Background Color

.myBgColor { background-color: #D7F1E0; }

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

This div background color is #D7F1E0.


Border color

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

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

This div border color is #D7F1E0.


Opacity

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

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

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

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

This text has shadow with #D7F1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F1E0 on black background.


Color preview on white background

This text has color #D7F1E0 on white background.



Black color preview on #D7F1E0 background

This text has black color on #D7F1E0 background.


White color preview on #D7F1E0 background

This text has white color on #D7F1E0 background.