COLOR #F3EBDD

HEX: #F3EBDD RGB: (243,235,221)

Color info

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

RGB color model

#F3EBDD color RGB value is (243,235,221).

RGB: (243,235,221) (95%, 92%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 235 of 255 = 92%
B 221 of 255 = 87%

243
235
221

R + G + B ~ 91%. #F3EBDD is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 235 + 221 = 699 (100%)
R 243 of 699 ~ 34.76%
G 235 of 699 ~ 33.62%
B 221 of 699 ~ 31.62'%

%34.76
%33.62
%31.62

CMYK color model

#F3EBDD color CMYK value is (0,3,9,5).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK: (0,3,9,5) C0M3Y9K5 (0%,3%,9%,5%) (0.00/0.03/0.09/0.05) 

CMYK percentages

%0
%3.29
%9.05
%4.71

Codes

Color #F3EBDD in popluar color models

F3 EB DD
RGB 243 235 221
HSL 38° 47.83% 90.98%
HSB/HSV 38° 9.05% 95.29%
CMYK 0.00% 3.29% 9.05%
4.71%

Color #F3EBDD in popluar number systems.

HEX F3 EB DD
Decimal 243 235 221
Binary 11110011 11101011 11011101
Octal 363 353 335

Shades and tints

Shades of #F3EBDD

#F3EBDD
(243,235,221)
#DDD6C9
(221,214,201)
#C7C1B5
(199,193,181)
#B1ACA1
(177,172,161)
#9B978D
(155,151,141)
#858279
(133,130,121)
#6F6D65
(111,109,101)
#595851
(89,88,81)
#43433D
(67,67,61)
#2D2E29
(45,46,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #F3EBDD

#F3EBDD
(243,235,221)
#F4ECE0
(244,236,224)
#F5EDE3
(245,237,227)
#F6EEE6
(246,238,230)
#F7EFE9
(247,239,233)
#F8F0EC
(248,240,236)
#F9F1EF
(249,241,239)
#FAF2F2
(250,242,242)
#FBF3F5
(251,243,245)
#FCF4F8
(252,244,248)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EBDD; }

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

This text font color is #F3EBDD.

Background Color

.myBgColor { background-color: #F3EBDD; }

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

This div background color is #F3EBDD.

Border color

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

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

This div border color is #F3EBDD.

Opacity

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

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

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

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

This text has shadow with #F3EBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EBDD.

Preview

Color preview on black background

This text has color #F3EBDD on black background.


Color preview on white background

This text has color #F3EBDD on white background.


Black color preview on #F3EBDD background

This text has black color on #F3EBDD background.


White color preview on #F3EBDD background

This text has white color on #F3EBDD background.


Related colors

Complementary color

Complementary color for #hex is #0C1422.


I love getcolorcode.com

Triadic colors

1 #DDF3EB and #EBDDF3 with #F3EBDD are triadic colors.

2 #DDEBF3 and #EBF3DD with #F3EBDD are triadic colors.