COLOR #D7F0DD

HEX: #D7F0DD
RGB: (215,240,221)

Color info

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

RGB color model

#D7F0DD color RGB value is (215,240,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 221 of 255 = 87%

215
240
221

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

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 221 = 676 (100%)
R 215 of 676 ~ 31.8%
G 240 of 676 ~ 35.5%
B 221 of 676 ~ 32.69%

%31.8
%35.5
%32.69

CMYK color model

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

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • 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
%7.92
%5.88

Codes

Color #D7F0DD in popluar color models

D7F0DD
RGB215240221
HSL134°45.45%89.22%
HSB/HSV134°10.42%94.12%
CMYK10.42%0.00%7.92%
5.88%

Color #D7F0DD in popluar number systems.

HEXD7F0DD
Decimal215240221
Binary110101111111000011011101
Octal327360335

Shades and tints

Shades of #D7F0DD

#D7F0DD
(215,240,221)
#C4DBC9
(196,219,201)
#B1C6B5
(177,198,181)
#9EB1A1
(158,177,161)
#8B9C8D
(139,156,141)
#788779
(120,135,121)
#657265
(101,114,101)
#525D51
(82,93,81)
#3F483D
(63,72,61)
#2C3329
(44,51,41)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #D7F0DD

#D7F0DD
(215,240,221)
#DAF1E0
(218,241,224)
#DDF2E3
(221,242,227)
#E0F3E6
(224,243,230)
#E3F4E9
(227,244,233)
#E6F5EC
(230,245,236)
#E9F6EF
(233,246,239)
#ECF7F2
(236,247,242)
#EFF8F5
(239,248,245)
#F2F9F8
(242,249,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F0DD; }

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

This text font color is #D7F0DD.


Background Color

.myBgColor { background-color: #D7F0DD; }

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

This div background color is #D7F0DD.


Border color

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

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

This div border color is #D7F0DD.


Opacity

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

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

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

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

This text has shadow with #D7F0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0DD on black background.


Color preview on white background

This text has color #D7F0DD on white background.



Black color preview on #D7F0DD background

This text has black color on #D7F0DD background.


White color preview on #D7F0DD background

This text has white color on #D7F0DD background.