COLOR #FFD7C8

HEX: #FFD7C8
RGB: (255,215,200)

Color info

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

RGB color model

#FFD7C8 color RGB value is (255,215,200).

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

RGB channels and saturation

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

255
215
200

R + G + B ~ 87%. #FFD7C8 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 200 = 670 (100%)
R 255 of 670 ~ 38.06%
G 215 of 670 ~ 32.09%
B 200 of 670 ~ 29.85%

%38.06
%32.09
%29.85

CMYK color model

#FFD7C8 color CMYK value is (0,16,22,0).

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

CMYK percentages

%0
%15.69
%21.57
%0

Codes

Color #FFD7C8 in popluar color models

FFD7C8
RGB255215200
HSL16°100.00%89.22%
HSB/HSV16°21.57%100.00%
CMYK0.00%15.69%21.57%
0.00%

Color #FFD7C8 in popluar number systems.

HEXFFD7C8
Decimal255215200
Binary111111111101011111001000
Octal377327310

Shades and tints

Shades of #FFD7C8

#FFD7C8
(255,215,200)
#E8C4B6
(232,196,182)
#D1B1A4
(209,177,164)
#BA9E92
(186,158,146)
#A38B80
(163,139,128)
#8C786E
(140,120,110)
#75655C
(117,101,92)
#5E524A
(94,82,74)
#473F38
(71,63,56)
#302C26
(48,44,38)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #FFD7C8

#FFD7C8
(255,215,200)
#FFDACD
(255,218,205)
#FFDDD2
(255,221,210)
#FFE0D7
(255,224,215)
#FFE3DC
(255,227,220)
#FFE6E1
(255,230,225)
#FFE9E6
(255,233,230)
#FFECEB
(255,236,235)
#FFEFF0
(255,239,240)
#FFF2F5
(255,242,245)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD7C8; }

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

This text font color is #FFD7C8.


Background Color

.myBgColor { background-color: #FFD7C8; }

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

This div background color is #FFD7C8.


Border color

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

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

This div border color is #FFD7C8.


Opacity

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

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

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

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

This text has shadow with #FFD7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD7C8 on black background.


Color preview on white background

This text has color #FFD7C8 on white background.



Black color preview on #FFD7C8 background

This text has black color on #FFD7C8 background.


White color preview on #FFD7C8 background

This text has white color on #FFD7C8 background.