COLOR #F5E9BF

HEX: #F5E9BF RGB: (245,233,191)

Color info

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

RGB color model

#F5E9BF color RGB value is (245,233,191).

RGB: (245,233,191) (96%, 91%, 75%)

RGB channels and saturation

R 245 of 255 = 96%
G 233 of 255 = 91%
B 191 of 255 = 75%

245
233
191

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

Portions of RGB colors in percentages

R + G + B = 245 + 233 + 191 = 669 (100%)
R 245 of 669 ~ 36.62%
G 233 of 669 ~ 34.83%
B 191 of 669 ~ 28.55'%

%36.62
%34.83
%28.55

CMYK color model

#F5E9BF color CMYK value is (0,5,22,4).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 22.04%
  • key color value is 3.92%

CMYK: (0,5,22,4)
C0M5Y22K4 (0%, 5%, 22%, 4%)
(0.00 / 0.05 / 0.22 / 0.04)

CMYK percentages

%0
%4.9
%22.04
%3.92

Codes

Color #F5E9BF in popluar color models

F5 E9 BF
RGB 245 233 191
HSL 47° 72.97% 85.49%
HSB/HSV 47° 22.04% 96.08%
CMYK 0.00% 4.90% 22.04%
3.92%

Color #F5E9BF in popluar number systems.

HEX F5 E9 BF
Decimal 245 233 191
Binary 11110101 11101001 10111111
Octal 365 351 277

Shades and tints

Shades of #F5E9BF

#F5E9BF
(245,233,191)
#DFD4AE
(223,212,174)
#C9BF9D
(201,191,157)
#B3AA8C
(179,170,140)
#9D957B
(157,149,123)
#87806A
(135,128,106)
#716B59
(113,107,89)
#5B5648
(91,86,72)
#454137
(69,65,55)
#2F2C26
(47,44,38)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5E9BF

#F5E9BF
(245,233,191)
#F5EBC4
(245,235,196)
#F5EDC9
(245,237,201)
#F5EFCE
(245,239,206)
#F5F1D3
(245,241,211)
#F5F3D8
(245,243,216)
#F5F5DD
(245,245,221)
#F5F7E2
(245,247,226)
#F5F9E7
(245,249,231)
#F5FBEC
(245,251,236)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E9BF color. Also use rgb(245,233,191) instead hex code.

Text Font Color

.myTextColor { color: #F5E9BF; }

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

This text font color is #F5E9BF.

Background Color

.myBgColor { background-color: #F5E9BF; }

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

This div background color is #F5E9BF.

Border color

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

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

This div border color is #F5E9BF.

Opacity

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

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

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

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

This text has shadow with #F5E9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E9BF.

Preview

Color preview on black background

This text has color #F5E9BF on black background.


Color preview on white background

This text has color #F5E9BF on white background.


Black color preview on #F5E9BF background

This text has black color on #F5E9BF background.


White color preview on #F5E9BF background

This text has white color on #F5E9BF background.


Related colors

Complementary color

Complementary color for #hex is #0A1640.


I love getcolorcode.com

Triadic colors

1 #BFF5E9 and #E9BFF5 with #F5E9BF are triadic colors.

2 #BFE9F5 and #E9F5BF with #F5E9BF are triadic colors.