COLOR #F3EBCB

HEX: #F3EBCB
RGB: (243,235,203)

Color info

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

RGB color model

#F3EBCB color RGB value is (243,235,203).

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

RGB channels and saturation

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

243
235
203

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

Portions of RGB colors in percentages

R + G + B =
243 + 235 + 203 = 681 (100%)
R 243 of 681 ~ 35.68%
G 235 of 681 ~ 34.51%
B 203 of 681 ~ 29.81%

%35.68
%34.51
%29.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 16.46%
  • 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.46
%4.71

Codes

Color #F3EBCB in popluar color models

F3EBCB
RGB243235203
HSL48°62.50%87.45%
HSB/HSV48°16.46%95.29%
CMYK0.00%3.29%16.46%
4.71%

Color #F3EBCB in popluar number systems.

HEXF3EBCB
Decimal243235203
Binary111100111110101111001011
Octal363353313

Shades and tints

Shades of #F3EBCB

#F3EBCB
(243,235,203)
#DDD6B9
(221,214,185)
#C7C1A7
(199,193,167)
#B1AC95
(177,172,149)
#9B9783
(155,151,131)
#858271
(133,130,113)
#6F6D5F
(111,109,95)
#59584D
(89,88,77)
#43433B
(67,67,59)
#2D2E29
(45,46,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #F3EBCB

#F3EBCB
(243,235,203)
#F4ECCF
(244,236,207)
#F5EDD3
(245,237,211)
#F6EED7
(246,238,215)
#F7EFDB
(247,239,219)
#F8F0DF
(248,240,223)
#F9F1E3
(249,241,227)
#FAF2E7
(250,242,231)
#FBF3EB
(251,243,235)
#FCF4EF
(252,244,239)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EBCB; }

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

This text font color is #F3EBCB.


Background Color

.myBgColor { background-color: #F3EBCB; }

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

This div background color is #F3EBCB.


Border color

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

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

This div border color is #F3EBCB.


Opacity

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

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

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

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

This text has shadow with #F3EBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EBCB on black background.


Color preview on white background

This text has color #F3EBCB on white background.



Black color preview on #F3EBCB background

This text has black color on #F3EBCB background.


White color preview on #F3EBCB background

This text has white color on #F3EBCB background.