COLOR #F4C7A6

HEX: #F4C7A6
RGB: (244,199,166)

Color info

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

RGB color model

#F4C7A6 color RGB value is (244,199,166).

  • red value is 244;
  • green value is 199;
  • blue value is 166.
RGB:
(244,199,166)
(96%,78%,65%)

RGB channels and saturation

R 244 of 255 = 96%
G 199 of 255 = 78%
B 166 of 255 = 65%

244
199
166

R + G + B ~ 80%. #F4C7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 199 + 166 = 609 (100%)
R 244 of 609 ~ 40.07%
G 199 of 609 ~ 32.68%
B 166 of 609 ~ 27.26%

%40.07
%32.68
%27.26

CMYK color model

#F4C7A6 color CMYK value is (0,18,32,4).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 31.97%
  • key color value is 4.31%
CMYK:
(0,18,32,4)
C0M18Y32K4 
(0%,18%,32%,4%)
(0.00/0.18/0.32/0.04)	

CMYK percentages

%0
%18.44
%31.97
%4.31

Codes

Color #F4C7A6 in popluar color models

F4C7A6
RGB244199166
HSL25°78.00%80.39%
HSB/HSV25°31.97%95.69%
CMYK0.00%18.44%31.97%
4.31%

Color #F4C7A6 in popluar number systems.

HEXF4C7A6
Decimal244199166
Binary111101001100011110100110
Octal364307246

Shades and tints

Shades of #F4C7A6

#F4C7A6
(244,199,166)
#DEB597
(222,181,151)
#C8A388
(200,163,136)
#B29179
(178,145,121)
#9C7F6A
(156,127,106)
#866D5B
(134,109,91)
#705B4C
(112,91,76)
#5A493D
(90,73,61)
#44372E
(68,55,46)
#2E251F
(46,37,31)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #F4C7A6

#F4C7A6
(244,199,166)
#F5CCAE
(245,204,174)
#F6D1B6
(246,209,182)
#F7D6BE
(247,214,190)
#F8DBC6
(248,219,198)
#F9E0CE
(249,224,206)
#FAE5D6
(250,229,214)
#FBEADE
(251,234,222)
#FCEFE6
(252,239,230)
#FDF4EE
(253,244,238)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C7A6 color. Also use rgb(244,199,166) instead hex code.

Text Font Color

.myTextColor { color: #F4C7A6; }

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

This text font color is #F4C7A6.


Background Color

.myBgColor { background-color: #F4C7A6; }

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

This div background color is #F4C7A6.


Border color

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

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

This div border color is #F4C7A6.


Opacity

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

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

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

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

This text has shadow with #F4C7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C7A6 on black background.


Color preview on white background

This text has color #F4C7A6 on white background.



Black color preview on #F4C7A6 background

This text has black color on #F4C7A6 background.


White color preview on #F4C7A6 background

This text has white color on #F4C7A6 background.