COLOR #F3EDD1

HEX: #F3EDD1
RGB: (243,237,209)

Color info

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

RGB color model

#F3EDD1 color RGB value is (243,237,209).

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

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 209 of 255 = 82%

243
237
209

R + G + B ~ 90%. #F3EDD1 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 237 + 209 = 689 (100%)
R 243 of 689 ~ 35.27%
G 237 of 689 ~ 34.4%
B 209 of 689 ~ 30.33%

%35.27
%34.4
%30.33

CMYK color model

#F3EDD1 color CMYK value is (0,2,14,5).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 13.99%
  • key color value is 4.71%
CMYK:
(0,2,14,5)
C0M2Y14K5 
(0%,2%,14%,5%)
(0.00/0.02/0.14/0.05)	

CMYK percentages

%0
%2.47
%13.99
%4.71

Codes

Color #F3EDD1 in popluar color models

F3EDD1
RGB243237209
HSL49°58.62%88.63%
HSB/HSV49°13.99%95.29%
CMYK0.00%2.47%13.99%
4.71%

Color #F3EDD1 in popluar number systems.

HEXF3EDD1
Decimal243237209
Binary111100111110110111010001
Octal363355321

Shades and tints

Shades of #F3EDD1

#F3EDD1
(243,237,209)
#DDD8BE
(221,216,190)
#C7C3AB
(199,195,171)
#B1AE98
(177,174,152)
#9B9985
(155,153,133)
#858472
(133,132,114)
#6F6F5F
(111,111,95)
#595A4C
(89,90,76)
#434539
(67,69,57)
#2D3026
(45,48,38)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #F3EDD1

#F3EDD1
(243,237,209)
#F4EED5
(244,238,213)
#F5EFD9
(245,239,217)
#F6F0DD
(246,240,221)
#F7F1E1
(247,241,225)
#F8F2E5
(248,242,229)
#F9F3E9
(249,243,233)
#FAF4ED
(250,244,237)
#FBF5F1
(251,245,241)
#FCF6F5
(252,246,245)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDD1; }

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

This text font color is #F3EDD1.


Background Color

.myBgColor { background-color: #F3EDD1; }

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

This div background color is #F3EDD1.


Border color

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

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

This div border color is #F3EDD1.


Opacity

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

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

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

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

This text has shadow with #F3EDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EDD1 on black background.


Color preview on white background

This text has color #F3EDD1 on white background.



Black color preview on #F3EDD1 background

This text has black color on #F3EDD1 background.


White color preview on #F3EDD1 background

This text has white color on #F3EDD1 background.