COLOR #F7DC9E

HEX: #F7DC9E
RGB: (247,220,158)

Color info

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

RGB color model

#F7DC9E color RGB value is (247,220,158).

  • red value is 247;
  • green value is 220;
  • blue value is 158.
RGB:
(247,220,158)
(97%,86%,62%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 158 of 255 = 62%

247
220
158

R + G + B ~ 82%. #F7DC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 158 = 625 (100%)
R 247 of 625 ~ 39.52%
G 220 of 625 ~ 35.2%
B 158 of 625 ~ 25.28%

%39.52
%35.2
%25.28

CMYK color model

#F7DC9E color CMYK value is (0,11,36,3).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 36.03%
  • key color value is 3.14%
CMYK:
(0,11,36,3)
C0M11Y36K3 
(0%,11%,36%,3%)
(0.00/0.11/0.36/0.03)	

CMYK percentages

%0
%10.93
%36.03
%3.14

Codes

Color #F7DC9E in popluar color models

F7DC9E
RGB247220158
HSL42°84.76%79.41%
HSB/HSV42°36.03%96.86%
CMYK0.00%10.93%36.03%
3.14%

Color #F7DC9E in popluar number systems.

HEXF7DC9E
Decimal247220158
Binary111101111101110010011110
Octal367334236

Shades and tints

Shades of #F7DC9E

#F7DC9E
(247,220,158)
#E1C890
(225,200,144)
#CBB482
(203,180,130)
#B5A074
(181,160,116)
#9F8C66
(159,140,102)
#897858
(137,120,88)
#73644A
(115,100,74)
#5D503C
(93,80,60)
#473C2E
(71,60,46)
#312820
(49,40,32)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #F7DC9E

#F7DC9E
(247,220,158)
#F7DFA6
(247,223,166)
#F7E2AE
(247,226,174)
#F7E5B6
(247,229,182)
#F7E8BE
(247,232,190)
#F7EBC6
(247,235,198)
#F7EECE
(247,238,206)
#F7F1D6
(247,241,214)
#F7F4DE
(247,244,222)
#F7F7E6
(247,247,230)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DC9E color. Also use rgb(247,220,158) instead hex code.

Text Font Color

.myTextColor { color: #F7DC9E; }

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

This text font color is #F7DC9E.


Background Color

.myBgColor { background-color: #F7DC9E; }

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

This div background color is #F7DC9E.


Border color

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

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

This div border color is #F7DC9E.


Opacity

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

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

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

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

This text has shadow with #F7DC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DC9E on black background.


Color preview on white background

This text has color #F7DC9E on white background.



Black color preview on #F7DC9E background

This text has black color on #F7DC9E background.


White color preview on #F7DC9E background

This text has white color on #F7DC9E background.