COLOR #D7FCDD

HEX: #D7FCDD
RGB: (215,252,221)

Color info

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

RGB color model

#D7FCDD color RGB value is (215,252,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 252 of 255 = 99%
B 221 of 255 = 87%

215
252
221

R + G + B ~ 90%. #D7FCDD is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 252 + 221 = 688 (100%)
R 215 of 688 ~ 31.25%
G 252 of 688 ~ 36.63%
B 221 of 688 ~ 32.12%

%31.25
%36.63
%32.12

CMYK color model

#D7FCDD color CMYK value is (15,0,12,1).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 1.18%
CMYK:
(15,0,12,1)
C15M0Y12K1 
(15%,0%,12%,1%)
(0.15/0.00/0.12/0.01)	

CMYK percentages

%14.68
%0
%12.3
%1.18

Codes

Color #D7FCDD in popluar color models

D7FCDD
RGB215252221
HSL130°86.05%91.57%
HSB/HSV130°14.68%98.82%
CMYK14.68%0.00%12.30%
1.18%

Color #D7FCDD in popluar number systems.

HEXD7FCDD
Decimal215252221
Binary110101111111110011011101
Octal327374335

Shades and tints

Shades of #D7FCDD

#D7FCDD
(215,252,221)
#C4E6C9
(196,230,201)
#B1D0B5
(177,208,181)
#9EBAA1
(158,186,161)
#8BA48D
(139,164,141)
#788E79
(120,142,121)
#657865
(101,120,101)
#526251
(82,98,81)
#3F4C3D
(63,76,61)
#2C3629
(44,54,41)
#192015
(25,32,21)
#000000
(0,0,0)

Tints of #D7FCDD

#D7FCDD
(215,252,221)
#DAFCE0
(218,252,224)
#DDFCE3
(221,252,227)
#E0FCE6
(224,252,230)
#E3FCE9
(227,252,233)
#E6FCEC
(230,252,236)
#E9FCEF
(233,252,239)
#ECFCF2
(236,252,242)
#EFFCF5
(239,252,245)
#F2FCF8
(242,252,248)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FCDD; }

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

This text font color is #D7FCDD.


Background Color

.myBgColor { background-color: #D7FCDD; }

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

This div background color is #D7FCDD.


Border color

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

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

This div border color is #D7FCDD.


Opacity

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

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

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

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

This text has shadow with #D7FCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FCDD on black background.


Color preview on white background

This text has color #D7FCDD on white background.



Black color preview on #D7FCDD background

This text has black color on #D7FCDD background.


White color preview on #D7FCDD background

This text has white color on #D7FCDD background.