COLOR #F3E3AC

HEX: #F3E3AC RGB: (243,227,172)

Color info

#F3E3AC contains mainly red and green colors. Web safe color of #F3E3AC is #FFCC99 (or #FC9).

RGB color model

#F3E3AC color RGB value is (243,227,172).

RGB: (243,227,172) (95%, 89%, 67%)

RGB channels and saturation

R 243 of 255 = 95%
G 227 of 255 = 89%
B 172 of 255 = 67%

243
227
172

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

Portions of RGB colors in percentages

R + G + B = 243 + 227 + 172 = 642 (100%)
R 243 of 642 ~ 37.85%
G 227 of 642 ~ 35.36%
B 172 of 642 ~ 26.79'%

%37.85
%35.36
%26.79

CMYK color model

#F3E3AC color CMYK value is (0,7,29,5).

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

CMYK: (0,7,29,5)
C0M7Y29K5 (0%, 7%, 29%, 5%)
(0.00 / 0.07 / 0.29 / 0.05)

CMYK percentages

%0
%6.58
%29.22
%4.71

Codes

Color #F3E3AC in popluar color models

F3 E3 AC
RGB 243 227 172
HSL 46° 74.74% 81.37%
HSB/HSV 46° 29.22% 95.29%
CMYK 0.00% 6.58% 29.22%
4.71%

Color #F3E3AC in popluar number systems.

HEX F3 E3 AC
Decimal 243 227 172
Binary 11110011 11100011 10101100
Octal 363 343 254

Shades and tints

Shades of #F3E3AC

#F3E3AC
(243,227,172)
#DDCF9D
(221,207,157)
#C7BB8E
(199,187,142)
#B1A77F
(177,167,127)
#9B9370
(155,147,112)
#857F61
(133,127,97)
#6F6B52
(111,107,82)
#595743
(89,87,67)
#434334
(67,67,52)
#2D2F25
(45,47,37)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #F3E3AC

#F3E3AC
(243,227,172)
#F4E5B3
(244,229,179)
#F5E7BA
(245,231,186)
#F6E9C1
(246,233,193)
#F7EBC8
(247,235,200)
#F8EDCF
(248,237,207)
#F9EFD6
(249,239,214)
#FAF1DD
(250,241,221)
#FBF3E4
(251,243,228)
#FCF5EB
(252,245,235)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E3AC; }

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

This text font color is #F3E3AC.

Background Color

.myBgColor { background-color: #F3E3AC; }

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

This div background color is #F3E3AC.

Border color

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

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

This div border color is #F3E3AC.

Opacity

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

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

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

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

This text has shadow with #F3E3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E3AC.

Preview

Color preview on black background

This text has color #F3E3AC on black background.


Color preview on white background

This text has color #F3E3AC on white background.


Black color preview on #F3E3AC background

This text has black color on #F3E3AC background.


White color preview on #F3E3AC background

This text has white color on #F3E3AC background.


Related colors

Complementary color

Complementary color for #hex is #0C1C53.


I love getcolorcode.com

Triadic colors

1 #ACF3E3 and #E3ACF3 with #F3E3AC are triadic colors.

2 #ACE3F3 and #E3F3AC with #F3E3AC are triadic colors.