COLOR #FFDFC7

HEX: #FFDFC7
RGB: (255,223,199)

Color info

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

RGB color model

#FFDFC7 color RGB value is (255,223,199).

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

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 199 of 255 = 78%

255
223
199

R + G + B ~ 88%. #FFDFC7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 199 = 677 (100%)
R 255 of 677 ~ 37.67%
G 223 of 677 ~ 32.94%
B 199 of 677 ~ 29.39%

%37.67
%32.94
%29.39

CMYK color model

#FFDFC7 color CMYK value is (0,13,22,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK:
(0,13,22,0)
C0M13Y22K0 
(0%,13%,22%,0%)
(0.00/0.13/0.22/0.00)	

CMYK percentages

%0
%12.55
%21.96
%0

Codes

Color #FFDFC7 in popluar color models

FFDFC7
RGB255223199
HSL26°100.00%89.02%
HSB/HSV26°21.96%100.00%
CMYK0.00%12.55%21.96%
0.00%

Color #FFDFC7 in popluar number systems.

HEXFFDFC7
Decimal255223199
Binary111111111101111111000111
Octal377337307

Shades and tints

Shades of #FFDFC7

#FFDFC7
(255,223,199)
#E8CBB5
(232,203,181)
#D1B7A3
(209,183,163)
#BAA391
(186,163,145)
#A38F7F
(163,143,127)
#8C7B6D
(140,123,109)
#75675B
(117,103,91)
#5E5349
(94,83,73)
#473F37
(71,63,55)
#302B25
(48,43,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #FFDFC7

#FFDFC7
(255,223,199)
#FFE1CC
(255,225,204)
#FFE3D1
(255,227,209)
#FFE5D6
(255,229,214)
#FFE7DB
(255,231,219)
#FFE9E0
(255,233,224)
#FFEBE5
(255,235,229)
#FFEDEA
(255,237,234)
#FFEFEF
(255,239,239)
#FFF1F4
(255,241,244)
#FFF3F9
(255,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDFC7; }

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

This text font color is #FFDFC7.


Background Color

.myBgColor { background-color: #FFDFC7; }

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

This div background color is #FFDFC7.


Border color

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

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

This div border color is #FFDFC7.


Opacity

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

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

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

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

This text has shadow with #FFDFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDFC7 on black background.


Color preview on white background

This text has color #FFDFC7 on white background.



Black color preview on #FFDFC7 background

This text has black color on #FFDFC7 background.


White color preview on #FFDFC7 background

This text has white color on #FFDFC7 background.