COLOR #F7D2C3

HEX: #F7D2C3
RGB: (247,210,195)

Color info

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

RGB color model

#F7D2C3 color RGB value is (247,210,195).

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

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 195 of 255 = 76%

247
210
195

R + G + B ~ 85%. #F7D2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 210 + 195 = 652 (100%)
R 247 of 652 ~ 37.88%
G 210 of 652 ~ 32.21%
B 195 of 652 ~ 29.91%

%37.88
%32.21
%29.91

CMYK color model

#F7D2C3 color CMYK value is (0,15,21,3).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 21.05%
  • key color value is 3.14%
CMYK:
(0,15,21,3)
C0M15Y21K3 
(0%,15%,21%,3%)
(0.00/0.15/0.21/0.03)	

CMYK percentages

%0
%14.98
%21.05
%3.14

Codes

Color #F7D2C3 in popluar color models

F7D2C3
RGB247210195
HSL17°76.47%86.67%
HSB/HSV17°21.05%96.86%
CMYK0.00%14.98%21.05%
3.14%

Color #F7D2C3 in popluar number systems.

HEXF7D2C3
Decimal247210195
Binary111101111101001011000011
Octal367322303

Shades and tints

Shades of #F7D2C3

#F7D2C3
(247,210,195)
#E1BFB2
(225,191,178)
#CBACA1
(203,172,161)
#B59990
(181,153,144)
#9F867F
(159,134,127)
#89736E
(137,115,110)
#73605D
(115,96,93)
#5D4D4C
(93,77,76)
#473A3B
(71,58,59)
#31272A
(49,39,42)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #F7D2C3

#F7D2C3
(247,210,195)
#F7D6C8
(247,214,200)
#F7DACD
(247,218,205)
#F7DED2
(247,222,210)
#F7E2D7
(247,226,215)
#F7E6DC
(247,230,220)
#F7EAE1
(247,234,225)
#F7EEE6
(247,238,230)
#F7F2EB
(247,242,235)
#F7F6F0
(247,246,240)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D2C3; }

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

This text font color is #F7D2C3.


Background Color

.myBgColor { background-color: #F7D2C3; }

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

This div background color is #F7D2C3.


Border color

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

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

This div border color is #F7D2C3.


Opacity

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

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

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

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

This text has shadow with #F7D2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D2C3 on black background.


Color preview on white background

This text has color #F7D2C3 on white background.



Black color preview on #F7D2C3 background

This text has black color on #F7D2C3 background.


White color preview on #F7D2C3 background

This text has white color on #F7D2C3 background.