COLOR #FFF7EA

HEX: #FFF7EA
RGB: (255,247,234)

Color info

#FFF7EA contains red, green and blue colors in about the same proportion. Web safe color of #FFF7EA is #FFFFFF (or #FFF).

RGB color model

#FFF7EA color RGB value is (255,247,234).

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

RGB channels and saturation

R 255 of 255 = 100%
G 247 of 255 = 97%
B 234 of 255 = 92%

255
247
234

R + G + B ~ 96%. #FFF7EA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 247 + 234 = 736 (100%)
R 255 of 736 ~ 34.65%
G 247 of 736 ~ 33.56%
B 234 of 736 ~ 31.79%

%34.65
%33.56
%31.79

CMYK color model

#FFF7EA color CMYK value is (0,3,8,0).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,3,8,0)
C0M3Y8K0 
(0%,3%,8%,0%)
(0.00/0.03/0.08/0.00)	

CMYK percentages

%0
%3.14
%8.24
%0

Codes

Color #FFF7EA in popluar color models

FFF7EA
RGB255247234
HSL37°100.00%95.88%
HSB/HSV37°8.24%100.00%
CMYK0.00%3.14%8.24%
0.00%

Color #FFF7EA in popluar number systems.

HEXFFF7EA
Decimal255247234
Binary111111111111011111101010
Octal377367352

Shades and tints

Shades of #FFF7EA

#FFF7EA
(255,247,234)
#E8E1D5
(232,225,213)
#D1CBC0
(209,203,192)
#BAB5AB
(186,181,171)
#A39F96
(163,159,150)
#8C8981
(140,137,129)
#75736C
(117,115,108)
#5E5D57
(94,93,87)
#474742
(71,71,66)
#30312D
(48,49,45)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #FFF7EA

#FFF7EA
(255,247,234)
#FFF7EB
(255,247,235)
#FFF7EC
(255,247,236)
#FFF7ED
(255,247,237)
#FFF7EE
(255,247,238)
#FFF7EF
(255,247,239)
#FFF7F0
(255,247,240)
#FFF7F1
(255,247,241)
#FFF7F2
(255,247,242)
#FFF7F3
(255,247,243)
#FFF7F4
(255,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF7EA; }

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

This text font color is #FFF7EA.


Background Color

.myBgColor { background-color: #FFF7EA; }

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

This div background color is #FFF7EA.


Border color

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

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

This div border color is #FFF7EA.


Opacity

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

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

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

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

This text has shadow with #FFF7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF7EA on black background.


Color preview on white background

This text has color #FFF7EA on white background.



Black color preview on #FFF7EA background

This text has black color on #FFF7EA background.


White color preview on #FFF7EA background

This text has white color on #FFF7EA background.