COLOR #F7E2B3

HEX: #F7E2B3
RGB: (247,226,179)

Color info

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

RGB color model

#F7E2B3 color RGB value is (247,226,179).

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

RGB channels and saturation

R 247 of 255 = 97%
G 226 of 255 = 89%
B 179 of 255 = 70%

247
226
179

R + G + B ~ 85%. #F7E2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 226 + 179 = 652 (100%)
R 247 of 652 ~ 37.88%
G 226 of 652 ~ 34.66%
B 179 of 652 ~ 27.45%

%37.88
%34.66
%27.45

CMYK color model

#F7E2B3 color CMYK value is (0,9,28,3).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 27.53%
  • key color value is 3.14%
CMYK:
(0,9,28,3)
C0M9Y28K3 
(0%,9%,28%,3%)
(0.00/0.09/0.28/0.03)	

CMYK percentages

%0
%8.5
%27.53
%3.14

Codes

Color #F7E2B3 in popluar color models

F7E2B3
RGB247226179
HSL41°80.95%83.53%
HSB/HSV41°27.53%96.86%
CMYK0.00%8.50%27.53%
3.14%

Color #F7E2B3 in popluar number systems.

HEXF7E2B3
Decimal247226179
Binary111101111110001010110011
Octal367342263

Shades and tints

Shades of #F7E2B3

#F7E2B3
(247,226,179)
#E1CEA3
(225,206,163)
#CBBA93
(203,186,147)
#B5A683
(181,166,131)
#9F9273
(159,146,115)
#897E63
(137,126,99)
#736A53
(115,106,83)
#5D5643
(93,86,67)
#474233
(71,66,51)
#312E23
(49,46,35)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #F7E2B3

#F7E2B3
(247,226,179)
#F7E4B9
(247,228,185)
#F7E6BF
(247,230,191)
#F7E8C5
(247,232,197)
#F7EACB
(247,234,203)
#F7ECD1
(247,236,209)
#F7EED7
(247,238,215)
#F7F0DD
(247,240,221)
#F7F2E3
(247,242,227)
#F7F4E9
(247,244,233)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E2B3; }

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

This text font color is #F7E2B3.


Background Color

.myBgColor { background-color: #F7E2B3; }

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

This div background color is #F7E2B3.


Border color

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

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

This div border color is #F7E2B3.


Opacity

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

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

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

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

This text has shadow with #F7E2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E2B3 on black background.


Color preview on white background

This text has color #F7E2B3 on white background.



Black color preview on #F7E2B3 background

This text has black color on #F7E2B3 background.


White color preview on #F7E2B3 background

This text has white color on #F7E2B3 background.