COLOR #F3EDA7

HEX: #F3EDA7 RGB: (243,237,167)

Color info

#F3EDA7 contains mainly red and green colors. Web safe color of #F3EDA7 is #FFFF99 (or #FF9).

RGB color model

#F3EDA7 color RGB value is (243,237,167).

RGB: (243,237,167) (95%, 93%, 65%)

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 167 of 255 = 65%

243
237
167

R + G + B ~ 84%. #F3EDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 237 + 167 = 647 (100%)
R 243 of 647 ~ 37.56%
G 237 of 647 ~ 36.63%
B 167 of 647 ~ 25.81'%

%37.56
%36.63
%25.81

CMYK color model

#F3EDA7 color CMYK value is (0,2,31,5).

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

CMYK: (0,2,31,5)
C0M2Y31K5 (0%, 2%, 31%, 5%)
(0.00 / 0.02 / 0.31 / 0.05)

CMYK percentages

%0
%2.47
%31.28
%4.71

Codes

Color #F3EDA7 in popluar color models

F3 ED A7
RGB 243 237 167
HSL 55° 76.00% 80.39%
HSB/HSV 55° 31.28% 95.29%
CMYK 0.00% 2.47% 31.28%
4.71%

Color #F3EDA7 in popluar number systems.

HEX F3 ED A7
Decimal 243 237 167
Binary 11110011 11101101 10100111
Octal 363 355 247

Shades and tints

Shades of #F3EDA7

#F3EDA7
(243,237,167)
#DDD898
(221,216,152)
#C7C389
(199,195,137)
#B1AE7A
(177,174,122)
#9B996B
(155,153,107)
#85845C
(133,132,92)
#6F6F4D
(111,111,77)
#595A3E
(89,90,62)
#43452F
(67,69,47)
#2D3020
(45,48,32)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #F3EDA7

#F3EDA7
(243,237,167)
#F4EEAF
(244,238,175)
#F5EFB7
(245,239,183)
#F6F0BF
(246,240,191)
#F7F1C7
(247,241,199)
#F8F2CF
(248,242,207)
#F9F3D7
(249,243,215)
#FAF4DF
(250,244,223)
#FBF5E7
(251,245,231)
#FCF6EF
(252,246,239)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDA7; }

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

This text font color is #F3EDA7.

Background Color

.myBgColor { background-color: #F3EDA7; }

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

This div background color is #F3EDA7.

Border color

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

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

This div border color is #F3EDA7.

Opacity

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

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

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

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

This text has shadow with #F3EDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EDA7.

Preview

Color preview on black background

This text has color #F3EDA7 on black background.


Color preview on white background

This text has color #F3EDA7 on white background.


Black color preview on #F3EDA7 background

This text has black color on #F3EDA7 background.


White color preview on #F3EDA7 background

This text has white color on #F3EDA7 background.


Related colors

Complementary color

Complementary color for #hex is #0C1258.


I love getcolorcode.com

Triadic colors

1 #A7F3ED and #EDA7F3 with #F3EDA7 are triadic colors.

2 #A7EDF3 and #EDF3A7 with #F3EDA7 are triadic colors.