COLOR #F7E7A4

HEX: #F7E7A4
RGB: (247,231,164)

Color info

#F7E7A4 contains mainly red and green colors. Web safe color of #F7E7A4 is #FFFF99 (or #FF9).

RGB color model

#F7E7A4 color RGB value is (247,231,164).

  • red value is 247;
  • green value is 231;
  • blue value is 164.
RGB:
(247,231,164)
(97%,91%,64%)

RGB channels and saturation

R 247 of 255 = 97%
G 231 of 255 = 91%
B 164 of 255 = 64%

247
231
164

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

Portions of RGB colors in percentages

R + G + B =
247 + 231 + 164 = 642 (100%)
R 247 of 642 ~ 38.47%
G 231 of 642 ~ 35.98%
B 164 of 642 ~ 25.55%

%38.47
%35.98
%25.55

CMYK color model

#F7E7A4 color CMYK value is (0,6,34,3).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 33.60%
  • key color value is 3.14%
CMYK:
(0,6,34,3)
C0M6Y34K3 
(0%,6%,34%,3%)
(0.00/0.06/0.34/0.03)	

CMYK percentages

%0
%6.48
%33.6
%3.14

Codes

Color #F7E7A4 in popluar color models

F7E7A4
RGB247231164
HSL48°83.84%80.59%
HSB/HSV48°33.60%96.86%
CMYK0.00%6.48%33.60%
3.14%

Color #F7E7A4 in popluar number systems.

HEXF7E7A4
Decimal247231164
Binary111101111110011110100100
Octal367347244

Shades and tints

Shades of #F7E7A4

#F7E7A4
(247,231,164)
#E1D296
(225,210,150)
#CBBD88
(203,189,136)
#B5A87A
(181,168,122)
#9F936C
(159,147,108)
#897E5E
(137,126,94)
#736950
(115,105,80)
#5D5442
(93,84,66)
#473F34
(71,63,52)
#312A26
(49,42,38)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #F7E7A4

#F7E7A4
(247,231,164)
#F7E9AC
(247,233,172)
#F7EBB4
(247,235,180)
#F7EDBC
(247,237,188)
#F7EFC4
(247,239,196)
#F7F1CC
(247,241,204)
#F7F3D4
(247,243,212)
#F7F5DC
(247,245,220)
#F7F7E4
(247,247,228)
#F7F9EC
(247,249,236)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E7A4 color. Also use rgb(247,231,164) instead hex code.

Text Font Color

.myTextColor { color: #F7E7A4; }

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

This text font color is #F7E7A4.


Background Color

.myBgColor { background-color: #F7E7A4; }

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

This div background color is #F7E7A4.


Border color

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

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

This div border color is #F7E7A4.


Opacity

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

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

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

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

This text has shadow with #F7E7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E7A4 on black background.


Color preview on white background

This text has color #F7E7A4 on white background.



Black color preview on #F7E7A4 background

This text has black color on #F7E7A4 background.


White color preview on #F7E7A4 background

This text has white color on #F7E7A4 background.