COLOR #F7F6EA

HEX: #F7F6EA
RGB: (247,246,234)

Color info

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

RGB color model

#F7F6EA color RGB value is (247,246,234).

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

RGB channels and saturation

R 247 of 255 = 97%
G 246 of 255 = 96%
B 234 of 255 = 92%

247
246
234

R + G + B ~ 95%. #F7F6EA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 246 + 234 = 727 (100%)
R 247 of 727 ~ 33.98%
G 246 of 727 ~ 33.84%
B 234 of 727 ~ 32.19%

%33.98
%33.84
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(0,0,5,3)
C0M0Y5K3 
(0%,0%,5%,3%)
(0.00/0.00/0.05/0.03)	

CMYK percentages

%0
%0.4
%5.26
%3.14

Codes

Color #F7F6EA in popluar color models

F7F6EA
RGB247246234
HSL55°44.83%94.31%
HSB/HSV55°5.26%96.86%
CMYK0.00%0.40%5.26%
3.14%

Color #F7F6EA in popluar number systems.

HEXF7F6EA
Decimal247246234
Binary111101111111011011101010
Octal367366352

Shades and tints

Shades of #F7F6EA

#F7F6EA
(247,246,234)
#E1E0D5
(225,224,213)
#CBCAC0
(203,202,192)
#B5B4AB
(181,180,171)
#9F9E96
(159,158,150)
#898881
(137,136,129)
#73726C
(115,114,108)
#5D5C57
(93,92,87)
#474642
(71,70,66)
#31302D
(49,48,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #F7F6EA

#F7F6EA
(247,246,234)
#F7F6EB
(247,246,235)
#F7F6EC
(247,246,236)
#F7F6ED
(247,246,237)
#F7F6EE
(247,246,238)
#F7F6EF
(247,246,239)
#F7F6F0
(247,246,240)
#F7F6F1
(247,246,241)
#F7F6F2
(247,246,242)
#F7F6F3
(247,246,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F6EA; }

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

This text font color is #F7F6EA.


Background Color

.myBgColor { background-color: #F7F6EA; }

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

This div background color is #F7F6EA.


Border color

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

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

This div border color is #F7F6EA.


Opacity

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

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

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

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

This text has shadow with #F7F6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F6EA on black background.


Color preview on white background

This text has color #F7F6EA on white background.



Black color preview on #F7F6EA background

This text has black color on #F7F6EA background.


White color preview on #F7F6EA background

This text has white color on #F7F6EA background.