COLOR #F4E7BA

HEX: #F4E7BA
RGB: (244,231,186)

Color info

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

RGB color model

#F4E7BA color RGB value is (244,231,186).

  • red value is 244;
  • green value is 231;
  • blue value is 186.
RGB:
(244,231,186)
(96%,91%,73%)

RGB channels and saturation

R 244 of 255 = 96%
G 231 of 255 = 91%
B 186 of 255 = 73%

244
231
186

R + G + B ~ 87%. #F4E7BA is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 231 + 186 = 661 (100%)
R 244 of 661 ~ 36.91%
G 231 of 661 ~ 34.95%
B 186 of 661 ~ 28.14%

%36.91
%34.95
%28.14

CMYK color model

#F4E7BA color CMYK value is (0,5,24,4).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 23.77%
  • key color value is 4.31%
CMYK:
(0,5,24,4)
C0M5Y24K4 
(0%,5%,24%,4%)
(0.00/0.05/0.24/0.04)	

CMYK percentages

%0
%5.33
%23.77
%4.31

Codes

Color #F4E7BA in popluar color models

F4E7BA
RGB244231186
HSL47°72.50%84.31%
HSB/HSV47°23.77%95.69%
CMYK0.00%5.33%23.77%
4.31%

Color #F4E7BA in popluar number systems.

HEXF4E7BA
Decimal244231186
Binary111101001110011110111010
Octal364347272

Shades and tints

Shades of #F4E7BA

#F4E7BA
(244,231,186)
#DED2AA
(222,210,170)
#C8BD9A
(200,189,154)
#B2A88A
(178,168,138)
#9C937A
(156,147,122)
#867E6A
(134,126,106)
#70695A
(112,105,90)
#5A544A
(90,84,74)
#443F3A
(68,63,58)
#2E2A2A
(46,42,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #F4E7BA

#F4E7BA
(244,231,186)
#F5E9C0
(245,233,192)
#F6EBC6
(246,235,198)
#F7EDCC
(247,237,204)
#F8EFD2
(248,239,210)
#F9F1D8
(249,241,216)
#FAF3DE
(250,243,222)
#FBF5E4
(251,245,228)
#FCF7EA
(252,247,234)
#FDF9F0
(253,249,240)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E7BA color. Also use rgb(244,231,186) instead hex code.

Text Font Color

.myTextColor { color: #F4E7BA; }

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

This text font color is #F4E7BA.


Background Color

.myBgColor { background-color: #F4E7BA; }

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

This div background color is #F4E7BA.


Border color

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

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

This div border color is #F4E7BA.


Opacity

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

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

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

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

This text has shadow with #F4E7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E7BA on black background.


Color preview on white background

This text has color #F4E7BA on white background.



Black color preview on #F4E7BA background

This text has black color on #F4E7BA background.


White color preview on #F4E7BA background

This text has white color on #F4E7BA background.