COLOR #D7F7DD

HEX: #D7F7DD RGB: (215,247,221)

Color info

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

RGB color model

#D7F7DD color RGB value is (215,247,221).

RGB: (215,247,221) (84%, 97%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 247 of 255 = 97%
B 221 of 255 = 87%

215
247
221

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

Portions of RGB colors in percentages

R + G + B = 215 + 247 + 221 = 683 (100%)
R 215 of 683 ~ 31.48%
G 247 of 683 ~ 36.16%
B 221 of 683 ~ 32.36'%

%31.48
%36.16
%32.36

CMYK color model

#D7F7DD color CMYK value is (13,0,11,3).

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

CMYK: (13,0,11,3)
C13M0Y11K3 (13%, 0%, 11%, 3%)
(0.13 / 0.00 / 0.11 / 0.03)

CMYK percentages

%12.96
%0
%10.53
%3.14

Codes

Color #D7F7DD in popluar color models

D7 F7 DD
RGB 215 247 221
HSL 131° 66.67% 90.59%
HSB/HSV 131° 12.96% 96.86%
CMYK 12.96% 0.00% 10.53%
3.14%

Color #D7F7DD in popluar number systems.

HEX D7 F7 DD
Decimal 215 247 221
Binary 11010111 11110111 11011101
Octal 327 367 335

Shades and tints

Shades of #D7F7DD

#D7F7DD
(215,247,221)
#C4E1C9
(196,225,201)
#B1CBB5
(177,203,181)
#9EB5A1
(158,181,161)
#8B9F8D
(139,159,141)
#788979
(120,137,121)
#657365
(101,115,101)
#525D51
(82,93,81)
#3F473D
(63,71,61)
#2C3129
(44,49,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #D7F7DD

#D7F7DD
(215,247,221)
#DAF7E0
(218,247,224)
#DDF7E3
(221,247,227)
#E0F7E6
(224,247,230)
#E3F7E9
(227,247,233)
#E6F7EC
(230,247,236)
#E9F7EF
(233,247,239)
#ECF7F2
(236,247,242)
#EFF7F5
(239,247,245)
#F2F7F8
(242,247,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F7DD; }

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

This text font color is #D7F7DD.

Background Color

.myBgColor { background-color: #D7F7DD; }

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

This div background color is #D7F7DD.

Border color

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

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

This div border color is #D7F7DD.

Opacity

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

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

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

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

This text has shadow with #D7F7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F7DD.

Preview

Color preview on black background

This text has color #D7F7DD on black background.


Color preview on white background

This text has color #D7F7DD on white background.


Black color preview on #D7F7DD background

This text has black color on #D7F7DD background.


White color preview on #D7F7DD background

This text has white color on #D7F7DD background.


Related colors

Complementary color

Complementary color for #hex is #280822.


I love getcolorcode.com

Triadic colors

1 #DDD7F7 and #F7DDD7 with #D7F7DD are triadic colors.

2 #DDF7D7 and #F7D7DD with #D7F7DD are triadic colors.