COLOR #F5F7DE

HEX: #F5F7DE RGB: (245,247,222)

Color info

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

RGB color model

#F5F7DE color RGB value is (245,247,222).

RGB: (245,247,222) (96%, 97%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 247 of 255 = 97%
B 222 of 255 = 87%

245
247
222

R + G + B ~ 93%. #F5F7DE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 247 + 222 = 714 (100%)
R 245 of 714 ~ 34.31%
G 247 of 714 ~ 34.59%
B 222 of 714 ~ 31.09'%

%34.31
%34.59
%31.09

CMYK color model

#F5F7DE color CMYK value is (1,0,10,3).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 3.14%

CMYK: (1,0,10,3)
C1M0Y10K3 (1%, 0%, 10%, 3%)
(0.01 / 0.00 / 0.10 / 0.03)

CMYK percentages

%0.81
%0
%10.12
%3.14

Codes

Color #F5F7DE in popluar color models

F5 F7 DE
RGB 245 247 222
HSL 65° 60.98% 91.96%
HSB/HSV 65° 10.12% 96.86%
CMYK 0.81% 0.00% 10.12%
3.14%

Color #F5F7DE in popluar number systems.

HEX F5 F7 DE
Decimal 245 247 222
Binary 11110101 11110111 11011110
Octal 365 367 336

Shades and tints

Shades of #F5F7DE

#F5F7DE
(245,247,222)
#DFE1CA
(223,225,202)
#C9CBB6
(201,203,182)
#B3B5A2
(179,181,162)
#9D9F8E
(157,159,142)
#87897A
(135,137,122)
#717366
(113,115,102)
#5B5D52
(91,93,82)
#45473E
(69,71,62)
#2F312A
(47,49,42)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #F5F7DE

#F5F7DE
(245,247,222)
#F5F7E1
(245,247,225)
#F5F7E4
(245,247,228)
#F5F7E7
(245,247,231)
#F5F7EA
(245,247,234)
#F5F7ED
(245,247,237)
#F5F7F0
(245,247,240)
#F5F7F3
(245,247,243)
#F5F7F6
(245,247,246)
#F5F7F9
(245,247,249)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F7DE color. Also use rgb(245,247,222) instead hex code.

Text Font Color

.myTextColor { color: #F5F7DE; }

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

This text font color is #F5F7DE.

Background Color

.myBgColor { background-color: #F5F7DE; }

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

This div background color is #F5F7DE.

Border color

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

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

This div border color is #F5F7DE.

Opacity

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

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

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

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

This text has shadow with #F5F7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F7DE.

Preview

Color preview on black background

This text has color #F5F7DE on black background.


Color preview on white background

This text has color #F5F7DE on white background.


Black color preview on #F5F7DE background

This text has black color on #F5F7DE background.


White color preview on #F5F7DE background

This text has white color on #F5F7DE background.


Related colors

Complementary color

Complementary color for #hex is #0A0821.


I love getcolorcode.com

Triadic colors

1 #DEF5F7 and #F7DEF5 with #F5F7DE are triadic colors.

2 #DEF7F5 and #F7F5DE with #F5F7DE are triadic colors.