COLOR #F3EDD6

HEX: #F3EDD6
RGB: (243,237,214)

Color info

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

RGB color model

#F3EDD6 color RGB value is (243,237,214).

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

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 214 of 255 = 84%

243
237
214

R + G + B ~ 91%. #F3EDD6 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 237 + 214 = 694 (100%)
R 243 of 694 ~ 35.01%
G 237 of 694 ~ 34.15%
B 214 of 694 ~ 30.84%

%35.01
%34.15
%30.84

CMYK color model

#F3EDD6 color CMYK value is (0,2,12,5).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 11.93%
  • key color value is 4.71%
CMYK:
(0,2,12,5)
C0M2Y12K5 
(0%,2%,12%,5%)
(0.00/0.02/0.12/0.05)	

CMYK percentages

%0
%2.47
%11.93
%4.71

Codes

Color #F3EDD6 in popluar color models

F3EDD6
RGB243237214
HSL48°54.72%89.61%
HSB/HSV48°11.93%95.29%
CMYK0.00%2.47%11.93%
4.71%

Color #F3EDD6 in popluar number systems.

HEXF3EDD6
Decimal243237214
Binary111100111110110111010110
Octal363355326

Shades and tints

Shades of #F3EDD6

#F3EDD6
(243,237,214)
#DDD8C3
(221,216,195)
#C7C3B0
(199,195,176)
#B1AE9D
(177,174,157)
#9B998A
(155,153,138)
#858477
(133,132,119)
#6F6F64
(111,111,100)
#595A51
(89,90,81)
#43453E
(67,69,62)
#2D302B
(45,48,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #F3EDD6

#F3EDD6
(243,237,214)
#F4EED9
(244,238,217)
#F5EFDC
(245,239,220)
#F6F0DF
(246,240,223)
#F7F1E2
(247,241,226)
#F8F2E5
(248,242,229)
#F9F3E8
(249,243,232)
#FAF4EB
(250,244,235)
#FBF5EE
(251,245,238)
#FCF6F1
(252,246,241)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDD6; }

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

This text font color is #F3EDD6.


Background Color

.myBgColor { background-color: #F3EDD6; }

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

This div background color is #F3EDD6.


Border color

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

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

This div border color is #F3EDD6.


Opacity

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

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

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

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

This text has shadow with #F3EDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EDD6 on black background.


Color preview on white background

This text has color #F3EDD6 on white background.



Black color preview on #F3EDD6 background

This text has black color on #F3EDD6 background.


White color preview on #F3EDD6 background

This text has white color on #F3EDD6 background.