COLOR #D7FDD0

HEX: #D7FDD0
RGB: (215,253,208)

Color info

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

RGB color model

#D7FDD0 color RGB value is (215,253,208).

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

RGB channels and saturation

R 215 of 255 = 84%
G 253 of 255 = 99%
B 208 of 255 = 82%

215
253
208

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

Portions of RGB colors in percentages

R + G + B =
215 + 253 + 208 = 676 (100%)
R 215 of 676 ~ 31.8%
G 253 of 676 ~ 37.43%
B 208 of 676 ~ 30.77%

%31.8
%37.43
%30.77

CMYK color model

#D7FDD0 color CMYK value is (15,0,18,1).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK:
(15,0,18,1)
C15M0Y18K1 
(15%,0%,18%,1%)
(0.15/0.00/0.18/0.01)	

CMYK percentages

%15.02
%0
%17.79
%0.78

Codes

Color #D7FDD0 in popluar color models

D7FDD0
RGB215253208
HSL111°91.84%90.39%
HSB/HSV111°17.79%99.22%
CMYK15.02%0.00%17.79%
0.78%

Color #D7FDD0 in popluar number systems.

HEXD7FDD0
Decimal215253208
Binary110101111111110111010000
Octal327375320

Shades and tints

Shades of #D7FDD0

#D7FDD0
(215,253,208)
#C4E6BE
(196,230,190)
#B1CFAC
(177,207,172)
#9EB89A
(158,184,154)
#8BA188
(139,161,136)
#788A76
(120,138,118)
#657364
(101,115,100)
#525C52
(82,92,82)
#3F4540
(63,69,64)
#2C2E2E
(44,46,46)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #D7FDD0

#D7FDD0
(215,253,208)
#DAFDD4
(218,253,212)
#DDFDD8
(221,253,216)
#E0FDDC
(224,253,220)
#E3FDE0
(227,253,224)
#E6FDE4
(230,253,228)
#E9FDE8
(233,253,232)
#ECFDEC
(236,253,236)
#EFFDF0
(239,253,240)
#F2FDF4
(242,253,244)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FDD0; }

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

This text font color is #D7FDD0.


Background Color

.myBgColor { background-color: #D7FDD0; }

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

This div background color is #D7FDD0.


Border color

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

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

This div border color is #D7FDD0.


Opacity

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

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

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

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

This text has shadow with #D7FDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FDD0 on black background.


Color preview on white background

This text has color #D7FDD0 on white background.



Black color preview on #D7FDD0 background

This text has black color on #D7FDD0 background.


White color preview on #D7FDD0 background

This text has white color on #D7FDD0 background.