COLOR #F7CFA7

HEX: #F7CFA7
RGB: (247,207,167)

Color info

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

RGB color model

#F7CFA7 color RGB value is (247,207,167).

  • red value is 247;
  • green value is 207;
  • blue value is 167.
RGB:
(247,207,167)
(97%,81%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 167 of 255 = 65%

247
207
167

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

Portions of RGB colors in percentages

R + G + B =
247 + 207 + 167 = 621 (100%)
R 247 of 621 ~ 39.77%
G 207 of 621 ~ 33.33%
B 167 of 621 ~ 26.89%

%39.77
%33.33
%26.89

CMYK color model

#F7CFA7 color CMYK value is (0,16,32,3).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 32.39%
  • key color value is 3.14%
CMYK:
(0,16,32,3)
C0M16Y32K3 
(0%,16%,32%,3%)
(0.00/0.16/0.32/0.03)	

CMYK percentages

%0
%16.19
%32.39
%3.14

Codes

Color #F7CFA7 in popluar color models

F7CFA7
RGB247207167
HSL30°83.33%81.18%
HSB/HSV30°32.39%96.86%
CMYK0.00%16.19%32.39%
3.14%

Color #F7CFA7 in popluar number systems.

HEXF7CFA7
Decimal247207167
Binary111101111100111110100111
Octal367317247

Shades and tints

Shades of #F7CFA7

#F7CFA7
(247,207,167)
#E1BD98
(225,189,152)
#CBAB89
(203,171,137)
#B5997A
(181,153,122)
#9F876B
(159,135,107)
#89755C
(137,117,92)
#73634D
(115,99,77)
#5D513E
(93,81,62)
#473F2F
(71,63,47)
#312D20
(49,45,32)
#1B1B11
(27,27,17)
#000000
(0,0,0)

Tints of #F7CFA7

#F7CFA7
(247,207,167)
#F7D3AF
(247,211,175)
#F7D7B7
(247,215,183)
#F7DBBF
(247,219,191)
#F7DFC7
(247,223,199)
#F7E3CF
(247,227,207)
#F7E7D7
(247,231,215)
#F7EBDF
(247,235,223)
#F7EFE7
(247,239,231)
#F7F3EF
(247,243,239)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CFA7 color. Also use rgb(247,207,167) instead hex code.

Text Font Color

.myTextColor { color: #F7CFA7; }

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

This text font color is #F7CFA7.


Background Color

.myBgColor { background-color: #F7CFA7; }

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

This div background color is #F7CFA7.


Border color

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

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

This div border color is #F7CFA7.


Opacity

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

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

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

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

This text has shadow with #F7CFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CFA7 on black background.


Color preview on white background

This text has color #F7CFA7 on white background.



Black color preview on #F7CFA7 background

This text has black color on #F7CFA7 background.


White color preview on #F7CFA7 background

This text has white color on #F7CFA7 background.