COLOR #F3EDBF

HEX: #F3EDBF
RGB: (243,237,191)

Color info

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

RGB color model

#F3EDBF color RGB value is (243,237,191).

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

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 191 of 255 = 75%

243
237
191

R + G + B ~ 88%. #F3EDBF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 237 + 191 = 671 (100%)
R 243 of 671 ~ 36.21%
G 237 of 671 ~ 35.32%
B 191 of 671 ~ 28.46%

%36.21
%35.32
%28.46

CMYK color model

#F3EDBF color CMYK value is (0,2,21,5).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 21.40%
  • key color value is 4.71%
CMYK:
(0,2,21,5)
C0M2Y21K5 
(0%,2%,21%,5%)
(0.00/0.02/0.21/0.05)	

CMYK percentages

%0
%2.47
%21.4
%4.71

Codes

Color #F3EDBF in popluar color models

F3EDBF
RGB243237191
HSL53°68.42%85.10%
HSB/HSV53°21.40%95.29%
CMYK0.00%2.47%21.40%
4.71%

Color #F3EDBF in popluar number systems.

HEXF3EDBF
Decimal243237191
Binary111100111110110110111111
Octal363355277

Shades and tints

Shades of #F3EDBF

#F3EDBF
(243,237,191)
#DDD8AE
(221,216,174)
#C7C39D
(199,195,157)
#B1AE8C
(177,174,140)
#9B997B
(155,153,123)
#85846A
(133,132,106)
#6F6F59
(111,111,89)
#595A48
(89,90,72)
#434537
(67,69,55)
#2D3026
(45,48,38)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #F3EDBF

#F3EDBF
(243,237,191)
#F4EEC4
(244,238,196)
#F5EFC9
(245,239,201)
#F6F0CE
(246,240,206)
#F7F1D3
(247,241,211)
#F8F2D8
(248,242,216)
#F9F3DD
(249,243,221)
#FAF4E2
(250,244,226)
#FBF5E7
(251,245,231)
#FCF6EC
(252,246,236)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDBF; }

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

This text font color is #F3EDBF.


Background Color

.myBgColor { background-color: #F3EDBF; }

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

This div background color is #F3EDBF.


Border color

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

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

This div border color is #F3EDBF.


Opacity

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

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

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

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

This text has shadow with #F3EDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EDBF on black background.


Color preview on white background

This text has color #F3EDBF on white background.



Black color preview on #F3EDBF background

This text has black color on #F3EDBF background.


White color preview on #F3EDBF background

This text has white color on #F3EDBF background.