COLOR #FFDFE7

HEX: #FFDFE7
RGB: (255,223,231)

Color info

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

RGB color model

#FFDFE7 color RGB value is (255,223,231).

  • red value is 255;
  • green value is 223;
  • blue value is 231.
RGB:
(255,223,231)
(100%,87%,91%)

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 231 of 255 = 91%

255
223
231

R + G + B ~ 93%. #FFDFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 231 = 709 (100%)
R 255 of 709 ~ 35.97%
G 223 of 709 ~ 31.45%
B 231 of 709 ~ 32.58%

%35.97
%31.45
%32.58

CMYK color model

#FFDFE7 color CMYK value is (0,13,9,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(0,13,9,0)
C0M13Y9K0 
(0%,13%,9%,0%)
(0.00/0.13/0.09/0.00)	

CMYK percentages

%0
%12.55
%9.41
%0

Codes

Color #FFDFE7 in popluar color models

FFDFE7
RGB255223231
HSL345°100.00%93.73%
HSB/HSV345°12.55%100.00%
CMYK0.00%12.55%9.41%
0.00%

Color #FFDFE7 in popluar number systems.

HEXFFDFE7
Decimal255223231
Binary111111111101111111100111
Octal377337347

Shades and tints

Shades of #FFDFE7

#FFDFE7
(255,223,231)
#E8CBD2
(232,203,210)
#D1B7BD
(209,183,189)
#BAA3A8
(186,163,168)
#A38F93
(163,143,147)
#8C7B7E
(140,123,126)
#756769
(117,103,105)
#5E5354
(94,83,84)
#473F3F
(71,63,63)
#302B2A
(48,43,42)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #FFDFE7

#FFDFE7
(255,223,231)
#FFE1E9
(255,225,233)
#FFE3EB
(255,227,235)
#FFE5ED
(255,229,237)
#FFE7EF
(255,231,239)
#FFE9F1
(255,233,241)
#FFEBF3
(255,235,243)
#FFEDF5
(255,237,245)
#FFEFF7
(255,239,247)
#FFF1F9
(255,241,249)
#FFF3FB
(255,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDFE7; }

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

This text font color is #FFDFE7.


Background Color

.myBgColor { background-color: #FFDFE7; }

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

This div background color is #FFDFE7.


Border color

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

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

This div border color is #FFDFE7.


Opacity

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

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

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

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

This text has shadow with #FFDFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDFE7 on black background.


Color preview on white background

This text has color #FFDFE7 on white background.



Black color preview on #FFDFE7 background

This text has black color on #FFDFE7 background.


White color preview on #FFDFE7 background

This text has white color on #FFDFE7 background.