COLOR #FFD7E0

HEX: #FFD7E0
RGB: (255,215,224)

Color info

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

RGB color model

#FFD7E0 color RGB value is (255,215,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 224 of 255 = 88%

255
215
224

R + G + B ~ 91%. #FFD7E0 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 224 = 694 (100%)
R 255 of 694 ~ 36.74%
G 215 of 694 ~ 30.98%
B 224 of 694 ~ 32.28%

%36.74
%30.98
%32.28

CMYK color model

#FFD7E0 color CMYK value is (0,16,12,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(0,16,12,0)
C0M16Y12K0 
(0%,16%,12%,0%)
(0.00/0.16/0.12/0.00)	

CMYK percentages

%0
%15.69
%12.16
%0

Codes

Color #FFD7E0 in popluar color models

FFD7E0
RGB255215224
HSL347°100.00%92.16%
HSB/HSV347°15.69%100.00%
CMYK0.00%15.69%12.16%
0.00%

Color #FFD7E0 in popluar number systems.

HEXFFD7E0
Decimal255215224
Binary111111111101011111100000
Octal377327340

Shades and tints

Shades of #FFD7E0

#FFD7E0
(255,215,224)
#E8C4CC
(232,196,204)
#D1B1B8
(209,177,184)
#BA9EA4
(186,158,164)
#A38B90
(163,139,144)
#8C787C
(140,120,124)
#756568
(117,101,104)
#5E5254
(94,82,84)
#473F40
(71,63,64)
#302C2C
(48,44,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #FFD7E0

#FFD7E0
(255,215,224)
#FFDAE2
(255,218,226)
#FFDDE4
(255,221,228)
#FFE0E6
(255,224,230)
#FFE3E8
(255,227,232)
#FFE6EA
(255,230,234)
#FFE9EC
(255,233,236)
#FFECEE
(255,236,238)
#FFEFF0
(255,239,240)
#FFF2F2
(255,242,242)
#FFF5F4
(255,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD7E0; }

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

This text font color is #FFD7E0.


Background Color

.myBgColor { background-color: #FFD7E0; }

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

This div background color is #FFD7E0.


Border color

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

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

This div border color is #FFD7E0.


Opacity

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

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

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

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

This text has shadow with #FFD7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD7E0 on black background.


Color preview on white background

This text has color #FFD7E0 on white background.



Black color preview on #FFD7E0 background

This text has black color on #FFD7E0 background.


White color preview on #FFD7E0 background

This text has white color on #FFD7E0 background.