COLOR #F3EBCC

HEX: #F3EBCC
RGB: (243,235,204)

Color info

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

RGB color model

#F3EBCC color RGB value is (243,235,204).

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

RGB channels and saturation

R 243 of 255 = 95%
G 235 of 255 = 92%
B 204 of 255 = 80%

243
235
204

R + G + B ~ 89%. #F3EBCC is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 235 + 204 = 682 (100%)
R 243 of 682 ~ 35.63%
G 235 of 682 ~ 34.46%
B 204 of 682 ~ 29.91%

%35.63
%34.46
%29.91

CMYK color model

#F3EBCC color CMYK value is (0,3,16,5).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 16.05%
  • key color value is 4.71%
CMYK:
(0,3,16,5)
C0M3Y16K5 
(0%,3%,16%,5%)
(0.00/0.03/0.16/0.05)	

CMYK percentages

%0
%3.29
%16.05
%4.71

Codes

Color #F3EBCC in popluar color models

F3EBCC
RGB243235204
HSL48°61.90%87.65%
HSB/HSV48°16.05%95.29%
CMYK0.00%3.29%16.05%
4.71%

Color #F3EBCC in popluar number systems.

HEXF3EBCC
Decimal243235204
Binary111100111110101111001100
Octal363353314

Shades and tints

Shades of #F3EBCC

#F3EBCC
(243,235,204)
#DDD6BA
(221,214,186)
#C7C1A8
(199,193,168)
#B1AC96
(177,172,150)
#9B9784
(155,151,132)
#858272
(133,130,114)
#6F6D60
(111,109,96)
#59584E
(89,88,78)
#43433C
(67,67,60)
#2D2E2A
(45,46,42)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #F3EBCC

#F3EBCC
(243,235,204)
#F4ECD0
(244,236,208)
#F5EDD4
(245,237,212)
#F6EED8
(246,238,216)
#F7EFDC
(247,239,220)
#F8F0E0
(248,240,224)
#F9F1E4
(249,241,228)
#FAF2E8
(250,242,232)
#FBF3EC
(251,243,236)
#FCF4F0
(252,244,240)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EBCC; }

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

This text font color is #F3EBCC.


Background Color

.myBgColor { background-color: #F3EBCC; }

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

This div background color is #F3EBCC.


Border color

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

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

This div border color is #F3EBCC.


Opacity

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

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

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

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

This text has shadow with #F3EBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EBCC on black background.


Color preview on white background

This text has color #F3EBCC on white background.



Black color preview on #F3EBCC background

This text has black color on #F3EBCC background.


White color preview on #F3EBCC background

This text has white color on #F3EBCC background.