COLOR #F5E9CF

HEX: #F5E9CF
RGB: (245,233,207)

Color info

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

RGB color model

#F5E9CF color RGB value is (245,233,207).

  • red value is 245;
  • green value is 233;
  • blue value is 207.
RGB:
(245,233,207)
(96%,91%,81%)

RGB channels and saturation

R 245 of 255 = 96%
G 233 of 255 = 91%
B 207 of 255 = 81%

245
233
207

R + G + B ~ 89%. #F5E9CF is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 233 + 207 = 685 (100%)
R 245 of 685 ~ 35.77%
G 233 of 685 ~ 34.01%
B 207 of 685 ~ 30.22%

%35.77
%34.01
%30.22

CMYK color model

#F5E9CF color CMYK value is (0,5,16,4).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(0,5,16,4)
C0M5Y16K4 
(0%,5%,16%,4%)
(0.00/0.05/0.16/0.04)	

CMYK percentages

%0
%4.9
%15.51
%3.92

Codes

Color #F5E9CF in popluar color models

F5E9CF
RGB245233207
HSL41°65.52%88.63%
HSB/HSV41°15.51%96.08%
CMYK0.00%4.90%15.51%
3.92%

Color #F5E9CF in popluar number systems.

HEXF5E9CF
Decimal245233207
Binary111101011110100111001111
Octal365351317

Shades and tints

Shades of #F5E9CF

#F5E9CF
(245,233,207)
#DFD4BD
(223,212,189)
#C9BFAB
(201,191,171)
#B3AA99
(179,170,153)
#9D9587
(157,149,135)
#878075
(135,128,117)
#716B63
(113,107,99)
#5B5651
(91,86,81)
#45413F
(69,65,63)
#2F2C2D
(47,44,45)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #F5E9CF

#F5E9CF
(245,233,207)
#F5EBD3
(245,235,211)
#F5EDD7
(245,237,215)
#F5EFDB
(245,239,219)
#F5F1DF
(245,241,223)
#F5F3E3
(245,243,227)
#F5F5E7
(245,245,231)
#F5F7EB
(245,247,235)
#F5F9EF
(245,249,239)
#F5FBF3
(245,251,243)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E9CF; }

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

This text font color is #F5E9CF.


Background Color

.myBgColor { background-color: #F5E9CF; }

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

This div background color is #F5E9CF.


Border color

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

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

This div border color is #F5E9CF.


Opacity

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

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

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

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

This text has shadow with #F5E9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E9CF on black background.


Color preview on white background

This text has color #F5E9CF on white background.



Black color preview on #F5E9CF background

This text has black color on #F5E9CF background.


White color preview on #F5E9CF background

This text has white color on #F5E9CF background.