COLOR #F7EAD7

HEX: #F7EAD7
RGB: (247,234,215)

Color info

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

RGB color model

#F7EAD7 color RGB value is (247,234,215).

  • red value is 247;
  • green value is 234;
  • blue value is 215.
RGB:
(247,234,215)
(97%,92%,84%)

RGB channels and saturation

R 247 of 255 = 97%
G 234 of 255 = 92%
B 215 of 255 = 84%

247
234
215

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

Portions of RGB colors in percentages

R + G + B =
247 + 234 + 215 = 696 (100%)
R 247 of 696 ~ 35.49%
G 234 of 696 ~ 33.62%
B 215 of 696 ~ 30.89%

%35.49
%33.62
%30.89

CMYK color model

#F7EAD7 color CMYK value is (0,5,13,3).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 12.96%
  • key color value is 3.14%
CMYK:
(0,5,13,3)
C0M5Y13K3 
(0%,5%,13%,3%)
(0.00/0.05/0.13/0.03)	

CMYK percentages

%0
%5.26
%12.96
%3.14

Codes

Color #F7EAD7 in popluar color models

F7EAD7
RGB247234215
HSL36°66.67%90.59%
HSB/HSV36°12.96%96.86%
CMYK0.00%5.26%12.96%
3.14%

Color #F7EAD7 in popluar number systems.

HEXF7EAD7
Decimal247234215
Binary111101111110101011010111
Octal367352327

Shades and tints

Shades of #F7EAD7

#F7EAD7
(247,234,215)
#E1D5C4
(225,213,196)
#CBC0B1
(203,192,177)
#B5AB9E
(181,171,158)
#9F968B
(159,150,139)
#898178
(137,129,120)
#736C65
(115,108,101)
#5D5752
(93,87,82)
#47423F
(71,66,63)
#312D2C
(49,45,44)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #F7EAD7

#F7EAD7
(247,234,215)
#F7EBDA
(247,235,218)
#F7ECDD
(247,236,221)
#F7EDE0
(247,237,224)
#F7EEE3
(247,238,227)
#F7EFE6
(247,239,230)
#F7F0E9
(247,240,233)
#F7F1EC
(247,241,236)
#F7F2EF
(247,242,239)
#F7F3F2
(247,243,242)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EAD7; }

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

This text font color is #F7EAD7.


Background Color

.myBgColor { background-color: #F7EAD7; }

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

This div background color is #F7EAD7.


Border color

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

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

This div border color is #F7EAD7.


Opacity

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

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

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

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

This text has shadow with #F7EAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EAD7 on black background.


Color preview on white background

This text has color #F7EAD7 on white background.



Black color preview on #F7EAD7 background

This text has black color on #F7EAD7 background.


White color preview on #F7EAD7 background

This text has white color on #F7EAD7 background.