COLOR #F7F5DF

HEX: #F7F5DF RGB: (247,245,223)

Color info

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

RGB color model

#F7F5DF color RGB value is (247,245,223).

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

RGB channels and saturation

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

247
245
223

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

Portions of RGB colors in percentages

R + G + B = 247 + 245 + 223 = 715 (100%)
R 247 of 715 ~ 34.55%
G 245 of 715 ~ 34.27%
B 223 of 715 ~ 31.19'%

%34.55
%34.27
%31.19

CMYK color model

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

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

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

CMYK percentages

%0
%0.81
%9.72
%3.14

Codes

Color #F7F5DF in popluar color models

F7 F5 DF
RGB 247 245 223
HSL 55° 60.00% 92.16%
HSB/HSV 55° 9.72% 96.86%
CMYK 0.00% 0.81% 9.72%
3.14%

Color #F7F5DF in popluar number systems.

HEX F7 F5 DF
Decimal 247 245 223
Binary 11110111 11110101 11011111
Octal 367 365 337

Shades and tints

Shades of #F7F5DF

#F7F5DF
(247,245,223)
#E1DFCB
(225,223,203)
#CBC9B7
(203,201,183)
#B5B3A3
(181,179,163)
#9F9D8F
(159,157,143)
#89877B
(137,135,123)
#737167
(115,113,103)
#5D5B53
(93,91,83)
#47453F
(71,69,63)
#312F2B
(49,47,43)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #F7F5DF

#F7F5DF
(247,245,223)
#F7F5E1
(247,245,225)
#F7F5E3
(247,245,227)
#F7F5E5
(247,245,229)
#F7F5E7
(247,245,231)
#F7F5E9
(247,245,233)
#F7F5EB
(247,245,235)
#F7F5ED
(247,245,237)
#F7F5EF
(247,245,239)
#F7F5F1
(247,245,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F5DF; }

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

This text font color is #F7F5DF.

Background Color

.myBgColor { background-color: #F7F5DF; }

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

This div background color is #F7F5DF.

Border color

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

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

This div border color is #F7F5DF.

Opacity

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

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

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

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

This text has shadow with #F7F5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F5DF.

Preview

Color preview on black background

This text has color #F7F5DF on black background.


Color preview on white background

This text has color #F7F5DF on white background.


Black color preview on #F7F5DF background

This text has black color on #F7F5DF background.


White color preview on #F7F5DF background

This text has white color on #F7F5DF background.


Related colors

Complementary color

Complementary color for #hex is #080A20.


I love getcolorcode.com

Triadic colors

1 #DFF7F5 and #F5DFF7 with #F7F5DF are triadic colors.

2 #DFF5F7 and #F5F7DF with #F7F5DF are triadic colors.