COLOR #F7EBAA

HEX: #F7EBAA
RGB: (247,235,170)

Color info

#F7EBAA contains mainly red and green colors. Web safe color of #F7EBAA is #FFFF99 (or #FF9).

RGB color model

#F7EBAA color RGB value is (247,235,170).

  • red value is 247;
  • green value is 235;
  • blue value is 170.
RGB:
(247,235,170)
(97%,92%,67%)

RGB channels and saturation

R 247 of 255 = 97%
G 235 of 255 = 92%
B 170 of 255 = 67%

247
235
170

R + G + B ~ 85%. #F7EBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 235 + 170 = 652 (100%)
R 247 of 652 ~ 37.88%
G 235 of 652 ~ 36.04%
B 170 of 652 ~ 26.07%

%37.88
%36.04
%26.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 31.17%
  • key color value is 3.14%
CMYK:
(0,5,31,3)
C0M5Y31K3 
(0%,5%,31%,3%)
(0.00/0.05/0.31/0.03)	

CMYK percentages

%0
%4.86
%31.17
%3.14

Codes

Color #F7EBAA in popluar color models

F7EBAA
RGB247235170
HSL51°82.80%81.76%
HSB/HSV51°31.17%96.86%
CMYK0.00%4.86%31.17%
3.14%

Color #F7EBAA in popluar number systems.

HEXF7EBAA
Decimal247235170
Binary111101111110101110101010
Octal367353252

Shades and tints

Shades of #F7EBAA

#F7EBAA
(247,235,170)
#E1D69B
(225,214,155)
#CBC18C
(203,193,140)
#B5AC7D
(181,172,125)
#9F976E
(159,151,110)
#89825F
(137,130,95)
#736D50
(115,109,80)
#5D5841
(93,88,65)
#474332
(71,67,50)
#312E23
(49,46,35)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #F7EBAA

#F7EBAA
(247,235,170)
#F7ECB1
(247,236,177)
#F7EDB8
(247,237,184)
#F7EEBF
(247,238,191)
#F7EFC6
(247,239,198)
#F7F0CD
(247,240,205)
#F7F1D4
(247,241,212)
#F7F2DB
(247,242,219)
#F7F3E2
(247,243,226)
#F7F4E9
(247,244,233)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EBAA; }

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

This text font color is #F7EBAA.


Background Color

.myBgColor { background-color: #F7EBAA; }

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

This div background color is #F7EBAA.


Border color

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

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

This div border color is #F7EBAA.


Opacity

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

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

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

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

This text has shadow with #F7EBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EBAA on black background.


Color preview on white background

This text has color #F7EBAA on white background.



Black color preview on #F7EBAA background

This text has black color on #F7EBAA background.


White color preview on #F7EBAA background

This text has white color on #F7EBAA background.