COLOR #F7E2A7

HEX: #F7E2A7
RGB: (247,226,167)

Color info

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

RGB color model

#F7E2A7 color RGB value is (247,226,167).

  • red value is 247;
  • green value is 226;
  • blue value is 167.
RGB:
(247,226,167)
(97%,89%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 226 of 255 = 89%
B 167 of 255 = 65%

247
226
167

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

Portions of RGB colors in percentages

R + G + B =
247 + 226 + 167 = 640 (100%)
R 247 of 640 ~ 38.59%
G 226 of 640 ~ 35.31%
B 167 of 640 ~ 26.09%

%38.59
%35.31
%26.09

CMYK color model

#F7E2A7 color CMYK value is (0,9,32,3).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 32.39%
  • key color value is 3.14%
CMYK:
(0,9,32,3)
C0M9Y32K3 
(0%,9%,32%,3%)
(0.00/0.09/0.32/0.03)	

CMYK percentages

%0
%8.5
%32.39
%3.14

Codes

Color #F7E2A7 in popluar color models

F7E2A7
RGB247226167
HSL44°83.33%81.18%
HSB/HSV44°32.39%96.86%
CMYK0.00%8.50%32.39%
3.14%

Color #F7E2A7 in popluar number systems.

HEXF7E2A7
Decimal247226167
Binary111101111110001010100111
Octal367342247

Shades and tints

Shades of #F7E2A7

#F7E2A7
(247,226,167)
#E1CE98
(225,206,152)
#CBBA89
(203,186,137)
#B5A67A
(181,166,122)
#9F926B
(159,146,107)
#897E5C
(137,126,92)
#736A4D
(115,106,77)
#5D563E
(93,86,62)
#47422F
(71,66,47)
#312E20
(49,46,32)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #F7E2A7

#F7E2A7
(247,226,167)
#F7E4AF
(247,228,175)
#F7E6B7
(247,230,183)
#F7E8BF
(247,232,191)
#F7EAC7
(247,234,199)
#F7ECCF
(247,236,207)
#F7EED7
(247,238,215)
#F7F0DF
(247,240,223)
#F7F2E7
(247,242,231)
#F7F4EF
(247,244,239)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E2A7 color. Also use rgb(247,226,167) instead hex code.

Text Font Color

.myTextColor { color: #F7E2A7; }

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

This text font color is #F7E2A7.


Background Color

.myBgColor { background-color: #F7E2A7; }

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

This div background color is #F7E2A7.


Border color

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

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

This div border color is #F7E2A7.


Opacity

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

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

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

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

This text has shadow with #F7E2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E2A7 on black background.


Color preview on white background

This text has color #F7E2A7 on white background.



Black color preview on #F7E2A7 background

This text has black color on #F7E2A7 background.


White color preview on #F7E2A7 background

This text has white color on #F7E2A7 background.