COLOR #F3EAED

HEX: #F3EAED
RGB: (243,234,237)

Color info

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

RGB color model

#F3EAED color RGB value is (243,234,237).

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

RGB channels and saturation

R 243 of 255 = 95%
G 234 of 255 = 92%
B 237 of 255 = 93%

243
234
237

R + G + B ~ 93%. #F3EAED is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 234 + 237 = 714 (100%)
R 243 of 714 ~ 34.03%
G 234 of 714 ~ 32.77%
B 237 of 714 ~ 33.19%

%34.03
%32.77
%33.19

CMYK color model

#F3EAED color CMYK value is (0,4,2,5).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(0,4,2,5)
C0M4Y2K5 
(0%,4%,2%,5%)
(0.00/0.04/0.02/0.05)	

CMYK percentages

%0
%3.7
%2.47
%4.71

Codes

Color #F3EAED in popluar color models

F3EAED
RGB243234237
HSL340°27.27%93.53%
HSB/HSV340°3.70%95.29%
CMYK0.00%3.70%2.47%
4.71%

Color #F3EAED in popluar number systems.

HEXF3EAED
Decimal243234237
Binary111100111110101011101101
Octal363352355

Shades and tints

Shades of #F3EAED

#F3EAED
(243,234,237)
#DDD5D8
(221,213,216)
#C7C0C3
(199,192,195)
#B1ABAE
(177,171,174)
#9B9699
(155,150,153)
#858184
(133,129,132)
#6F6C6F
(111,108,111)
#59575A
(89,87,90)
#434245
(67,66,69)
#2D2D30
(45,45,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #F3EAED

#F3EAED
(243,234,237)
#F4EBEE
(244,235,238)
#F5ECEF
(245,236,239)
#F6EDF0
(246,237,240)
#F7EEF1
(247,238,241)
#F8EFF2
(248,239,242)
#F9F0F3
(249,240,243)
#FAF1F4
(250,241,244)
#FBF2F5
(251,242,245)
#FCF3F6
(252,243,246)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EAED; }

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

This text font color is #F3EAED.


Background Color

.myBgColor { background-color: #F3EAED; }

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

This div background color is #F3EAED.


Border color

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

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

This div border color is #F3EAED.


Opacity

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

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

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

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

This text has shadow with #F3EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EAED on black background.


Color preview on white background

This text has color #F3EAED on white background.



Black color preview on #F3EAED background

This text has black color on #F3EAED background.


White color preview on #F3EAED background

This text has white color on #F3EAED background.