COLOR #F3F7E2

HEX: #F3F7E2
RGB: (243,247,226)

Color info

#F3F7E2 contains red, green and blue colors in about the same proportion. Web safe color of #F3F7E2 is #FFFFCC (or #FFC).

RGB color model

#F3F7E2 color RGB value is (243,247,226).

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

RGB channels and saturation

R 243 of 255 = 95%
G 247 of 255 = 97%
B 226 of 255 = 89%

243
247
226

R + G + B ~ 94%. #F3F7E2 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 247 + 226 = 716 (100%)
R 243 of 716 ~ 33.94%
G 247 of 716 ~ 34.5%
B 226 of 716 ~ 31.56%

%33.94
%34.5
%31.56

CMYK color model

#F3F7E2 color CMYK value is (2,0,9,3).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK:
(2,0,9,3)
C2M0Y9K3 
(2%,0%,9%,3%)
(0.02/0.00/0.09/0.03)	

CMYK percentages

%1.62
%0
%8.5
%3.14

Codes

Color #F3F7E2 in popluar color models

F3F7E2
RGB243247226
HSL71°56.76%92.75%
HSB/HSV71°8.50%96.86%
CMYK1.62%0.00%8.50%
3.14%

Color #F3F7E2 in popluar number systems.

HEXF3F7E2
Decimal243247226
Binary111100111111011111100010
Octal363367342

Shades and tints

Shades of #F3F7E2

#F3F7E2
(243,247,226)
#DDE1CE
(221,225,206)
#C7CBBA
(199,203,186)
#B1B5A6
(177,181,166)
#9B9F92
(155,159,146)
#85897E
(133,137,126)
#6F736A
(111,115,106)
#595D56
(89,93,86)
#434742
(67,71,66)
#2D312E
(45,49,46)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #F3F7E2

#F3F7E2
(243,247,226)
#F4F7E4
(244,247,228)
#F5F7E6
(245,247,230)
#F6F7E8
(246,247,232)
#F7F7EA
(247,247,234)
#F8F7EC
(248,247,236)
#F9F7EE
(249,247,238)
#FAF7F0
(250,247,240)
#FBF7F2
(251,247,242)
#FCF7F4
(252,247,244)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F7E2; }

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

This text font color is #F3F7E2.


Background Color

.myBgColor { background-color: #F3F7E2; }

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

This div background color is #F3F7E2.


Border color

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

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

This div border color is #F3F7E2.


Opacity

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

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

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

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

This text has shadow with #F3F7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F7E2 on black background.


Color preview on white background

This text has color #F3F7E2 on white background.



Black color preview on #F3F7E2 background

This text has black color on #F3F7E2 background.


White color preview on #F3F7E2 background

This text has white color on #F3F7E2 background.