COLOR #F7D2A3

HEX: #F7D2A3
RGB: (247,210,163)

Color info

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

RGB color model

#F7D2A3 color RGB value is (247,210,163).

  • red value is 247;
  • green value is 210;
  • blue value is 163.
RGB:
(247,210,163)
(97%,82%,64%)

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 163 of 255 = 64%

247
210
163

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

Portions of RGB colors in percentages

R + G + B =
247 + 210 + 163 = 620 (100%)
R 247 of 620 ~ 39.84%
G 210 of 620 ~ 33.87%
B 163 of 620 ~ 26.29%

%39.84
%33.87
%26.29

CMYK color model

#F7D2A3 color CMYK value is (0,15,34,3).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 34.01%
  • key color value is 3.14%
CMYK:
(0,15,34,3)
C0M15Y34K3 
(0%,15%,34%,3%)
(0.00/0.15/0.34/0.03)	

CMYK percentages

%0
%14.98
%34.01
%3.14

Codes

Color #F7D2A3 in popluar color models

F7D2A3
RGB247210163
HSL34°84.00%80.39%
HSB/HSV34°34.01%96.86%
CMYK0.00%14.98%34.01%
3.14%

Color #F7D2A3 in popluar number systems.

HEXF7D2A3
Decimal247210163
Binary111101111101001010100011
Octal367322243

Shades and tints

Shades of #F7D2A3

#F7D2A3
(247,210,163)
#E1BF95
(225,191,149)
#CBAC87
(203,172,135)
#B59979
(181,153,121)
#9F866B
(159,134,107)
#89735D
(137,115,93)
#73604F
(115,96,79)
#5D4D41
(93,77,65)
#473A33
(71,58,51)
#312725
(49,39,37)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #F7D2A3

#F7D2A3
(247,210,163)
#F7D6AB
(247,214,171)
#F7DAB3
(247,218,179)
#F7DEBB
(247,222,187)
#F7E2C3
(247,226,195)
#F7E6CB
(247,230,203)
#F7EAD3
(247,234,211)
#F7EEDB
(247,238,219)
#F7F2E3
(247,242,227)
#F7F6EB
(247,246,235)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D2A3 color. Also use rgb(247,210,163) instead hex code.

Text Font Color

.myTextColor { color: #F7D2A3; }

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

This text font color is #F7D2A3.


Background Color

.myBgColor { background-color: #F7D2A3; }

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

This div background color is #F7D2A3.


Border color

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

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

This div border color is #F7D2A3.


Opacity

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

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

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

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

This text has shadow with #F7D2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D2A3 on black background.


Color preview on white background

This text has color #F7D2A3 on white background.



Black color preview on #F7D2A3 background

This text has black color on #F7D2A3 background.


White color preview on #F7D2A3 background

This text has white color on #F7D2A3 background.