COLOR #FFD7FF

HEX: #FFD7FF
RGB: (255,215,255)

Color info

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

RGB color model

#FFD7FF color RGB value is (255,215,255).

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

RGB channels and saturation

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

255
215
255

R + G + B ~ 95%. #FFD7FF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 255 = 725 (100%)
R 255 of 725 ~ 35.17%
G 215 of 725 ~ 29.66%
B 255 of 725 ~ 35.17%

%35.17
%29.66
%35.17

CMYK color model

#FFD7FF color CMYK value is (0,16,0,0).

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

CMYK percentages

%0
%15.69
%0
%0

Codes

Color #FFD7FF in popluar color models

FFD7FF
RGB255215255
HSL300°100.00%92.16%
HSB/HSV300°15.69%100.00%
CMYK0.00%15.69%0.00%
0.00%

Color #FFD7FF in popluar number systems.

HEXFFD7FF
Decimal255215255
Binary111111111101011111111111
Octal377327377

Shades and tints

Shades of #FFD7FF

#FFD7FF
(255,215,255)
#E8C4E8
(232,196,232)
#D1B1D1
(209,177,209)
#BA9EBA
(186,158,186)
#A38BA3
(163,139,163)
#8C788C
(140,120,140)
#756575
(117,101,117)
#5E525E
(94,82,94)
#473F47
(71,63,71)
#302C30
(48,44,48)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFD7FF

#FFD7FF
(255,215,255)
#FFDAFF
(255,218,255)
#FFDDFF
(255,221,255)
#FFE0FF
(255,224,255)
#FFE3FF
(255,227,255)
#FFE6FF
(255,230,255)
#FFE9FF
(255,233,255)
#FFECFF
(255,236,255)
#FFEFFF
(255,239,255)
#FFF2FF
(255,242,255)
#FFF5FF
(255,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD7FF; }

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

This text font color is #FFD7FF.


Background Color

.myBgColor { background-color: #FFD7FF; }

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

This div background color is #FFD7FF.


Border color

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

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

This div border color is #FFD7FF.


Opacity

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

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

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

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

This text has shadow with #FFD7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD7FF on black background.


Color preview on white background

This text has color #FFD7FF on white background.



Black color preview on #FFD7FF background

This text has black color on #FFD7FF background.


White color preview on #FFD7FF background

This text has white color on #FFD7FF background.