COLOR #F7D2AC

HEX: #F7D2AC
RGB: (247,210,172)

Color info

#F7D2AC contains mainly red and green colors. Web safe color of #F7D2AC is #FFCC99 (or #FC9).

RGB color model

#F7D2AC color RGB value is (247,210,172).

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

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 172 of 255 = 67%

247
210
172

R + G + B ~ 82%. #F7D2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 210 + 172 = 629 (100%)
R 247 of 629 ~ 39.27%
G 210 of 629 ~ 33.39%
B 172 of 629 ~ 27.34%

%39.27
%33.39
%27.34

CMYK color model

#F7D2AC color CMYK value is (0,15,30,3).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 30.36%
  • key color value is 3.14%
CMYK:
(0,15,30,3)
C0M15Y30K3 
(0%,15%,30%,3%)
(0.00/0.15/0.30/0.03)	

CMYK percentages

%0
%14.98
%30.36
%3.14

Codes

Color #F7D2AC in popluar color models

F7D2AC
RGB247210172
HSL30°82.42%82.16%
HSB/HSV30°30.36%96.86%
CMYK0.00%14.98%30.36%
3.14%

Color #F7D2AC in popluar number systems.

HEXF7D2AC
Decimal247210172
Binary111101111101001010101100
Octal367322254

Shades and tints

Shades of #F7D2AC

#F7D2AC
(247,210,172)
#E1BF9D
(225,191,157)
#CBAC8E
(203,172,142)
#B5997F
(181,153,127)
#9F8670
(159,134,112)
#897361
(137,115,97)
#736052
(115,96,82)
#5D4D43
(93,77,67)
#473A34
(71,58,52)
#312725
(49,39,37)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #F7D2AC

#F7D2AC
(247,210,172)
#F7D6B3
(247,214,179)
#F7DABA
(247,218,186)
#F7DEC1
(247,222,193)
#F7E2C8
(247,226,200)
#F7E6CF
(247,230,207)
#F7EAD6
(247,234,214)
#F7EEDD
(247,238,221)
#F7F2E4
(247,242,228)
#F7F6EB
(247,246,235)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D2AC; }

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

This text font color is #F7D2AC.


Background Color

.myBgColor { background-color: #F7D2AC; }

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

This div background color is #F7D2AC.


Border color

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

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

This div border color is #F7D2AC.


Opacity

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

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

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

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

This text has shadow with #F7D2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D2AC on black background.


Color preview on white background

This text has color #F7D2AC on white background.



Black color preview on #F7D2AC background

This text has black color on #F7D2AC background.


White color preview on #F7D2AC background

This text has white color on #F7D2AC background.