COLOR #D7F6E1

HEX: #D7F6E1
RGB: (215,246,225)

Color info

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

RGB color model

#D7F6E1 color RGB value is (215,246,225).

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

RGB channels and saturation

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

215
246
225

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

Portions of RGB colors in percentages

R + G + B =
215 + 246 + 225 = 686 (100%)
R 215 of 686 ~ 31.34%
G 246 of 686 ~ 35.86%
B 225 of 686 ~ 32.8%

%31.34
%35.86
%32.8

CMYK color model

#D7F6E1 color CMYK value is (13,0,9,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(13,0,9,4)
C13M0Y9K4 
(13%,0%,9%,4%)
(0.13/0.00/0.09/0.04)	

CMYK percentages

%12.6
%0
%8.54
%3.53

Codes

Color #D7F6E1 in popluar color models

D7F6E1
RGB215246225
HSL139°63.27%90.39%
HSB/HSV139°12.60%96.47%
CMYK12.60%0.00%8.54%
3.53%

Color #D7F6E1 in popluar number systems.

HEXD7F6E1
Decimal215246225
Binary110101111111011011100001
Octal327366341

Shades and tints

Shades of #D7F6E1

#D7F6E1
(215,246,225)
#C4E0CD
(196,224,205)
#B1CAB9
(177,202,185)
#9EB4A5
(158,180,165)
#8B9E91
(139,158,145)
#78887D
(120,136,125)
#657269
(101,114,105)
#525C55
(82,92,85)
#3F4641
(63,70,65)
#2C302D
(44,48,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #D7F6E1

#D7F6E1
(215,246,225)
#DAF6E3
(218,246,227)
#DDF6E5
(221,246,229)
#E0F6E7
(224,246,231)
#E3F6E9
(227,246,233)
#E6F6EB
(230,246,235)
#E9F6ED
(233,246,237)
#ECF6EF
(236,246,239)
#EFF6F1
(239,246,241)
#F2F6F3
(242,246,243)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6E1; }

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

This text font color is #D7F6E1.


Background Color

.myBgColor { background-color: #D7F6E1; }

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

This div background color is #D7F6E1.


Border color

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

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

This div border color is #D7F6E1.


Opacity

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

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

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

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

This text has shadow with #D7F6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F6E1 on black background.


Color preview on white background

This text has color #D7F6E1 on white background.



Black color preview on #D7F6E1 background

This text has black color on #D7F6E1 background.


White color preview on #D7F6E1 background

This text has white color on #D7F6E1 background.