COLOR #D2F7DD

HEX: #D2F7DD RGB: (210,247,221)

Color info

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

RGB color model

#D2F7DD color RGB value is (210,247,221).

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

RGB channels and saturation

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

210
247
221

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

Portions of RGB colors in percentages

R + G + B = 210 + 247 + 221 = 678 (100%)
R 210 of 678 ~ 30.97%
G 247 of 678 ~ 36.43%
B 221 of 678 ~ 32.6'%

%30.97
%36.43
%32.6

CMYK color model

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

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

%14.98
%0
%10.53
%3.14

Codes

Color #D2F7DD in popluar color models

D2 F7 DD
RGB 210 247 221
HSL 138° 69.81% 89.61%
HSB/HSV 138° 14.98% 96.86%
CMYK 14.98% 0.00% 10.53%
3.14%

Color #D2F7DD in popluar number systems.

HEX D2 F7 DD
Decimal 210 247 221
Binary 11010010 11110111 11011101
Octal 322 367 335

Shades and tints

Shades of #D2F7DD

#D2F7DD
(210,247,221)
#BFE1C9
(191,225,201)
#ACCBB5
(172,203,181)
#99B5A1
(153,181,161)
#869F8D
(134,159,141)
#738979
(115,137,121)
#607365
(96,115,101)
#4D5D51
(77,93,81)
#3A473D
(58,71,61)
#273129
(39,49,41)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #D2F7DD

#D2F7DD
(210,247,221)
#D6F7E0
(214,247,224)
#DAF7E3
(218,247,227)
#DEF7E6
(222,247,230)
#E2F7E9
(226,247,233)
#E6F7EC
(230,247,236)
#EAF7EF
(234,247,239)
#EEF7F2
(238,247,242)
#F2F7F5
(242,247,245)
#F6F7F8
(246,247,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F7DD; }

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

This text font color is #D2F7DD.

Background Color

.myBgColor { background-color: #D2F7DD; }

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

This div background color is #D2F7DD.

Border color

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

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

This div border color is #D2F7DD.

Opacity

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

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

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

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

This text has shadow with #D2F7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2F7DD.

Preview

Color preview on black background

This text has color #D2F7DD on black background.


Color preview on white background

This text has color #D2F7DD on white background.


Black color preview on #D2F7DD background

This text has black color on #D2F7DD background.


White color preview on #D2F7DD background

This text has white color on #D2F7DD background.


Related colors

Complementary color

Complementary color for #hex is #2D0822.


I love getcolorcode.com

Triadic colors

1 #DDD2F7 and #F7DDD2 with #D2F7DD are triadic colors.

2 #DDF7D2 and #F7D2DD with #D2F7DD are triadic colors.