COLOR #F7D9CD

HEX: #F7D9CD
RGB: (247,217,205)

Color info

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

RGB color model

#F7D9CD color RGB value is (247,217,205).

  • red value is 247;
  • green value is 217;
  • blue value is 205.
RGB:
(247,217,205)
(97%,85%,80%)

RGB channels and saturation

R 247 of 255 = 97%
G 217 of 255 = 85%
B 205 of 255 = 80%

247
217
205

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

Portions of RGB colors in percentages

R + G + B =
247 + 217 + 205 = 669 (100%)
R 247 of 669 ~ 36.92%
G 217 of 669 ~ 32.44%
B 205 of 669 ~ 30.64%

%36.92
%32.44
%30.64

CMYK color model

#F7D9CD color CMYK value is (0,12,17,3).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 17.00%
  • key color value is 3.14%
CMYK:
(0,12,17,3)
C0M12Y17K3 
(0%,12%,17%,3%)
(0.00/0.12/0.17/0.03)	

CMYK percentages

%0
%12.15
%17
%3.14

Codes

Color #F7D9CD in popluar color models

F7D9CD
RGB247217205
HSL17°72.41%88.63%
HSB/HSV17°17.00%96.86%
CMYK0.00%12.15%17.00%
3.14%

Color #F7D9CD in popluar number systems.

HEXF7D9CD
Decimal247217205
Binary111101111101100111001101
Octal367331315

Shades and tints

Shades of #F7D9CD

#F7D9CD
(247,217,205)
#E1C6BB
(225,198,187)
#CBB3A9
(203,179,169)
#B5A097
(181,160,151)
#9F8D85
(159,141,133)
#897A73
(137,122,115)
#736761
(115,103,97)
#5D544F
(93,84,79)
#47413D
(71,65,61)
#312E2B
(49,46,43)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #F7D9CD

#F7D9CD
(247,217,205)
#F7DCD1
(247,220,209)
#F7DFD5
(247,223,213)
#F7E2D9
(247,226,217)
#F7E5DD
(247,229,221)
#F7E8E1
(247,232,225)
#F7EBE5
(247,235,229)
#F7EEE9
(247,238,233)
#F7F1ED
(247,241,237)
#F7F4F1
(247,244,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D9CD color. Also use rgb(247,217,205) instead hex code.

Text Font Color

.myTextColor { color: #F7D9CD; }

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

This text font color is #F7D9CD.


Background Color

.myBgColor { background-color: #F7D9CD; }

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

This div background color is #F7D9CD.


Border color

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

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

This div border color is #F7D9CD.


Opacity

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

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

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

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

This text has shadow with #F7D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D9CD on black background.


Color preview on white background

This text has color #F7D9CD on white background.



Black color preview on #F7D9CD background

This text has black color on #F7D9CD background.


White color preview on #F7D9CD background

This text has white color on #F7D9CD background.