COLOR #FFD7EC

HEX: #FFD7EC
RGB: (255,215,236)

Color info

#FFD7EC contains red, green and blue colors in about the same proportion. Web safe color of #FFD7EC is #FFCCFF (or #FCF).

RGB color model

#FFD7EC color RGB value is (255,215,236).

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

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 236 of 255 = 93%

255
215
236

R + G + B ~ 92%. #FFD7EC is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 236 = 706 (100%)
R 255 of 706 ~ 36.12%
G 215 of 706 ~ 30.45%
B 236 of 706 ~ 33.43%

%36.12
%30.45
%33.43

CMYK color model

#FFD7EC color CMYK value is (0,16,7,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 7.45%
  • key color value is 0.00%
CMYK:
(0,16,7,0)
C0M16Y7K0 
(0%,16%,7%,0%)
(0.00/0.16/0.07/0.00)	

CMYK percentages

%0
%15.69
%7.45
%0

Codes

Color #FFD7EC in popluar color models

FFD7EC
RGB255215236
HSL329°100.00%92.16%
HSB/HSV329°15.69%100.00%
CMYK0.00%15.69%7.45%
0.00%

Color #FFD7EC in popluar number systems.

HEXFFD7EC
Decimal255215236
Binary111111111101011111101100
Octal377327354

Shades and tints

Shades of #FFD7EC

#FFD7EC
(255,215,236)
#E8C4D7
(232,196,215)
#D1B1C2
(209,177,194)
#BA9EAD
(186,158,173)
#A38B98
(163,139,152)
#8C7883
(140,120,131)
#75656E
(117,101,110)
#5E5259
(94,82,89)
#473F44
(71,63,68)
#302C2F
(48,44,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #FFD7EC

#FFD7EC
(255,215,236)
#FFDAED
(255,218,237)
#FFDDEE
(255,221,238)
#FFE0EF
(255,224,239)
#FFE3F0
(255,227,240)
#FFE6F1
(255,230,241)
#FFE9F2
(255,233,242)
#FFECF3
(255,236,243)
#FFEFF4
(255,239,244)
#FFF2F5
(255,242,245)
#FFF5F6
(255,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD7EC; }

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

This text font color is #FFD7EC.


Background Color

.myBgColor { background-color: #FFD7EC; }

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

This div background color is #FFD7EC.


Border color

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

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

This div border color is #FFD7EC.


Opacity

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

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

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

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

This text has shadow with #FFD7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD7EC on black background.


Color preview on white background

This text has color #FFD7EC on white background.



Black color preview on #FFD7EC background

This text has black color on #FFD7EC background.


White color preview on #FFD7EC background

This text has white color on #FFD7EC background.