COLOR #D1F7DA

HEX: #D1F7DA RGB: (209,247,218)

Color info

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

RGB color model

#D1F7DA color RGB value is (209,247,218).

RGB: (209,247,218) (82%, 97%, 85%)

RGB channels and saturation

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

209
247
218

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

Portions of RGB colors in percentages

R + G + B = 209 + 247 + 218 = 674 (100%)
R 209 of 674 ~ 31.01%
G 247 of 674 ~ 36.65%
B 218 of 674 ~ 32.34'%

%31.01
%36.65
%32.34

CMYK color model

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

  • cyan value is 15.38%
  • 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

%15.38
%0
%11.74
%3.14

Codes

Color #D1F7DA in popluar color models

D1 F7 DA
RGB 209 247 218
HSL 134° 70.37% 89.41%
HSB/HSV 134° 15.38% 96.86%
CMYK 15.38% 0.00% 11.74%
3.14%

Color #D1F7DA in popluar number systems.

HEX D1 F7 DA
Decimal 209 247 218
Binary 11010001 11110111 11011010
Octal 321 367 332

Shades and tints

Shades of #D1F7DA

#D1F7DA
(209,247,218)
#BEE1C7
(190,225,199)
#ABCBB4
(171,203,180)
#98B5A1
(152,181,161)
#859F8E
(133,159,142)
#72897B
(114,137,123)
#5F7368
(95,115,104)
#4C5D55
(76,93,85)
#394742
(57,71,66)
#26312F
(38,49,47)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #D1F7DA

#D1F7DA
(209,247,218)
#D5F7DD
(213,247,221)
#D9F7E0
(217,247,224)
#DDF7E3
(221,247,227)
#E1F7E6
(225,247,230)
#E5F7E9
(229,247,233)
#E9F7EC
(233,247,236)
#EDF7EF
(237,247,239)
#F1F7F2
(241,247,242)
#F5F7F5
(245,247,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F7DA; }

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

This text font color is #D1F7DA.

Background Color

.myBgColor { background-color: #D1F7DA; }

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

This div background color is #D1F7DA.

Border color

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

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

This div border color is #D1F7DA.

Opacity

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

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

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

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

This text has shadow with #D1F7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F7DA.

Preview

Color preview on black background

This text has color #D1F7DA on black background.


Color preview on white background

This text has color #D1F7DA on white background.


Black color preview on #D1F7DA background

This text has black color on #D1F7DA background.


White color preview on #D1F7DA background

This text has white color on #D1F7DA background.


Related colors

Complementary color

Complementary color for #hex is #2E0825.


I love getcolorcode.com

Triadic colors

1 #DAD1F7 and #F7DAD1 with #D1F7DA are triadic colors.

2 #DAF7D1 and #F7D1DA with #D1F7DA are triadic colors.