COLOR #D7FADD

HEX: #D7FADD
RGB: (215,250,221)

Color info

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

RGB color model

#D7FADD color RGB value is (215,250,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 250 of 255 = 98%
B 221 of 255 = 87%

215
250
221

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

Portions of RGB colors in percentages

R + G + B =
215 + 250 + 221 = 686 (100%)
R 215 of 686 ~ 31.34%
G 250 of 686 ~ 36.44%
B 221 of 686 ~ 32.22%

%31.34
%36.44
%32.22

CMYK color model

#D7FADD color CMYK value is (14,0,12,2).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK:
(14,0,12,2)
C14M0Y12K2 
(14%,0%,12%,2%)
(0.14/0.00/0.12/0.02)	

CMYK percentages

%14
%0
%11.6
%1.96

Codes

Color #D7FADD in popluar color models

D7FADD
RGB215250221
HSL130°77.78%91.18%
HSB/HSV130°14.00%98.04%
CMYK14.00%0.00%11.60%
1.96%

Color #D7FADD in popluar number systems.

HEXD7FADD
Decimal215250221
Binary110101111111101011011101
Octal327372335

Shades and tints

Shades of #D7FADD

#D7FADD
(215,250,221)
#C4E4C9
(196,228,201)
#B1CEB5
(177,206,181)
#9EB8A1
(158,184,161)
#8BA28D
(139,162,141)
#788C79
(120,140,121)
#657665
(101,118,101)
#526051
(82,96,81)
#3F4A3D
(63,74,61)
#2C3429
(44,52,41)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #D7FADD

#D7FADD
(215,250,221)
#DAFAE0
(218,250,224)
#DDFAE3
(221,250,227)
#E0FAE6
(224,250,230)
#E3FAE9
(227,250,233)
#E6FAEC
(230,250,236)
#E9FAEF
(233,250,239)
#ECFAF2
(236,250,242)
#EFFAF5
(239,250,245)
#F2FAF8
(242,250,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FADD; }

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

This text font color is #D7FADD.


Background Color

.myBgColor { background-color: #D7FADD; }

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

This div background color is #D7FADD.


Border color

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

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

This div border color is #D7FADD.


Opacity

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

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

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

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

This text has shadow with #D7FADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FADD on black background.


Color preview on white background

This text has color #D7FADD on white background.



Black color preview on #D7FADD background

This text has black color on #D7FADD background.


White color preview on #D7FADD background

This text has white color on #D7FADD background.