COLOR #F7F7DA

HEX: #F7F7DA
RGB: (247,247,218)

Color info

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

RGB color model

#F7F7DA color RGB value is (247,247,218).

  • red value is 247;
  • green value is 247;
  • blue value is 218.
RGB:
(247,247,218)
(97%,97%,85%)

RGB channels and saturation

R 247 of 255 = 97%
G 247 of 255 = 97%
B 218 of 255 = 85%

247
247
218

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

Portions of RGB colors in percentages

R + G + B =
247 + 247 + 218 = 712 (100%)
R 247 of 712 ~ 34.69%
G 247 of 712 ~ 34.69%
B 218 of 712 ~ 30.62%

%34.69
%34.69
%30.62

CMYK color model

#F7F7DA color CMYK value is (0,0,12,3).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,0,12,3)
C0M0Y12K3 
(0%,0%,12%,3%)
(0.00/0.00/0.12/0.03)	

CMYK percentages

%0
%0
%11.74
%3.14

Codes

Color #F7F7DA in popluar color models

F7F7DA
RGB247247218
HSL60°64.44%91.18%
HSB/HSV60°11.74%96.86%
CMYK0.00%0.00%11.74%
3.14%

Color #F7F7DA in popluar number systems.

HEXF7F7DA
Decimal247247218
Binary111101111111011111011010
Octal367367332

Shades and tints

Shades of #F7F7DA

#F7F7DA
(247,247,218)
#E1E1C7
(225,225,199)
#CBCBB4
(203,203,180)
#B5B5A1
(181,181,161)
#9F9F8E
(159,159,142)
#89897B
(137,137,123)
#737368
(115,115,104)
#5D5D55
(93,93,85)
#474742
(71,71,66)
#31312F
(49,49,47)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #F7F7DA

#F7F7DA
(247,247,218)
#F7F7DD
(247,247,221)
#F7F7E0
(247,247,224)
#F7F7E3
(247,247,227)
#F7F7E6
(247,247,230)
#F7F7E9
(247,247,233)
#F7F7EC
(247,247,236)
#F7F7EF
(247,247,239)
#F7F7F2
(247,247,242)
#F7F7F5
(247,247,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F7DA; }

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

This text font color is #F7F7DA.


Background Color

.myBgColor { background-color: #F7F7DA; }

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

This div background color is #F7F7DA.


Border color

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

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

This div border color is #F7F7DA.


Opacity

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

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

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

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

This text has shadow with #F7F7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F7DA on black background.


Color preview on white background

This text has color #F7F7DA on white background.



Black color preview on #F7F7DA background

This text has black color on #F7F7DA background.


White color preview on #F7F7DA background

This text has white color on #F7F7DA background.