COLOR #F7D5CF

HEX: #F7D5CF
RGB: (247,213,207)

Color info

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

RGB color model

#F7D5CF color RGB value is (247,213,207).

  • red value is 247;
  • green value is 213;
  • blue value is 207.
RGB:
(247,213,207)
(97%,84%,81%)

RGB channels and saturation

R 247 of 255 = 97%
G 213 of 255 = 84%
B 207 of 255 = 81%

247
213
207

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

Portions of RGB colors in percentages

R + G + B =
247 + 213 + 207 = 667 (100%)
R 247 of 667 ~ 37.03%
G 213 of 667 ~ 31.93%
B 207 of 667 ~ 31.03%

%37.03
%31.93
%31.03

CMYK color model

#F7D5CF color CMYK value is (0,14,16,3).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK:
(0,14,16,3)
C0M14Y16K3 
(0%,14%,16%,3%)
(0.00/0.14/0.16/0.03)	

CMYK percentages

%0
%13.77
%16.19
%3.14

Codes

Color #F7D5CF in popluar color models

F7D5CF
RGB247213207
HSL71.43%89.02%
HSB/HSV16.19%96.86%
CMYK0.00%13.77%16.19%
3.14%

Color #F7D5CF in popluar number systems.

HEXF7D5CF
Decimal247213207
Binary111101111101010111001111
Octal367325317

Shades and tints

Shades of #F7D5CF

#F7D5CF
(247,213,207)
#E1C2BD
(225,194,189)
#CBAFAB
(203,175,171)
#B59C99
(181,156,153)
#9F8987
(159,137,135)
#897675
(137,118,117)
#736363
(115,99,99)
#5D5051
(93,80,81)
#473D3F
(71,61,63)
#312A2D
(49,42,45)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #F7D5CF

#F7D5CF
(247,213,207)
#F7D8D3
(247,216,211)
#F7DBD7
(247,219,215)
#F7DEDB
(247,222,219)
#F7E1DF
(247,225,223)
#F7E4E3
(247,228,227)
#F7E7E7
(247,231,231)
#F7EAEB
(247,234,235)
#F7EDEF
(247,237,239)
#F7F0F3
(247,240,243)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D5CF color. Also use rgb(247,213,207) instead hex code.

Text Font Color

.myTextColor { color: #F7D5CF; }

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

This text font color is #F7D5CF.


Background Color

.myBgColor { background-color: #F7D5CF; }

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

This div background color is #F7D5CF.


Border color

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

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

This div border color is #F7D5CF.


Opacity

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

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

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

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

This text has shadow with #F7D5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D5CF on black background.


Color preview on white background

This text has color #F7D5CF on white background.



Black color preview on #F7D5CF background

This text has black color on #F7D5CF background.


White color preview on #F7D5CF background

This text has white color on #F7D5CF background.