COLOR #F7D5CE

HEX: #F7D5CE
RGB: (247,213,206)

Color info

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

RGB color model

#F7D5CE color RGB value is (247,213,206).

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

RGB channels and saturation

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

247
213
206

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

Portions of RGB colors in percentages

R + G + B =
247 + 213 + 206 = 666 (100%)
R 247 of 666 ~ 37.09%
G 213 of 666 ~ 31.98%
B 206 of 666 ~ 30.93%

%37.09
%31.98
%30.93

CMYK color model

#F7D5CE color CMYK value is (0,14,17,3).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(0,14,17,3)
C0M14Y17K3 
(0%,14%,17%,3%)
(0.00/0.14/0.17/0.03)	

CMYK percentages

%0
%13.77
%16.6
%3.14

Codes

Color #F7D5CE in popluar color models

F7D5CE
RGB247213206
HSL10°71.93%88.82%
HSB/HSV10°16.60%96.86%
CMYK0.00%13.77%16.60%
3.14%

Color #F7D5CE in popluar number systems.

HEXF7D5CE
Decimal247213206
Binary111101111101010111001110
Octal367325316

Shades and tints

Shades of #F7D5CE

#F7D5CE
(247,213,206)
#E1C2BC
(225,194,188)
#CBAFAA
(203,175,170)
#B59C98
(181,156,152)
#9F8986
(159,137,134)
#897674
(137,118,116)
#736362
(115,99,98)
#5D5050
(93,80,80)
#473D3E
(71,61,62)
#312A2C
(49,42,44)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #F7D5CE

#F7D5CE
(247,213,206)
#F7D8D2
(247,216,210)
#F7DBD6
(247,219,214)
#F7DEDA
(247,222,218)
#F7E1DE
(247,225,222)
#F7E4E2
(247,228,226)
#F7E7E6
(247,231,230)
#F7EAEA
(247,234,234)
#F7EDEE
(247,237,238)
#F7F0F2
(247,240,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D5CE; }

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

This text font color is #F7D5CE.


Background Color

.myBgColor { background-color: #F7D5CE; }

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

This div background color is #F7D5CE.


Border color

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

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

This div border color is #F7D5CE.


Opacity

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

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

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

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

This text has shadow with #F7D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D5CE on black background.


Color preview on white background

This text has color #F7D5CE on white background.



Black color preview on #F7D5CE background

This text has black color on #F7D5CE background.


White color preview on #F7D5CE background

This text has white color on #F7D5CE background.