COLOR #D7FDDE

HEX: #D7FDDE
RGB: (215,253,222)

Color info

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

RGB color model

#D7FDDE color RGB value is (215,253,222).

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

RGB channels and saturation

R 215 of 255 = 84%
G 253 of 255 = 99%
B 222 of 255 = 87%

215
253
222

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

Portions of RGB colors in percentages

R + G + B =
215 + 253 + 222 = 690 (100%)
R 215 of 690 ~ 31.16%
G 253 of 690 ~ 36.67%
B 222 of 690 ~ 32.17%

%31.16
%36.67
%32.17

CMYK color model

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

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

CMYK percentages

%15.02
%0
%12.25
%0.78

Codes

Color #D7FDDE in popluar color models

D7FDDE
RGB215253222
HSL131°90.48%91.76%
HSB/HSV131°15.02%99.22%
CMYK15.02%0.00%12.25%
0.78%

Color #D7FDDE in popluar number systems.

HEXD7FDDE
Decimal215253222
Binary110101111111110111011110
Octal327375336

Shades and tints

Shades of #D7FDDE

#D7FDDE
(215,253,222)
#C4E6CA
(196,230,202)
#B1CFB6
(177,207,182)
#9EB8A2
(158,184,162)
#8BA18E
(139,161,142)
#788A7A
(120,138,122)
#657366
(101,115,102)
#525C52
(82,92,82)
#3F453E
(63,69,62)
#2C2E2A
(44,46,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #D7FDDE

#D7FDDE
(215,253,222)
#DAFDE1
(218,253,225)
#DDFDE4
(221,253,228)
#E0FDE7
(224,253,231)
#E3FDEA
(227,253,234)
#E6FDED
(230,253,237)
#E9FDF0
(233,253,240)
#ECFDF3
(236,253,243)
#EFFDF6
(239,253,246)
#F2FDF9
(242,253,249)
#F5FDFC
(245,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FDDE color. Also use rgb(215,253,222) instead hex code.

Text Font Color

.myTextColor { color: #D7FDDE; }

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

This text font color is #D7FDDE.


Background Color

.myBgColor { background-color: #D7FDDE; }

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

This div background color is #D7FDDE.


Border color

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

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

This div border color is #D7FDDE.


Opacity

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

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

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

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

This text has shadow with #D7FDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FDDE on black background.


Color preview on white background

This text has color #D7FDDE on white background.



Black color preview on #D7FDDE background

This text has black color on #D7FDDE background.


White color preview on #D7FDDE background

This text has white color on #D7FDDE background.