COLOR #F7E396

HEX: #F7E396
RGB: (247,227,150)

Color info

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

RGB color model

#F7E396 color RGB value is (247,227,150).

  • red value is 247;
  • green value is 227;
  • blue value is 150.
RGB:
(247,227,150)
(97%,89%,59%)

RGB channels and saturation

R 247 of 255 = 97%
G 227 of 255 = 89%
B 150 of 255 = 59%

247
227
150

R + G + B ~ 82%. #F7E396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 227 + 150 = 624 (100%)
R 247 of 624 ~ 39.58%
G 227 of 624 ~ 36.38%
B 150 of 624 ~ 24.04%

%39.58
%36.38
%24.04

CMYK color model

#F7E396 color CMYK value is (0,8,39,3).

  • cyan value is 0.00%
  • magenta value is 8.10%
  • yellow value is 39.27%
  • key color value is 3.14%
CMYK:
(0,8,39,3)
C0M8Y39K3 
(0%,8%,39%,3%)
(0.00/0.08/0.39/0.03)	

CMYK percentages

%0
%8.1
%39.27
%3.14

Codes

Color #F7E396 in popluar color models

F7E396
RGB247227150
HSL48°85.84%77.84%
HSB/HSV48°39.27%96.86%
CMYK0.00%8.10%39.27%
3.14%

Color #F7E396 in popluar number systems.

HEXF7E396
Decimal247227150
Binary111101111110001110010110
Octal367343226

Shades and tints

Shades of #F7E396

#F7E396
(247,227,150)
#E1CF89
(225,207,137)
#CBBB7C
(203,187,124)
#B5A76F
(181,167,111)
#9F9362
(159,147,98)
#897F55
(137,127,85)
#736B48
(115,107,72)
#5D573B
(93,87,59)
#47432E
(71,67,46)
#312F21
(49,47,33)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #F7E396

#F7E396
(247,227,150)
#F7E59F
(247,229,159)
#F7E7A8
(247,231,168)
#F7E9B1
(247,233,177)
#F7EBBA
(247,235,186)
#F7EDC3
(247,237,195)
#F7EFCC
(247,239,204)
#F7F1D5
(247,241,213)
#F7F3DE
(247,243,222)
#F7F5E7
(247,245,231)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E396 color. Also use rgb(247,227,150) instead hex code.

Text Font Color

.myTextColor { color: #F7E396; }

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

This text font color is #F7E396.


Background Color

.myBgColor { background-color: #F7E396; }

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

This div background color is #F7E396.


Border color

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

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

This div border color is #F7E396.


Opacity

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

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

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

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

This text has shadow with #F7E396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E396 on black background.


Color preview on white background

This text has color #F7E396 on white background.



Black color preview on #F7E396 background

This text has black color on #F7E396 background.


White color preview on #F7E396 background

This text has white color on #F7E396 background.