COLOR #D7F6DA

HEX: #D7F6DA
RGB: (215,246,218)

Color info

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

RGB color model

#D7F6DA color RGB value is (215,246,218).

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

RGB channels and saturation

R 215 of 255 = 84%
G 246 of 255 = 96%
B 218 of 255 = 85%

215
246
218

R + G + B ~ 88%. #D7F6DA is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 246 + 218 = 679 (100%)
R 215 of 679 ~ 31.66%
G 246 of 679 ~ 36.23%
B 218 of 679 ~ 32.11%

%31.66
%36.23
%32.11

CMYK color model

#D7F6DA color CMYK value is (13,0,11,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(13,0,11,4)
C13M0Y11K4 
(13%,0%,11%,4%)
(0.13/0.00/0.11/0.04)	

CMYK percentages

%12.6
%0
%11.38
%3.53

Codes

Color #D7F6DA in popluar color models

D7F6DA
RGB215246218
HSL126°63.27%90.39%
HSB/HSV126°12.60%96.47%
CMYK12.60%0.00%11.38%
3.53%

Color #D7F6DA in popluar number systems.

HEXD7F6DA
Decimal215246218
Binary110101111111011011011010
Octal327366332

Shades and tints

Shades of #D7F6DA

#D7F6DA
(215,246,218)
#C4E0C7
(196,224,199)
#B1CAB4
(177,202,180)
#9EB4A1
(158,180,161)
#8B9E8E
(139,158,142)
#78887B
(120,136,123)
#657268
(101,114,104)
#525C55
(82,92,85)
#3F4642
(63,70,66)
#2C302F
(44,48,47)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #D7F6DA

#D7F6DA
(215,246,218)
#DAF6DD
(218,246,221)
#DDF6E0
(221,246,224)
#E0F6E3
(224,246,227)
#E3F6E6
(227,246,230)
#E6F6E9
(230,246,233)
#E9F6EC
(233,246,236)
#ECF6EF
(236,246,239)
#EFF6F2
(239,246,242)
#F2F6F5
(242,246,245)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6DA; }

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

This text font color is #D7F6DA.


Background Color

.myBgColor { background-color: #D7F6DA; }

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

This div background color is #D7F6DA.


Border color

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

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

This div border color is #D7F6DA.


Opacity

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

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

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

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

This text has shadow with #D7F6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F6DA on black background.


Color preview on white background

This text has color #D7F6DA on white background.



Black color preview on #D7F6DA background

This text has black color on #D7F6DA background.


White color preview on #D7F6DA background

This text has white color on #D7F6DA background.