COLOR #F3EFA0

HEX: #F3EFA0
RGB: (243,239,160)

Color info

#F3EFA0 contains mainly red and green colors. Web safe color of #F3EFA0 is #FFFF99 (or #FF9).

RGB color model

#F3EFA0 color RGB value is (243,239,160).

  • red value is 243;
  • green value is 239;
  • blue value is 160.
RGB:
(243,239,160)
(95%,94%,63%)

RGB channels and saturation

R 243 of 255 = 95%
G 239 of 255 = 94%
B 160 of 255 = 63%

243
239
160

R + G + B ~ 84%. #F3EFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 239 + 160 = 642 (100%)
R 243 of 642 ~ 37.85%
G 239 of 642 ~ 37.23%
B 160 of 642 ~ 24.92%

%37.85
%37.23
%24.92

CMYK color model

#F3EFA0 color CMYK value is (0,2,34,5).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 34.16%
  • key color value is 4.71%
CMYK:
(0,2,34,5)
C0M2Y34K5 
(0%,2%,34%,5%)
(0.00/0.02/0.34/0.05)	

CMYK percentages

%0
%1.65
%34.16
%4.71

Codes

Color #F3EFA0 in popluar color models

F3EFA0
RGB243239160
HSL57°77.57%79.02%
HSB/HSV57°34.16%95.29%
CMYK0.00%1.65%34.16%
4.71%

Color #F3EFA0 in popluar number systems.

HEXF3EFA0
Decimal243239160
Binary111100111110111110100000
Octal363357240

Shades and tints

Shades of #F3EFA0

#F3EFA0
(243,239,160)
#DDDA92
(221,218,146)
#C7C584
(199,197,132)
#B1B076
(177,176,118)
#9B9B68
(155,155,104)
#85865A
(133,134,90)
#6F714C
(111,113,76)
#595C3E
(89,92,62)
#434730
(67,71,48)
#2D3222
(45,50,34)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #F3EFA0

#F3EFA0
(243,239,160)
#F4F0A8
(244,240,168)
#F5F1B0
(245,241,176)
#F6F2B8
(246,242,184)
#F7F3C0
(247,243,192)
#F8F4C8
(248,244,200)
#F9F5D0
(249,245,208)
#FAF6D8
(250,246,216)
#FBF7E0
(251,247,224)
#FCF8E8
(252,248,232)
#FDF9F0
(253,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EFA0 color. Also use rgb(243,239,160) instead hex code.

Text Font Color

.myTextColor { color: #F3EFA0; }

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

This text font color is #F3EFA0.


Background Color

.myBgColor { background-color: #F3EFA0; }

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

This div background color is #F3EFA0.


Border color

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

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

This div border color is #F3EFA0.


Opacity

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

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

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

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

This text has shadow with #F3EFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EFA0 on black background.


Color preview on white background

This text has color #F3EFA0 on white background.



Black color preview on #F3EFA0 background

This text has black color on #F3EFA0 background.


White color preview on #F3EFA0 background

This text has white color on #F3EFA0 background.