COLOR #F3EDE3

HEX: #F3EDE3 RGB: (243,237,227)

Color info

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

RGB color model

#F3EDE3 color RGB value is (243,237,227).

RGB: (243,237,227) (95%, 93%, 89%)

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 227 of 255 = 89%

243
237
227

R + G + B ~ 92%. #F3EDE3 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 237 + 227 = 707 (100%)
R 243 of 707 ~ 34.37%
G 237 of 707 ~ 33.52%
B 227 of 707 ~ 32.11'%

%34.37
%33.52
%32.11

CMYK color model

#F3EDE3 color CMYK value is (0,2,7,5).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 6.58%
  • key color value is 4.71%

CMYK: (0,2,7,5)
C0M2Y7K5 (0%, 2%, 7%, 5%)
(0.00 / 0.02 / 0.07 / 0.05)

CMYK percentages

%0
%2.47
%6.58
%4.71

Codes

Color #F3EDE3 in popluar color models

F3 ED E3
RGB 243 237 227
HSL 38° 40.00% 92.16%
HSB/HSV 38° 6.58% 95.29%
CMYK 0.00% 2.47% 6.58%
4.71%

Color #F3EDE3 in popluar number systems.

HEX F3 ED E3
Decimal 243 237 227
Binary 11110011 11101101 11100011
Octal 363 355 343

Shades and tints

Shades of #F3EDE3

#F3EDE3
(243,237,227)
#DDD8CF
(221,216,207)
#C7C3BB
(199,195,187)
#B1AEA7
(177,174,167)
#9B9993
(155,153,147)
#85847F
(133,132,127)
#6F6F6B
(111,111,107)
#595A57
(89,90,87)
#434543
(67,69,67)
#2D302F
(45,48,47)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #F3EDE3

#F3EDE3
(243,237,227)
#F4EEE5
(244,238,229)
#F5EFE7
(245,239,231)
#F6F0E9
(246,240,233)
#F7F1EB
(247,241,235)
#F8F2ED
(248,242,237)
#F9F3EF
(249,243,239)
#FAF4F1
(250,244,241)
#FBF5F3
(251,245,243)
#FCF6F5
(252,246,245)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDE3; }

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

This text font color is #F3EDE3.

Background Color

.myBgColor { background-color: #F3EDE3; }

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

This div background color is #F3EDE3.

Border color

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

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

This div border color is #F3EDE3.

Opacity

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

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

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

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

This text has shadow with #F3EDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EDE3.

Preview

Color preview on black background

This text has color #F3EDE3 on black background.


Color preview on white background

This text has color #F3EDE3 on white background.


Black color preview on #F3EDE3 background

This text has black color on #F3EDE3 background.


White color preview on #F3EDE3 background

This text has white color on #F3EDE3 background.


Related colors

Complementary color

Complementary color for #hex is #0C121C.


I love getcolorcode.com

Triadic colors

1 #E3F3ED and #EDE3F3 with #F3EDE3 are triadic colors.

2 #E3EDF3 and #EDF3E3 with #F3EDE3 are triadic colors.