COLOR #F3EAF7

HEX: #F3EAF7
RGB: (243,234,247)

Color info

#F3EAF7 contains red, green and blue colors in about the same proportion. Web safe color of #F3EAF7 is #FFFFFF (or #FFF).

RGB color model

#F3EAF7 color RGB value is (243,234,247).

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

RGB channels and saturation

R 243 of 255 = 95%
G 234 of 255 = 92%
B 247 of 255 = 97%

243
234
247

R + G + B ~ 95%. #F3EAF7 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 234 + 247 = 724 (100%)
R 243 of 724 ~ 33.56%
G 234 of 724 ~ 32.32%
B 247 of 724 ~ 34.12%

%33.56
%32.32
%34.12

CMYK color model

#F3EAF7 color CMYK value is (2,5,0,3).

  • cyan value is 1.62%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(2,5,0,3)
C2M5Y0K3 
(2%,5%,0%,3%)
(0.02/0.05/0.00/0.03)	

CMYK percentages

%1.62
%5.26
%0
%3.14

Codes

Color #F3EAF7 in popluar color models

F3EAF7
RGB243234247
HSL282°44.83%94.31%
HSB/HSV282°5.26%96.86%
CMYK1.62%5.26%0.00%
3.14%

Color #F3EAF7 in popluar number systems.

HEXF3EAF7
Decimal243234247
Binary111100111110101011110111
Octal363352367

Shades and tints

Shades of #F3EAF7

#F3EAF7
(243,234,247)
#DDD5E1
(221,213,225)
#C7C0CB
(199,192,203)
#B1ABB5
(177,171,181)
#9B969F
(155,150,159)
#858189
(133,129,137)
#6F6C73
(111,108,115)
#59575D
(89,87,93)
#434247
(67,66,71)
#2D2D31
(45,45,49)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #F3EAF7

#F3EAF7
(243,234,247)
#F4EBF7
(244,235,247)
#F5ECF7
(245,236,247)
#F6EDF7
(246,237,247)
#F7EEF7
(247,238,247)
#F8EFF7
(248,239,247)
#F9F0F7
(249,240,247)
#FAF1F7
(250,241,247)
#FBF2F7
(251,242,247)
#FCF3F7
(252,243,247)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EAF7; }

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

This text font color is #F3EAF7.


Background Color

.myBgColor { background-color: #F3EAF7; }

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

This div background color is #F3EAF7.


Border color

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

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

This div border color is #F3EAF7.


Opacity

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

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

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

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

This text has shadow with #F3EAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EAF7 on black background.


Color preview on white background

This text has color #F3EAF7 on white background.



Black color preview on #F3EAF7 background

This text has black color on #F3EAF7 background.


White color preview on #F3EAF7 background

This text has white color on #F3EAF7 background.