COLOR #F7DA9D

HEX: #F7DA9D RGB: (247,218,157)

Color info

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

RGB color model

#F7DA9D color RGB value is (247,218,157).

RGB: (247,218,157) (97%, 85%, 62%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 157 of 255 = 62%

247
218
157

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

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 157 = 622 (100%)
R 247 of 622 ~ 39.71%
G 218 of 622 ~ 35.05%
B 157 of 622 ~ 25.24'%

%39.71
%35.05
%25.24

CMYK color model

#F7DA9D color CMYK value is (0,12,36,3).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 36.44%
  • key color value is 3.14%

CMYK: (0,12,36,3)
C0M12Y36K3 (0%, 12%, 36%, 3%)
(0.00 / 0.12 / 0.36 / 0.03)

CMYK percentages

%0
%11.74
%36.44
%3.14

Codes

Color #F7DA9D in popluar color models

F7 DA 9D
RGB 247 218 157
HSL 41° 84.91% 79.22%
HSB/HSV 41° 36.44% 96.86%
CMYK 0.00% 11.74% 36.44%
3.14%

Color #F7DA9D in popluar number systems.

HEX F7 DA 9D
Decimal 247 218 157
Binary 11110111 11011010 10011101
Octal 367 332 235

Shades and tints

Shades of #F7DA9D

#F7DA9D
(247,218,157)
#E1C78F
(225,199,143)
#CBB481
(203,180,129)
#B5A173
(181,161,115)
#9F8E65
(159,142,101)
#897B57
(137,123,87)
#736849
(115,104,73)
#5D553B
(93,85,59)
#47422D
(71,66,45)
#312F1F
(49,47,31)
#1B1C11
(27,28,17)
#000000
(0,0,0)

Tints of #F7DA9D

#F7DA9D
(247,218,157)
#F7DDA5
(247,221,165)
#F7E0AD
(247,224,173)
#F7E3B5
(247,227,181)
#F7E6BD
(247,230,189)
#F7E9C5
(247,233,197)
#F7ECCD
(247,236,205)
#F7EFD5
(247,239,213)
#F7F2DD
(247,242,221)
#F7F5E5
(247,245,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DA9D color. Also use rgb(247,218,157) instead hex code.

Text Font Color

.myTextColor { color: #F7DA9D; }

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

This text font color is #F7DA9D.

Background Color

.myBgColor { background-color: #F7DA9D; }

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

This div background color is #F7DA9D.

Border color

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

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

This div border color is #F7DA9D.

Opacity

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

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

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

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

This text has shadow with #F7DA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DA9D.

Preview

Color preview on black background

This text has color #F7DA9D on black background.


Color preview on white background

This text has color #F7DA9D on white background.


Black color preview on #F7DA9D background

This text has black color on #F7DA9D background.


White color preview on #F7DA9D background

This text has white color on #F7DA9D background.


Related colors

Complementary color

Complementary color for #hex is #082562.


I love getcolorcode.com

Triadic colors

1 #9DF7DA and #DA9DF7 with #F7DA9D are triadic colors.

2 #9DDAF7 and #DAF79D with #F7DA9D are triadic colors.