COLOR #F7E4AD

HEX: #F7E4AD
RGB: (247,228,173)

Color info

#F7E4AD contains mainly red and green colors. Web safe color of #F7E4AD is #FFCC99 (or #FC9).

RGB color model

#F7E4AD color RGB value is (247,228,173).

  • red value is 247;
  • green value is 228;
  • blue value is 173.
RGB:
(247,228,173)
(97%,89%,68%)

RGB channels and saturation

R 247 of 255 = 97%
G 228 of 255 = 89%
B 173 of 255 = 68%

247
228
173

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

Portions of RGB colors in percentages

R + G + B =
247 + 228 + 173 = 648 (100%)
R 247 of 648 ~ 38.12%
G 228 of 648 ~ 35.19%
B 173 of 648 ~ 26.7%

%38.12
%35.19
%26.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 29.96%
  • key color value is 3.14%
CMYK:
(0,8,30,3)
C0M8Y30K3 
(0%,8%,30%,3%)
(0.00/0.08/0.30/0.03)	

CMYK percentages

%0
%7.69
%29.96
%3.14

Codes

Color #F7E4AD in popluar color models

F7E4AD
RGB247228173
HSL45°82.22%82.35%
HSB/HSV45°29.96%96.86%
CMYK0.00%7.69%29.96%
3.14%

Color #F7E4AD in popluar number systems.

HEXF7E4AD
Decimal247228173
Binary111101111110010010101101
Octal367344255

Shades and tints

Shades of #F7E4AD

#F7E4AD
(247,228,173)
#E1D09E
(225,208,158)
#CBBC8F
(203,188,143)
#B5A880
(181,168,128)
#9F9471
(159,148,113)
#898062
(137,128,98)
#736C53
(115,108,83)
#5D5844
(93,88,68)
#474435
(71,68,53)
#313026
(49,48,38)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #F7E4AD

#F7E4AD
(247,228,173)
#F7E6B4
(247,230,180)
#F7E8BB
(247,232,187)
#F7EAC2
(247,234,194)
#F7ECC9
(247,236,201)
#F7EED0
(247,238,208)
#F7F0D7
(247,240,215)
#F7F2DE
(247,242,222)
#F7F4E5
(247,244,229)
#F7F6EC
(247,246,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E4AD; }

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

This text font color is #F7E4AD.


Background Color

.myBgColor { background-color: #F7E4AD; }

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

This div background color is #F7E4AD.


Border color

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

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

This div border color is #F7E4AD.


Opacity

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

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

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

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

This text has shadow with #F7E4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E4AD on black background.


Color preview on white background

This text has color #F7E4AD on white background.



Black color preview on #F7E4AD background

This text has black color on #F7E4AD background.


White color preview on #F7E4AD background

This text has white color on #F7E4AD background.