COLOR #F7DCA5

HEX: #F7DCA5
RGB: (247,220,165)

Color info

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

RGB color model

#F7DCA5 color RGB value is (247,220,165).

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

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 165 of 255 = 65%

247
220
165

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

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 165 = 632 (100%)
R 247 of 632 ~ 39.08%
G 220 of 632 ~ 34.81%
B 165 of 632 ~ 26.11%

%39.08
%34.81
%26.11

CMYK color model

#F7DCA5 color CMYK value is (0,11,33,3).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 33.20%
  • key color value is 3.14%
CMYK:
(0,11,33,3)
C0M11Y33K3 
(0%,11%,33%,3%)
(0.00/0.11/0.33/0.03)	

CMYK percentages

%0
%10.93
%33.2
%3.14

Codes

Color #F7DCA5 in popluar color models

F7DCA5
RGB247220165
HSL40°83.67%80.78%
HSB/HSV40°33.20%96.86%
CMYK0.00%10.93%33.20%
3.14%

Color #F7DCA5 in popluar number systems.

HEXF7DCA5
Decimal247220165
Binary111101111101110010100101
Octal367334245

Shades and tints

Shades of #F7DCA5

#F7DCA5
(247,220,165)
#E1C896
(225,200,150)
#CBB487
(203,180,135)
#B5A078
(181,160,120)
#9F8C69
(159,140,105)
#89785A
(137,120,90)
#73644B
(115,100,75)
#5D503C
(93,80,60)
#473C2D
(71,60,45)
#31281E
(49,40,30)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #F7DCA5

#F7DCA5
(247,220,165)
#F7DFAD
(247,223,173)
#F7E2B5
(247,226,181)
#F7E5BD
(247,229,189)
#F7E8C5
(247,232,197)
#F7EBCD
(247,235,205)
#F7EED5
(247,238,213)
#F7F1DD
(247,241,221)
#F7F4E5
(247,244,229)
#F7F7ED
(247,247,237)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCA5; }

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

This text font color is #F7DCA5.


Background Color

.myBgColor { background-color: #F7DCA5; }

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

This div background color is #F7DCA5.


Border color

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

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

This div border color is #F7DCA5.


Opacity

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

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

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

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

This text has shadow with #F7DCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCA5 on black background.


Color preview on white background

This text has color #F7DCA5 on white background.



Black color preview on #F7DCA5 background

This text has black color on #F7DCA5 background.


White color preview on #F7DCA5 background

This text has white color on #F7DCA5 background.