COLOR #F3EDEB

HEX: #F3EDEB
RGB: (243,237,235)

Color info

#F3EDEB contains red, green and blue colors in about the same proportion. Web safe color of #F3EDEB is #FFFFFF (or #FFF).

RGB color model

#F3EDEB color RGB value is (243,237,235).

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

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 235 of 255 = 92%

243
237
235

R + G + B ~ 93%. #F3EDEB is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 237 + 235 = 715 (100%)
R 243 of 715 ~ 33.99%
G 237 of 715 ~ 33.15%
B 235 of 715 ~ 32.87%

%33.99
%33.15
%32.87

CMYK color model

#F3EDEB color CMYK value is (0,2,3,5).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 3.29%
  • key color value is 4.71%
CMYK:
(0,2,3,5)
C0M2Y3K5 
(0%,2%,3%,5%)
(0.00/0.02/0.03/0.05)	

CMYK percentages

%0
%2.47
%3.29
%4.71

Codes

Color #F3EDEB in popluar color models

F3EDEB
RGB243237235
HSL15°25.00%93.73%
HSB/HSV15°3.29%95.29%
CMYK0.00%2.47%3.29%
4.71%

Color #F3EDEB in popluar number systems.

HEXF3EDEB
Decimal243237235
Binary111100111110110111101011
Octal363355353

Shades and tints

Shades of #F3EDEB

#F3EDEB
(243,237,235)
#DDD8D6
(221,216,214)
#C7C3C1
(199,195,193)
#B1AEAC
(177,174,172)
#9B9997
(155,153,151)
#858482
(133,132,130)
#6F6F6D
(111,111,109)
#595A58
(89,90,88)
#434543
(67,69,67)
#2D302E
(45,48,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #F3EDEB

#F3EDEB
(243,237,235)
#F4EEEC
(244,238,236)
#F5EFED
(245,239,237)
#F6F0EE
(246,240,238)
#F7F1EF
(247,241,239)
#F8F2F0
(248,242,240)
#F9F3F1
(249,243,241)
#FAF4F2
(250,244,242)
#FBF5F3
(251,245,243)
#FCF6F4
(252,246,244)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDEB; }

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

This text font color is #F3EDEB.


Background Color

.myBgColor { background-color: #F3EDEB; }

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

This div background color is #F3EDEB.


Border color

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

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

This div border color is #F3EDEB.


Opacity

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

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

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

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

This text has shadow with #F3EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EDEB on black background.


Color preview on white background

This text has color #F3EDEB on white background.



Black color preview on #F3EDEB background

This text has black color on #F3EDEB background.


White color preview on #F3EDEB background

This text has white color on #F3EDEB background.