COLOR #D7F8DA

HEX: #D7F8DA
RGB: (215,248,218)

Color info

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

RGB color model

#D7F8DA color RGB value is (215,248,218).

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

RGB channels and saturation

R 215 of 255 = 84%
G 248 of 255 = 97%
B 218 of 255 = 85%

215
248
218

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

Portions of RGB colors in percentages

R + G + B =
215 + 248 + 218 = 681 (100%)
R 215 of 681 ~ 31.57%
G 248 of 681 ~ 36.42%
B 218 of 681 ~ 32.01%

%31.57
%36.42
%32.01

CMYK color model

#D7F8DA color CMYK value is (13,0,12,3).

  • cyan value is 13.31%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 2.75%
CMYK:
(13,0,12,3)
C13M0Y12K3 
(13%,0%,12%,3%)
(0.13/0.00/0.12/0.03)	

CMYK percentages

%13.31
%0
%12.1
%2.75

Codes

Color #D7F8DA in popluar color models

D7F8DA
RGB215248218
HSL125°70.21%90.78%
HSB/HSV125°13.31%97.25%
CMYK13.31%0.00%12.10%
2.75%

Color #D7F8DA in popluar number systems.

HEXD7F8DA
Decimal215248218
Binary110101111111100011011010
Octal327370332

Shades and tints

Shades of #D7F8DA

#D7F8DA
(215,248,218)
#C4E2C7
(196,226,199)
#B1CCB4
(177,204,180)
#9EB6A1
(158,182,161)
#8BA08E
(139,160,142)
#788A7B
(120,138,123)
#657468
(101,116,104)
#525E55
(82,94,85)
#3F4842
(63,72,66)
#2C322F
(44,50,47)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #D7F8DA

#D7F8DA
(215,248,218)
#DAF8DD
(218,248,221)
#DDF8E0
(221,248,224)
#E0F8E3
(224,248,227)
#E3F8E6
(227,248,230)
#E6F8E9
(230,248,233)
#E9F8EC
(233,248,236)
#ECF8EF
(236,248,239)
#EFF8F2
(239,248,242)
#F2F8F5
(242,248,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F8DA; }

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

This text font color is #D7F8DA.


Background Color

.myBgColor { background-color: #D7F8DA; }

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

This div background color is #D7F8DA.


Border color

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

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

This div border color is #D7F8DA.


Opacity

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

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

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

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

This text has shadow with #D7F8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F8DA on black background.


Color preview on white background

This text has color #D7F8DA on white background.



Black color preview on #D7F8DA background

This text has black color on #D7F8DA background.


White color preview on #D7F8DA background

This text has white color on #D7F8DA background.