COLOR #D7F0DC

HEX: #D7F0DC
RGB: (215,240,220)

Color info

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

RGB color model

#D7F0DC color RGB value is (215,240,220).

  • red value is 215;
  • green value is 240;
  • blue value is 220.
RGB:
(215,240,220)
(84%,94%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 220 of 255 = 86%

215
240
220

R + G + B ~ 88%. #D7F0DC is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 220 = 675 (100%)
R 215 of 675 ~ 31.85%
G 240 of 675 ~ 35.56%
B 220 of 675 ~ 32.59%

%31.85
%35.56
%32.59

CMYK color model

#D7F0DC color CMYK value is (10,0,8,6).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK:
(10,0,8,6)
C10M0Y8K6 
(10%,0%,8%,6%)
(0.10/0.00/0.08/0.06)	

CMYK percentages

%10.42
%0
%8.33
%5.88

Codes

Color #D7F0DC in popluar color models

D7F0DC
RGB215240220
HSL132°45.45%89.22%
HSB/HSV132°10.42%94.12%
CMYK10.42%0.00%8.33%
5.88%

Color #D7F0DC in popluar number systems.

HEXD7F0DC
Decimal215240220
Binary110101111111000011011100
Octal327360334

Shades and tints

Shades of #D7F0DC

#D7F0DC
(215,240,220)
#C4DBC8
(196,219,200)
#B1C6B4
(177,198,180)
#9EB1A0
(158,177,160)
#8B9C8C
(139,156,140)
#788778
(120,135,120)
#657264
(101,114,100)
#525D50
(82,93,80)
#3F483C
(63,72,60)
#2C3328
(44,51,40)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #D7F0DC

#D7F0DC
(215,240,220)
#DAF1DF
(218,241,223)
#DDF2E2
(221,242,226)
#E0F3E5
(224,243,229)
#E3F4E8
(227,244,232)
#E6F5EB
(230,245,235)
#E9F6EE
(233,246,238)
#ECF7F1
(236,247,241)
#EFF8F4
(239,248,244)
#F2F9F7
(242,249,247)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F0DC; }

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

This text font color is #D7F0DC.


Background Color

.myBgColor { background-color: #D7F0DC; }

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

This div background color is #D7F0DC.


Border color

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

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

This div border color is #D7F0DC.


Opacity

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

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

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

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

This text has shadow with #D7F0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0DC on black background.


Color preview on white background

This text has color #D7F0DC on white background.



Black color preview on #D7F0DC background

This text has black color on #D7F0DC background.


White color preview on #D7F0DC background

This text has white color on #D7F0DC background.