COLOR #F7D3AE

HEX: #F7D3AE
RGB: (247,211,174)

Color info

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

RGB color model

#F7D3AE color RGB value is (247,211,174).

  • red value is 247;
  • green value is 211;
  • blue value is 174.
RGB:
(247,211,174)
(97%,83%,68%)

RGB channels and saturation

R 247 of 255 = 97%
G 211 of 255 = 83%
B 174 of 255 = 68%

247
211
174

R + G + B ~ 83%. #F7D3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 211 + 174 = 632 (100%)
R 247 of 632 ~ 39.08%
G 211 of 632 ~ 33.39%
B 174 of 632 ~ 27.53%

%39.08
%33.39
%27.53

CMYK color model

#F7D3AE color CMYK value is (0,15,30,3).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 29.55%
  • key color value is 3.14%
CMYK:
(0,15,30,3)
C0M15Y30K3 
(0%,15%,30%,3%)
(0.00/0.15/0.30/0.03)	

CMYK percentages

%0
%14.57
%29.55
%3.14

Codes

Color #F7D3AE in popluar color models

F7D3AE
RGB247211174
HSL30°82.02%82.55%
HSB/HSV30°29.55%96.86%
CMYK0.00%14.57%29.55%
3.14%

Color #F7D3AE in popluar number systems.

HEXF7D3AE
Decimal247211174
Binary111101111101001110101110
Octal367323256

Shades and tints

Shades of #F7D3AE

#F7D3AE
(247,211,174)
#E1C09F
(225,192,159)
#CBAD90
(203,173,144)
#B59A81
(181,154,129)
#9F8772
(159,135,114)
#897463
(137,116,99)
#736154
(115,97,84)
#5D4E45
(93,78,69)
#473B36
(71,59,54)
#312827
(49,40,39)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #F7D3AE

#F7D3AE
(247,211,174)
#F7D7B5
(247,215,181)
#F7DBBC
(247,219,188)
#F7DFC3
(247,223,195)
#F7E3CA
(247,227,202)
#F7E7D1
(247,231,209)
#F7EBD8
(247,235,216)
#F7EFDF
(247,239,223)
#F7F3E6
(247,243,230)
#F7F7ED
(247,247,237)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D3AE color. Also use rgb(247,211,174) instead hex code.

Text Font Color

.myTextColor { color: #F7D3AE; }

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

This text font color is #F7D3AE.


Background Color

.myBgColor { background-color: #F7D3AE; }

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

This div background color is #F7D3AE.


Border color

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

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

This div border color is #F7D3AE.


Opacity

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

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

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

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

This text has shadow with #F7D3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D3AE on black background.


Color preview on white background

This text has color #F7D3AE on white background.



Black color preview on #F7D3AE background

This text has black color on #F7D3AE background.


White color preview on #F7D3AE background

This text has white color on #F7D3AE background.