COLOR #FFD7DC

HEX: #FFD7DC
RGB: (255,215,220)

Color info

#FFD7DC contains red, green and blue colors in about the same proportion. Web safe color of #FFD7DC is #FFCCCC (or #FCC).

RGB color model

#FFD7DC color RGB value is (255,215,220).

  • red value is 255;
  • green value is 215;
  • blue value is 220.
RGB:
(255,215,220)
(100%,84%,86%)

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 220 of 255 = 86%

255
215
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 220 = 690 (100%)
R 255 of 690 ~ 36.96%
G 215 of 690 ~ 31.16%
B 220 of 690 ~ 31.88%

%36.96
%31.16
%31.88

CMYK color model

#FFD7DC color CMYK value is (0,16,14,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,16,14,0)
C0M16Y14K0 
(0%,16%,14%,0%)
(0.00/0.16/0.14/0.00)	

CMYK percentages

%0
%15.69
%13.73
%0

Codes

Color #FFD7DC in popluar color models

FFD7DC
RGB255215220
HSL353°100.00%92.16%
HSB/HSV353°15.69%100.00%
CMYK0.00%15.69%13.73%
0.00%

Color #FFD7DC in popluar number systems.

HEXFFD7DC
Decimal255215220
Binary111111111101011111011100
Octal377327334

Shades and tints

Shades of #FFD7DC

#FFD7DC
(255,215,220)
#E8C4C8
(232,196,200)
#D1B1B4
(209,177,180)
#BA9EA0
(186,158,160)
#A38B8C
(163,139,140)
#8C7878
(140,120,120)
#756564
(117,101,100)
#5E5250
(94,82,80)
#473F3C
(71,63,60)
#302C28
(48,44,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #FFD7DC

#FFD7DC
(255,215,220)
#FFDADF
(255,218,223)
#FFDDE2
(255,221,226)
#FFE0E5
(255,224,229)
#FFE3E8
(255,227,232)
#FFE6EB
(255,230,235)
#FFE9EE
(255,233,238)
#FFECF1
(255,236,241)
#FFEFF4
(255,239,244)
#FFF2F7
(255,242,247)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD7DC color. Also use rgb(255,215,220) instead hex code.

Text Font Color

.myTextColor { color: #FFD7DC; }

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

This text font color is #FFD7DC.


Background Color

.myBgColor { background-color: #FFD7DC; }

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

This div background color is #FFD7DC.


Border color

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

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

This div border color is #FFD7DC.


Opacity

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

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

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

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

This text has shadow with #FFD7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD7DC on black background.


Color preview on white background

This text has color #FFD7DC on white background.



Black color preview on #FFD7DC background

This text has black color on #FFD7DC background.


White color preview on #FFD7DC background

This text has white color on #FFD7DC background.