COLOR #F7D2CE

HEX: #F7D2CE
RGB: (247,210,206)

Color info

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

RGB color model

#F7D2CE color RGB value is (247,210,206).

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

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 206 of 255 = 81%

247
210
206

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

Portions of RGB colors in percentages

R + G + B =
247 + 210 + 206 = 663 (100%)
R 247 of 663 ~ 37.25%
G 210 of 663 ~ 31.67%
B 206 of 663 ~ 31.07%

%37.25
%31.67
%31.07

CMYK color model

#F7D2CE color CMYK value is (0,15,17,3).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(0,15,17,3)
C0M15Y17K3 
(0%,15%,17%,3%)
(0.00/0.15/0.17/0.03)	

CMYK percentages

%0
%14.98
%16.6
%3.14

Codes

Color #F7D2CE in popluar color models

F7D2CE
RGB247210206
HSL71.93%88.82%
HSB/HSV16.60%96.86%
CMYK0.00%14.98%16.60%
3.14%

Color #F7D2CE in popluar number systems.

HEXF7D2CE
Decimal247210206
Binary111101111101001011001110
Octal367322316

Shades and tints

Shades of #F7D2CE

#F7D2CE
(247,210,206)
#E1BFBC
(225,191,188)
#CBACAA
(203,172,170)
#B59998
(181,153,152)
#9F8686
(159,134,134)
#897374
(137,115,116)
#736062
(115,96,98)
#5D4D50
(93,77,80)
#473A3E
(71,58,62)
#31272C
(49,39,44)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #F7D2CE

#F7D2CE
(247,210,206)
#F7D6D2
(247,214,210)
#F7DAD6
(247,218,214)
#F7DEDA
(247,222,218)
#F7E2DE
(247,226,222)
#F7E6E2
(247,230,226)
#F7EAE6
(247,234,230)
#F7EEEA
(247,238,234)
#F7F2EE
(247,242,238)
#F7F6F2
(247,246,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D2CE; }

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

This text font color is #F7D2CE.


Background Color

.myBgColor { background-color: #F7D2CE; }

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

This div background color is #F7D2CE.


Border color

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

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

This div border color is #F7D2CE.


Opacity

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

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

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

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

This text has shadow with #F7D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D2CE on black background.


Color preview on white background

This text has color #F7D2CE on white background.



Black color preview on #F7D2CE background

This text has black color on #F7D2CE background.


White color preview on #F7D2CE background

This text has white color on #F7D2CE background.