COLOR #F5E7CA

HEX: #F5E7CA
RGB: (245,231,202)

Color info

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

RGB color model

#F5E7CA color RGB value is (245,231,202).

  • red value is 245;
  • green value is 231;
  • blue value is 202.
RGB:
(245,231,202)
(96%,91%,79%)

RGB channels and saturation

R 245 of 255 = 96%
G 231 of 255 = 91%
B 202 of 255 = 79%

245
231
202

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

Portions of RGB colors in percentages

R + G + B =
245 + 231 + 202 = 678 (100%)
R 245 of 678 ~ 36.14%
G 231 of 678 ~ 34.07%
B 202 of 678 ~ 29.79%

%36.14
%34.07
%29.79

CMYK color model

#F5E7CA color CMYK value is (0,6,18,4).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 17.55%
  • key color value is 3.92%
CMYK:
(0,6,18,4)
C0M6Y18K4 
(0%,6%,18%,4%)
(0.00/0.06/0.18/0.04)	

CMYK percentages

%0
%5.71
%17.55
%3.92

Codes

Color #F5E7CA in popluar color models

F5E7CA
RGB245231202
HSL40°68.25%87.65%
HSB/HSV40°17.55%96.08%
CMYK0.00%5.71%17.55%
3.92%

Color #F5E7CA in popluar number systems.

HEXF5E7CA
Decimal245231202
Binary111101011110011111001010
Octal365347312

Shades and tints

Shades of #F5E7CA

#F5E7CA
(245,231,202)
#DFD2B8
(223,210,184)
#C9BDA6
(201,189,166)
#B3A894
(179,168,148)
#9D9382
(157,147,130)
#877E70
(135,126,112)
#71695E
(113,105,94)
#5B544C
(91,84,76)
#453F3A
(69,63,58)
#2F2A28
(47,42,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #F5E7CA

#F5E7CA
(245,231,202)
#F5E9CE
(245,233,206)
#F5EBD2
(245,235,210)
#F5EDD6
(245,237,214)
#F5EFDA
(245,239,218)
#F5F1DE
(245,241,222)
#F5F3E2
(245,243,226)
#F5F5E6
(245,245,230)
#F5F7EA
(245,247,234)
#F5F9EE
(245,249,238)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E7CA color. Also use rgb(245,231,202) instead hex code.

Text Font Color

.myTextColor { color: #F5E7CA; }

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

This text font color is #F5E7CA.


Background Color

.myBgColor { background-color: #F5E7CA; }

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

This div background color is #F5E7CA.


Border color

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

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

This div border color is #F5E7CA.


Opacity

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

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

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

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

This text has shadow with #F5E7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E7CA on black background.


Color preview on white background

This text has color #F5E7CA on white background.



Black color preview on #F5E7CA background

This text has black color on #F5E7CA background.


White color preview on #F5E7CA background

This text has white color on #F5E7CA background.