COLOR #F7E7B2

HEX: #F7E7B2
RGB: (247,231,178)

Color info

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

RGB color model

#F7E7B2 color RGB value is (247,231,178).

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

RGB channels and saturation

R 247 of 255 = 97%
G 231 of 255 = 91%
B 178 of 255 = 70%

247
231
178

R + G + B ~ 86%. #F7E7B2 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 231 + 178 = 656 (100%)
R 247 of 656 ~ 37.65%
G 231 of 656 ~ 35.21%
B 178 of 656 ~ 27.13%

%37.65
%35.21
%27.13

CMYK color model

#F7E7B2 color CMYK value is (0,6,28,3).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 27.94%
  • key color value is 3.14%
CMYK:
(0,6,28,3)
C0M6Y28K3 
(0%,6%,28%,3%)
(0.00/0.06/0.28/0.03)	

CMYK percentages

%0
%6.48
%27.94
%3.14

Codes

Color #F7E7B2 in popluar color models

F7E7B2
RGB247231178
HSL46°81.18%83.33%
HSB/HSV46°27.94%96.86%
CMYK0.00%6.48%27.94%
3.14%

Color #F7E7B2 in popluar number systems.

HEXF7E7B2
Decimal247231178
Binary111101111110011110110010
Octal367347262

Shades and tints

Shades of #F7E7B2

#F7E7B2
(247,231,178)
#E1D2A2
(225,210,162)
#CBBD92
(203,189,146)
#B5A882
(181,168,130)
#9F9372
(159,147,114)
#897E62
(137,126,98)
#736952
(115,105,82)
#5D5442
(93,84,66)
#473F32
(71,63,50)
#312A22
(49,42,34)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #F7E7B2

#F7E7B2
(247,231,178)
#F7E9B9
(247,233,185)
#F7EBC0
(247,235,192)
#F7EDC7
(247,237,199)
#F7EFCE
(247,239,206)
#F7F1D5
(247,241,213)
#F7F3DC
(247,243,220)
#F7F5E3
(247,245,227)
#F7F7EA
(247,247,234)
#F7F9F1
(247,249,241)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E7B2; }

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

This text font color is #F7E7B2.


Background Color

.myBgColor { background-color: #F7E7B2; }

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

This div background color is #F7E7B2.


Border color

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

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

This div border color is #F7E7B2.


Opacity

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

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

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

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

This text has shadow with #F7E7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E7B2 on black background.


Color preview on white background

This text has color #F7E7B2 on white background.



Black color preview on #F7E7B2 background

This text has black color on #F7E7B2 background.


White color preview on #F7E7B2 background

This text has white color on #F7E7B2 background.