COLOR #F7E5A6

HEX: #F7E5A6
RGB: (247,229,166)

Color info

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

RGB color model

#F7E5A6 color RGB value is (247,229,166).

  • red value is 247;
  • green value is 229;
  • blue value is 166.
RGB:
(247,229,166)
(97%,90%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 229 of 255 = 90%
B 166 of 255 = 65%

247
229
166

R + G + B ~ 84%. #F7E5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 229 + 166 = 642 (100%)
R 247 of 642 ~ 38.47%
G 229 of 642 ~ 35.67%
B 166 of 642 ~ 25.86%

%38.47
%35.67
%25.86

CMYK color model

#F7E5A6 color CMYK value is (0,7,33,3).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 32.79%
  • key color value is 3.14%
CMYK:
(0,7,33,3)
C0M7Y33K3 
(0%,7%,33%,3%)
(0.00/0.07/0.33/0.03)	

CMYK percentages

%0
%7.29
%32.79
%3.14

Codes

Color #F7E5A6 in popluar color models

F7E5A6
RGB247229166
HSL47°83.51%80.98%
HSB/HSV47°32.79%96.86%
CMYK0.00%7.29%32.79%
3.14%

Color #F7E5A6 in popluar number systems.

HEXF7E5A6
Decimal247229166
Binary111101111110010110100110
Octal367345246

Shades and tints

Shades of #F7E5A6

#F7E5A6
(247,229,166)
#E1D197
(225,209,151)
#CBBD88
(203,189,136)
#B5A979
(181,169,121)
#9F956A
(159,149,106)
#89815B
(137,129,91)
#736D4C
(115,109,76)
#5D593D
(93,89,61)
#47452E
(71,69,46)
#31311F
(49,49,31)
#1B1D10
(27,29,16)
#000000
(0,0,0)

Tints of #F7E5A6

#F7E5A6
(247,229,166)
#F7E7AE
(247,231,174)
#F7E9B6
(247,233,182)
#F7EBBE
(247,235,190)
#F7EDC6
(247,237,198)
#F7EFCE
(247,239,206)
#F7F1D6
(247,241,214)
#F7F3DE
(247,243,222)
#F7F5E6
(247,245,230)
#F7F7EE
(247,247,238)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E5A6 color. Also use rgb(247,229,166) instead hex code.

Text Font Color

.myTextColor { color: #F7E5A6; }

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

This text font color is #F7E5A6.


Background Color

.myBgColor { background-color: #F7E5A6; }

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

This div background color is #F7E5A6.


Border color

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

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

This div border color is #F7E5A6.


Opacity

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

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

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

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

This text has shadow with #F7E5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E5A6 on black background.


Color preview on white background

This text has color #F7E5A6 on white background.



Black color preview on #F7E5A6 background

This text has black color on #F7E5A6 background.


White color preview on #F7E5A6 background

This text has white color on #F7E5A6 background.