COLOR #F7C7AC

HEX: #F7C7AC RGB: (247,199,172)

Color info

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

RGB color model

#F7C7AC color RGB value is (247,199,172).

RGB: (247,199,172) (97%, 78%, 67%)

RGB channels and saturation

R 247 of 255 = 97%
G 199 of 255 = 78%
B 172 of 255 = 67%

247
199
172

R + G + B ~ 81%. #F7C7AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 199 + 172 = 618 (100%)
R 247 of 618 ~ 39.97%
G 199 of 618 ~ 32.2%
B 172 of 618 ~ 27.83'%

%39.97
%32.2
%27.83

CMYK color model

#F7C7AC color CMYK value is (0,19,30,3).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 30.36%
  • key color value is 3.14%

CMYK: (0,19,30,3)
C0M19Y30K3 (0%, 19%, 30%, 3%)
(0.00 / 0.19 / 0.30 / 0.03)

CMYK percentages

%0
%19.43
%30.36
%3.14

Codes

Color #F7C7AC in popluar color models

F7 C7 AC
RGB 247 199 172
HSL 22° 82.42% 82.16%
HSB/HSV 22° 30.36% 96.86%
CMYK 0.00% 19.43% 30.36%
3.14%

Color #F7C7AC in popluar number systems.

HEX F7 C7 AC
Decimal 247 199 172
Binary 11110111 11000111 10101100
Octal 367 307 254

Shades and tints

Shades of #F7C7AC

#F7C7AC
(247,199,172)
#E1B59D
(225,181,157)
#CBA38E
(203,163,142)
#B5917F
(181,145,127)
#9F7F70
(159,127,112)
#896D61
(137,109,97)
#735B52
(115,91,82)
#5D4943
(93,73,67)
#473734
(71,55,52)
#312525
(49,37,37)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #F7C7AC

#F7C7AC
(247,199,172)
#F7CCB3
(247,204,179)
#F7D1BA
(247,209,186)
#F7D6C1
(247,214,193)
#F7DBC8
(247,219,200)
#F7E0CF
(247,224,207)
#F7E5D6
(247,229,214)
#F7EADD
(247,234,221)
#F7EFE4
(247,239,228)
#F7F4EB
(247,244,235)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C7AC; }

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

This text font color is #F7C7AC.

Background Color

.myBgColor { background-color: #F7C7AC; }

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

This div background color is #F7C7AC.

Border color

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

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

This div border color is #F7C7AC.

Opacity

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

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

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

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

This text has shadow with #F7C7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C7AC.

Preview

Color preview on black background

This text has color #F7C7AC on black background.


Color preview on white background

This text has color #F7C7AC on white background.


Black color preview on #F7C7AC background

This text has black color on #F7C7AC background.


White color preview on #F7C7AC background

This text has white color on #F7C7AC background.


Related colors

Complementary color

Complementary color for #hex is #083853.


I love getcolorcode.com

Triadic colors

1 #ACF7C7 and #C7ACF7 with #F7C7AC are triadic colors.

2 #ACC7F7 and #C7F7AC with #F7C7AC are triadic colors.