COLOR #F3F7E6

HEX: #F3F7E6
RGB: (243,247,230)

Color info

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

RGB color model

#F3F7E6 color RGB value is (243,247,230).

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

RGB channels and saturation

R 243 of 255 = 95%
G 247 of 255 = 97%
B 230 of 255 = 90%

243
247
230

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

Portions of RGB colors in percentages

R + G + B =
243 + 247 + 230 = 720 (100%)
R 243 of 720 ~ 33.75%
G 247 of 720 ~ 34.31%
B 230 of 720 ~ 31.94%

%33.75
%34.31
%31.94

CMYK color model

#F3F7E6 color CMYK value is (2,0,7,3).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(2,0,7,3)
C2M0Y7K3 
(2%,0%,7%,3%)
(0.02/0.00/0.07/0.03)	

CMYK percentages

%1.62
%0
%6.88
%3.14

Codes

Color #F3F7E6 in popluar color models

F3F7E6
RGB243247230
HSL74°51.52%93.53%
HSB/HSV74°6.88%96.86%
CMYK1.62%0.00%6.88%
3.14%

Color #F3F7E6 in popluar number systems.

HEXF3F7E6
Decimal243247230
Binary111100111111011111100110
Octal363367346

Shades and tints

Shades of #F3F7E6

#F3F7E6
(243,247,230)
#DDE1D2
(221,225,210)
#C7CBBE
(199,203,190)
#B1B5AA
(177,181,170)
#9B9F96
(155,159,150)
#858982
(133,137,130)
#6F736E
(111,115,110)
#595D5A
(89,93,90)
#434746
(67,71,70)
#2D3132
(45,49,50)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #F3F7E6

#F3F7E6
(243,247,230)
#F4F7E8
(244,247,232)
#F5F7EA
(245,247,234)
#F6F7EC
(246,247,236)
#F7F7EE
(247,247,238)
#F8F7F0
(248,247,240)
#F9F7F2
(249,247,242)
#FAF7F4
(250,247,244)
#FBF7F6
(251,247,246)
#FCF7F8
(252,247,248)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F7E6; }

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

This text font color is #F3F7E6.


Background Color

.myBgColor { background-color: #F3F7E6; }

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

This div background color is #F3F7E6.


Border color

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

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

This div border color is #F3F7E6.


Opacity

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

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

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

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

This text has shadow with #F3F7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F7E6 on black background.


Color preview on white background

This text has color #F3F7E6 on white background.



Black color preview on #F3F7E6 background

This text has black color on #F3F7E6 background.


White color preview on #F3F7E6 background

This text has white color on #F3F7E6 background.