COLOR #D7F6DD

HEX: #D7F6DD RGB: (215,246,221)

Color info

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

RGB color model

#D7F6DD color RGB value is (215,246,221).

RGB: (215,246,221) (84%, 96%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 246 of 255 = 96%
B 221 of 255 = 87%

215
246
221

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

Portions of RGB colors in percentages

R + G + B = 215 + 246 + 221 = 682 (100%)
R 215 of 682 ~ 31.52%
G 246 of 682 ~ 36.07%
B 221 of 682 ~ 32.4'%

%31.52
%36.07
%32.4

CMYK color model

#D7F6DD color CMYK value is (13,0,10,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (13,0,10,4)
C13M0Y10K4 (13%, 0%, 10%, 4%)
(0.13 / 0.00 / 0.10 / 0.04)

CMYK percentages

%12.6
%0
%10.16
%3.53

Codes

Color #D7F6DD in popluar color models

D7 F6 DD
RGB 215 246 221
HSL 132° 63.27% 90.39%
HSB/HSV 132° 12.60% 96.47%
CMYK 12.60% 0.00% 10.16%
3.53%

Color #D7F6DD in popluar number systems.

HEX D7 F6 DD
Decimal 215 246 221
Binary 11010111 11110110 11011101
Octal 327 366 335

Shades and tints

Shades of #D7F6DD

#D7F6DD
(215,246,221)
#C4E0C9
(196,224,201)
#B1CAB5
(177,202,181)
#9EB4A1
(158,180,161)
#8B9E8D
(139,158,141)
#788879
(120,136,121)
#657265
(101,114,101)
#525C51
(82,92,81)
#3F463D
(63,70,61)
#2C3029
(44,48,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #D7F6DD

#D7F6DD
(215,246,221)
#DAF6E0
(218,246,224)
#DDF6E3
(221,246,227)
#E0F6E6
(224,246,230)
#E3F6E9
(227,246,233)
#E6F6EC
(230,246,236)
#E9F6EF
(233,246,239)
#ECF6F2
(236,246,242)
#EFF6F5
(239,246,245)
#F2F6F8
(242,246,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6DD; }

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

This text font color is #D7F6DD.

Background Color

.myBgColor { background-color: #D7F6DD; }

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

This div background color is #D7F6DD.

Border color

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

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

This div border color is #D7F6DD.

Opacity

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

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

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

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

This text has shadow with #D7F6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F6DD.

Preview

Color preview on black background

This text has color #D7F6DD on black background.


Color preview on white background

This text has color #D7F6DD on white background.


Black color preview on #D7F6DD background

This text has black color on #D7F6DD background.


White color preview on #D7F6DD background

This text has white color on #D7F6DD background.


Related colors

Complementary color

Complementary color for #hex is #280922.


I love getcolorcode.com

Triadic colors

1 #DDD7F6 and #F6DDD7 with #D7F6DD are triadic colors.

2 #DDF6D7 and #F6D7DD with #D7F6DD are triadic colors.