COLOR #F7E6A3

HEX: #F7E6A3
RGB: (247,230,163)

Color info

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

RGB color model

#F7E6A3 color RGB value is (247,230,163).

  • red value is 247;
  • green value is 230;
  • blue value is 163.
RGB:
(247,230,163)
(97%,90%,64%)

RGB channels and saturation

R 247 of 255 = 97%
G 230 of 255 = 90%
B 163 of 255 = 64%

247
230
163

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

Portions of RGB colors in percentages

R + G + B =
247 + 230 + 163 = 640 (100%)
R 247 of 640 ~ 38.59%
G 230 of 640 ~ 35.94%
B 163 of 640 ~ 25.47%

%38.59
%35.94
%25.47

CMYK color model

#F7E6A3 color CMYK value is (0,7,34,3).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 34.01%
  • key color value is 3.14%
CMYK:
(0,7,34,3)
C0M7Y34K3 
(0%,7%,34%,3%)
(0.00/0.07/0.34/0.03)	

CMYK percentages

%0
%6.88
%34.01
%3.14

Codes

Color #F7E6A3 in popluar color models

F7E6A3
RGB247230163
HSL48°84.00%80.39%
HSB/HSV48°34.01%96.86%
CMYK0.00%6.88%34.01%
3.14%

Color #F7E6A3 in popluar number systems.

HEXF7E6A3
Decimal247230163
Binary111101111110011010100011
Octal367346243

Shades and tints

Shades of #F7E6A3

#F7E6A3
(247,230,163)
#E1D295
(225,210,149)
#CBBE87
(203,190,135)
#B5AA79
(181,170,121)
#9F966B
(159,150,107)
#89825D
(137,130,93)
#736E4F
(115,110,79)
#5D5A41
(93,90,65)
#474633
(71,70,51)
#313225
(49,50,37)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #F7E6A3

#F7E6A3
(247,230,163)
#F7E8AB
(247,232,171)
#F7EAB3
(247,234,179)
#F7ECBB
(247,236,187)
#F7EEC3
(247,238,195)
#F7F0CB
(247,240,203)
#F7F2D3
(247,242,211)
#F7F4DB
(247,244,219)
#F7F6E3
(247,246,227)
#F7F8EB
(247,248,235)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E6A3 color. Also use rgb(247,230,163) instead hex code.

Text Font Color

.myTextColor { color: #F7E6A3; }

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

This text font color is #F7E6A3.


Background Color

.myBgColor { background-color: #F7E6A3; }

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

This div background color is #F7E6A3.


Border color

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

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

This div border color is #F7E6A3.


Opacity

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

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

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

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

This text has shadow with #F7E6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E6A3 on black background.


Color preview on white background

This text has color #F7E6A3 on white background.



Black color preview on #F7E6A3 background

This text has black color on #F7E6A3 background.


White color preview on #F7E6A3 background

This text has white color on #F7E6A3 background.