COLOR #D2F7DA

HEX: #D2F7DA
RGB: (210,247,218)

Color info

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

RGB color model

#D2F7DA color RGB value is (210,247,218).

  • red value is 210;
  • green value is 247;
  • blue value is 218.
RGB:
(210,247,218)
(82%,97%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 247 of 255 = 97%
B 218 of 255 = 85%

210
247
218

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

Portions of RGB colors in percentages

R + G + B =
210 + 247 + 218 = 675 (100%)
R 210 of 675 ~ 31.11%
G 247 of 675 ~ 36.59%
B 218 of 675 ~ 32.3%

%31.11
%36.59
%32.3

CMYK color model

#D2F7DA color CMYK value is (15,0,12,3).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(15,0,12,3)
C15M0Y12K3 
(15%,0%,12%,3%)
(0.15/0.00/0.12/0.03)	

CMYK percentages

%14.98
%0
%11.74
%3.14

Codes

Color #D2F7DA in popluar color models

D2F7DA
RGB210247218
HSL133°69.81%89.61%
HSB/HSV133°14.98%96.86%
CMYK14.98%0.00%11.74%
3.14%

Color #D2F7DA in popluar number systems.

HEXD2F7DA
Decimal210247218
Binary110100101111011111011010
Octal322367332

Shades and tints

Shades of #D2F7DA

#D2F7DA
(210,247,218)
#BFE1C7
(191,225,199)
#ACCBB4
(172,203,180)
#99B5A1
(153,181,161)
#869F8E
(134,159,142)
#73897B
(115,137,123)
#607368
(96,115,104)
#4D5D55
(77,93,85)
#3A4742
(58,71,66)
#27312F
(39,49,47)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #D2F7DA

#D2F7DA
(210,247,218)
#D6F7DD
(214,247,221)
#DAF7E0
(218,247,224)
#DEF7E3
(222,247,227)
#E2F7E6
(226,247,230)
#E6F7E9
(230,247,233)
#EAF7EC
(234,247,236)
#EEF7EF
(238,247,239)
#F2F7F2
(242,247,242)
#F6F7F5
(246,247,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F7DA color. Also use rgb(210,247,218) instead hex code.

Text Font Color

.myTextColor { color: #D2F7DA; }

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

This text font color is #D2F7DA.


Background Color

.myBgColor { background-color: #D2F7DA; }

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

This div background color is #D2F7DA.


Border color

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

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

This div border color is #D2F7DA.


Opacity

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

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

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

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

This text has shadow with #D2F7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F7DA on black background.


Color preview on white background

This text has color #D2F7DA on white background.



Black color preview on #D2F7DA background

This text has black color on #D2F7DA background.


White color preview on #D2F7DA background

This text has white color on #D2F7DA background.