COLOR #FFD3D7

HEX: #FFD3D7
RGB: (255,211,215)

Color info

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

RGB color model

#FFD3D7 color RGB value is (255,211,215).

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

RGB channels and saturation

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

255
211
215

R + G + B ~ 89%. #FFD3D7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 215 = 681 (100%)
R 255 of 681 ~ 37.44%
G 211 of 681 ~ 30.98%
B 215 of 681 ~ 31.57%

%37.44
%30.98
%31.57

CMYK color model

#FFD3D7 color CMYK value is (0,17,16,0).

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

CMYK percentages

%0
%17.25
%15.69
%0

Codes

Color #FFD3D7 in popluar color models

FFD3D7
RGB255211215
HSL355°100.00%91.37%
HSB/HSV355°17.25%100.00%
CMYK0.00%17.25%15.69%
0.00%

Color #FFD3D7 in popluar number systems.

HEXFFD3D7
Decimal255211215
Binary111111111101001111010111
Octal377323327

Shades and tints

Shades of #FFD3D7

#FFD3D7
(255,211,215)
#E8C0C4
(232,192,196)
#D1ADB1
(209,173,177)
#BA9A9E
(186,154,158)
#A3878B
(163,135,139)
#8C7478
(140,116,120)
#756165
(117,97,101)
#5E4E52
(94,78,82)
#473B3F
(71,59,63)
#30282C
(48,40,44)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFD3D7

#FFD3D7
(255,211,215)
#FFD7DA
(255,215,218)
#FFDBDD
(255,219,221)
#FFDFE0
(255,223,224)
#FFE3E3
(255,227,227)
#FFE7E6
(255,231,230)
#FFEBE9
(255,235,233)
#FFEFEC
(255,239,236)
#FFF3EF
(255,243,239)
#FFF7F2
(255,247,242)
#FFFBF5
(255,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3D7; }

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

This text font color is #FFD3D7.


Background Color

.myBgColor { background-color: #FFD3D7; }

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

This div background color is #FFD3D7.


Border color

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

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

This div border color is #FFD3D7.


Opacity

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

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

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

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

This text has shadow with #FFD3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3D7 on black background.


Color preview on white background

This text has color #FFD3D7 on white background.



Black color preview on #FFD3D7 background

This text has black color on #FFD3D7 background.


White color preview on #FFD3D7 background

This text has white color on #FFD3D7 background.