COLOR #F3EBB5

HEX: #F3EBB5
RGB: (243,235,181)

Color info

#F3EBB5 contains mainly red and green colors. Web safe color of #F3EBB5 is #FFFFCC (or #FFC).

RGB color model

#F3EBB5 color RGB value is (243,235,181).

  • red value is 243;
  • green value is 235;
  • blue value is 181.
RGB:
(243,235,181)
(95%,92%,71%)

RGB channels and saturation

R 243 of 255 = 95%
G 235 of 255 = 92%
B 181 of 255 = 71%

243
235
181

R + G + B ~ 86%. #F3EBB5 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 235 + 181 = 659 (100%)
R 243 of 659 ~ 36.87%
G 235 of 659 ~ 35.66%
B 181 of 659 ~ 27.47%

%36.87
%35.66
%27.47

CMYK color model

#F3EBB5 color CMYK value is (0,3,26,5).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 25.51%
  • key color value is 4.71%
CMYK:
(0,3,26,5)
C0M3Y26K5 
(0%,3%,26%,5%)
(0.00/0.03/0.26/0.05)	

CMYK percentages

%0
%3.29
%25.51
%4.71

Codes

Color #F3EBB5 in popluar color models

F3EBB5
RGB243235181
HSL52°72.09%83.14%
HSB/HSV52°25.51%95.29%
CMYK0.00%3.29%25.51%
4.71%

Color #F3EBB5 in popluar number systems.

HEXF3EBB5
Decimal243235181
Binary111100111110101110110101
Octal363353265

Shades and tints

Shades of #F3EBB5

#F3EBB5
(243,235,181)
#DDD6A5
(221,214,165)
#C7C195
(199,193,149)
#B1AC85
(177,172,133)
#9B9775
(155,151,117)
#858265
(133,130,101)
#6F6D55
(111,109,85)
#595845
(89,88,69)
#434335
(67,67,53)
#2D2E25
(45,46,37)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #F3EBB5

#F3EBB5
(243,235,181)
#F4ECBB
(244,236,187)
#F5EDC1
(245,237,193)
#F6EEC7
(246,238,199)
#F7EFCD
(247,239,205)
#F8F0D3
(248,240,211)
#F9F1D9
(249,241,217)
#FAF2DF
(250,242,223)
#FBF3E5
(251,243,229)
#FCF4EB
(252,244,235)
#FDF5F1
(253,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EBB5 color. Also use rgb(243,235,181) instead hex code.

Text Font Color

.myTextColor { color: #F3EBB5; }

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

This text font color is #F3EBB5.


Background Color

.myBgColor { background-color: #F3EBB5; }

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

This div background color is #F3EBB5.


Border color

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

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

This div border color is #F3EBB5.


Opacity

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

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

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

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

This text has shadow with #F3EBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EBB5 on black background.


Color preview on white background

This text has color #F3EBB5 on white background.



Black color preview on #F3EBB5 background

This text has black color on #F3EBB5 background.


White color preview on #F3EBB5 background

This text has white color on #F3EBB5 background.