COLOR #D7FFE0

HEX: #D7FFE0
RGB: (215,255,224)

Color info

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

RGB color model

#D7FFE0 color RGB value is (215,255,224).

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

RGB channels and saturation

R 215 of 255 = 84%
G 255 of 255 = 100%
B 224 of 255 = 88%

215
255
224

R + G + B ~ 91%. #D7FFE0 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 255 + 224 = 694 (100%)
R 215 of 694 ~ 30.98%
G 255 of 694 ~ 36.74%
B 224 of 694 ~ 32.28%

%30.98
%36.74
%32.28

CMYK color model

#D7FFE0 color CMYK value is (16,0,12,0).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(16,0,12,0)
C16M0Y12K0 
(16%,0%,12%,0%)
(0.16/0.00/0.12/0.00)	

CMYK percentages

%15.69
%0
%12.16
%0

Codes

Color #D7FFE0 in popluar color models

D7FFE0
RGB215255224
HSL134°100.00%92.16%
HSB/HSV134°15.69%100.00%
CMYK15.69%0.00%12.16%
0.00%

Color #D7FFE0 in popluar number systems.

HEXD7FFE0
Decimal215255224
Binary110101111111111111100000
Octal327377340

Shades and tints

Shades of #D7FFE0

#D7FFE0
(215,255,224)
#C4E8CC
(196,232,204)
#B1D1B8
(177,209,184)
#9EBAA4
(158,186,164)
#8BA390
(139,163,144)
#788C7C
(120,140,124)
#657568
(101,117,104)
#525E54
(82,94,84)
#3F4740
(63,71,64)
#2C302C
(44,48,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #D7FFE0

#D7FFE0
(215,255,224)
#DAFFE2
(218,255,226)
#DDFFE4
(221,255,228)
#E0FFE6
(224,255,230)
#E3FFE8
(227,255,232)
#E6FFEA
(230,255,234)
#E9FFEC
(233,255,236)
#ECFFEE
(236,255,238)
#EFFFF0
(239,255,240)
#F2FFF2
(242,255,242)
#F5FFF4
(245,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FFE0; }

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

This text font color is #D7FFE0.


Background Color

.myBgColor { background-color: #D7FFE0; }

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

This div background color is #D7FFE0.


Border color

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

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

This div border color is #D7FFE0.


Opacity

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

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

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

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

This text has shadow with #D7FFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FFE0 on black background.


Color preview on white background

This text has color #D7FFE0 on white background.



Black color preview on #D7FFE0 background

This text has black color on #D7FFE0 background.


White color preview on #D7FFE0 background

This text has white color on #D7FFE0 background.