COLOR #D1F7DD

HEX: #D1F7DD RGB: (209,247,221)

Color info

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

RGB color model

#D1F7DD color RGB value is (209,247,221).

RGB: (209,247,221) (82%, 97%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 247 of 255 = 97%
B 221 of 255 = 87%

209
247
221

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

Portions of RGB colors in percentages

R + G + B = 209 + 247 + 221 = 677 (100%)
R 209 of 677 ~ 30.87%
G 247 of 677 ~ 36.48%
B 221 of 677 ~ 32.64'%

%30.87
%36.48
%32.64

CMYK color model

#D1F7DD color CMYK value is (15,0,11,3).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%

CMYK: (15,0,11,3)
C15M0Y11K3 (15%, 0%, 11%, 3%)
(0.15 / 0.00 / 0.11 / 0.03)

CMYK percentages

%15.38
%0
%10.53
%3.14

Codes

Color #D1F7DD in popluar color models

D1 F7 DD
RGB 209 247 221
HSL 139° 70.37% 89.41%
HSB/HSV 139° 15.38% 96.86%
CMYK 15.38% 0.00% 10.53%
3.14%

Color #D1F7DD in popluar number systems.

HEX D1 F7 DD
Decimal 209 247 221
Binary 11010001 11110111 11011101
Octal 321 367 335

Shades and tints

Shades of #D1F7DD

#D1F7DD
(209,247,221)
#BEE1C9
(190,225,201)
#ABCBB5
(171,203,181)
#98B5A1
(152,181,161)
#859F8D
(133,159,141)
#728979
(114,137,121)
#5F7365
(95,115,101)
#4C5D51
(76,93,81)
#39473D
(57,71,61)
#263129
(38,49,41)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #D1F7DD

#D1F7DD
(209,247,221)
#D5F7E0
(213,247,224)
#D9F7E3
(217,247,227)
#DDF7E6
(221,247,230)
#E1F7E9
(225,247,233)
#E5F7EC
(229,247,236)
#E9F7EF
(233,247,239)
#EDF7F2
(237,247,242)
#F1F7F5
(241,247,245)
#F5F7F8
(245,247,248)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F7DD; }

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

This text font color is #D1F7DD.

Background Color

.myBgColor { background-color: #D1F7DD; }

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

This div background color is #D1F7DD.

Border color

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

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

This div border color is #D1F7DD.

Opacity

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

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

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

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

This text has shadow with #D1F7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F7DD.

Preview

Color preview on black background

This text has color #D1F7DD on black background.


Color preview on white background

This text has color #D1F7DD on white background.


Black color preview on #D1F7DD background

This text has black color on #D1F7DD background.


White color preview on #D1F7DD background

This text has white color on #D1F7DD background.


Related colors

Complementary color

Complementary color for #hex is #2E0822.


I love getcolorcode.com

Triadic colors

1 #DDD1F7 and #F7DDD1 with #D1F7DD are triadic colors.

2 #DDF7D1 and #F7D1DD with #D1F7DD are triadic colors.