COLOR #D7F5DC

HEX: #D7F5DC RGB: (215,245,220)

Color info

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

RGB color model

#D7F5DC color RGB value is (215,245,220).

RGB: (215,245,220) (84%, 96%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 245 of 255 = 96%
B 220 of 255 = 86%

215
245
220

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

Portions of RGB colors in percentages

R + G + B = 215 + 245 + 220 = 680 (100%)
R 215 of 680 ~ 31.62%
G 245 of 680 ~ 36.03%
B 220 of 680 ~ 32.35'%

%31.62
%36.03
%32.35

CMYK color model

#D7F5DC color CMYK value is (12,0,10,4).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%

CMYK: (12,0,10,4)
C12M0Y10K4 (12%, 0%, 10%, 4%)
(0.12 / 0.00 / 0.10 / 0.04)

CMYK percentages

%12.24
%0
%10.2
%3.92

Codes

Color #D7F5DC in popluar color models

D7 F5 DC
RGB 215 245 220
HSL 130° 60.00% 90.20%
HSB/HSV 130° 12.24% 96.08%
CMYK 12.24% 0.00% 10.20%
3.92%

Color #D7F5DC in popluar number systems.

HEX D7 F5 DC
Decimal 215 245 220
Binary 11010111 11110101 11011100
Octal 327 365 334

Shades and tints

Shades of #D7F5DC

#D7F5DC
(215,245,220)
#C4DFC8
(196,223,200)
#B1C9B4
(177,201,180)
#9EB3A0
(158,179,160)
#8B9D8C
(139,157,140)
#788778
(120,135,120)
#657164
(101,113,100)
#525B50
(82,91,80)
#3F453C
(63,69,60)
#2C2F28
(44,47,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #D7F5DC

#D7F5DC
(215,245,220)
#DAF5DF
(218,245,223)
#DDF5E2
(221,245,226)
#E0F5E5
(224,245,229)
#E3F5E8
(227,245,232)
#E6F5EB
(230,245,235)
#E9F5EE
(233,245,238)
#ECF5F1
(236,245,241)
#EFF5F4
(239,245,244)
#F2F5F7
(242,245,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F5DC color. Also use rgb(215,245,220) instead hex code.

Text Font Color

.myTextColor { color: #D7F5DC; }

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

This text font color is #D7F5DC.

Background Color

.myBgColor { background-color: #D7F5DC; }

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

This div background color is #D7F5DC.

Border color

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

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

This div border color is #D7F5DC.

Opacity

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

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

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

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

This text has shadow with #D7F5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F5DC.

Preview

Color preview on black background

This text has color #D7F5DC on black background.


Color preview on white background

This text has color #D7F5DC on white background.


Black color preview on #D7F5DC background

This text has black color on #D7F5DC background.


White color preview on #D7F5DC background

This text has white color on #D7F5DC background.


Related colors

Complementary color

Complementary color for #hex is #280A23.


I love getcolorcode.com

Triadic colors

1 #DCD7F5 and #F5DCD7 with #D7F5DC are triadic colors.

2 #DCF5D7 and #F5D7DC with #D7F5DC are triadic colors.