COLOR #F7D1A6

HEX: #F7D1A6
RGB: (247,209,166)

Color info

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

RGB color model

#F7D1A6 color RGB value is (247,209,166).

  • red value is 247;
  • green value is 209;
  • blue value is 166.
RGB:
(247,209,166)
(97%,82%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 209 of 255 = 82%
B 166 of 255 = 65%

247
209
166

R + G + B ~ 81%. #F7D1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 209 + 166 = 622 (100%)
R 247 of 622 ~ 39.71%
G 209 of 622 ~ 33.6%
B 166 of 622 ~ 26.69%

%39.71
%33.6
%26.69

CMYK color model

#F7D1A6 color CMYK value is (0,15,33,3).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 32.79%
  • key color value is 3.14%
CMYK:
(0,15,33,3)
C0M15Y33K3 
(0%,15%,33%,3%)
(0.00/0.15/0.33/0.03)	

CMYK percentages

%0
%15.38
%32.79
%3.14

Codes

Color #F7D1A6 in popluar color models

F7D1A6
RGB247209166
HSL32°83.51%80.98%
HSB/HSV32°32.79%96.86%
CMYK0.00%15.38%32.79%
3.14%

Color #F7D1A6 in popluar number systems.

HEXF7D1A6
Decimal247209166
Binary111101111101000110100110
Octal367321246

Shades and tints

Shades of #F7D1A6

#F7D1A6
(247,209,166)
#E1BE97
(225,190,151)
#CBAB88
(203,171,136)
#B59879
(181,152,121)
#9F856A
(159,133,106)
#89725B
(137,114,91)
#735F4C
(115,95,76)
#5D4C3D
(93,76,61)
#47392E
(71,57,46)
#31261F
(49,38,31)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #F7D1A6

#F7D1A6
(247,209,166)
#F7D5AE
(247,213,174)
#F7D9B6
(247,217,182)
#F7DDBE
(247,221,190)
#F7E1C6
(247,225,198)
#F7E5CE
(247,229,206)
#F7E9D6
(247,233,214)
#F7EDDE
(247,237,222)
#F7F1E6
(247,241,230)
#F7F5EE
(247,245,238)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D1A6 color. Also use rgb(247,209,166) instead hex code.

Text Font Color

.myTextColor { color: #F7D1A6; }

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

This text font color is #F7D1A6.


Background Color

.myBgColor { background-color: #F7D1A6; }

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

This div background color is #F7D1A6.


Border color

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

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

This div border color is #F7D1A6.


Opacity

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

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

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

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

This text has shadow with #F7D1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D1A6 on black background.


Color preview on white background

This text has color #F7D1A6 on white background.



Black color preview on #F7D1A6 background

This text has black color on #F7D1A6 background.


White color preview on #F7D1A6 background

This text has white color on #F7D1A6 background.