COLOR #F5E7DD

HEX: #F5E7DD
RGB: (245,231,221)

Color info

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

RGB color model

#F5E7DD color RGB value is (245,231,221).

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

RGB channels and saturation

R 245 of 255 = 96%
G 231 of 255 = 91%
B 221 of 255 = 87%

245
231
221

R + G + B ~ 91%. #F5E7DD is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 231 + 221 = 697 (100%)
R 245 of 697 ~ 35.15%
G 231 of 697 ~ 33.14%
B 221 of 697 ~ 31.71%

%35.15
%33.14
%31.71

CMYK color model

#F5E7DD color CMYK value is (0,6,10,4).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK: (0,6,10,4) C0M6Y10K4 (0%,6%,10%,4%) (0.00/0.06/0.10/0.04)

CMYK percentages

%0
%5.71
%9.8
%3.92

Codes

Color #F5E7DD in popluar color models

F5E7DD
RGB245231221
HSL25°54.55%91.37%
HSB/HSV25°9.80%96.08%
CMYK0.00%5.71%9.80%
3.92%

Color #F5E7DD in popluar number systems.

HEXF5E7DD
Decimal245231221
Binary111101011110011111011101
Octal365347335

Shades and tints

Shades of #F5E7DD

#F5E7DD
(245,231,221)
#DFD2C9
(223,210,201)
#C9BDB5
(201,189,181)
#B3A8A1
(179,168,161)
#9D938D
(157,147,141)
#877E79
(135,126,121)
#716965
(113,105,101)
#5B5451
(91,84,81)
#453F3D
(69,63,61)
#2F2A29
(47,42,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #F5E7DD

#F5E7DD
(245,231,221)
#F5E9E0
(245,233,224)
#F5EBE3
(245,235,227)
#F5EDE6
(245,237,230)
#F5EFE9
(245,239,233)
#F5F1EC
(245,241,236)
#F5F3EF
(245,243,239)
#F5F5F2
(245,245,242)
#F5F7F5
(245,247,245)
#F5F9F8
(245,249,248)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E7DD; }

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

This text font color is #F5E7DD.


Background Color

.myBgColor { background-color: #F5E7DD; }

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

This div background color is #F5E7DD.


Border color

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

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

This div border color is #F5E7DD.


Opacity

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

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

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

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

This text has shadow with #F5E7DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F5E7DD on black background.


Color preview on white background

This text has color #F5E7DD on white background.



Black color preview on #F5E7DD background

This text has black color on #F5E7DD background.


White color preview on #F5E7DD background

This text has white color on #F5E7DD background.