COLOR #F3CFA7

HEX: #F3CFA7
RGB: (243,207,167)

Color info

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

RGB color model

#F3CFA7 color RGB value is (243,207,167).

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

RGB channels and saturation

R 243 of 255 = 95%
G 207 of 255 = 81%
B 167 of 255 = 65%

243
207
167

R + G + B ~ 80%. #F3CFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 207 + 167 = 617 (100%)
R 243 of 617 ~ 39.38%
G 207 of 617 ~ 33.55%
B 167 of 617 ~ 27.07%

%39.38
%33.55
%27.07

CMYK color model

#F3CFA7 color CMYK value is (0,15,31,5).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 31.28%
  • key color value is 4.71%
CMYK:
(0,15,31,5)
C0M15Y31K5 
(0%,15%,31%,5%)
(0.00/0.15/0.31/0.05)	

CMYK percentages

%0
%14.81
%31.28
%4.71

Codes

Color #F3CFA7 in popluar color models

F3CFA7
RGB243207167
HSL32°76.00%80.39%
HSB/HSV32°31.28%95.29%
CMYK0.00%14.81%31.28%
4.71%

Color #F3CFA7 in popluar number systems.

HEXF3CFA7
Decimal243207167
Binary111100111100111110100111
Octal363317247

Shades and tints

Shades of #F3CFA7

#F3CFA7
(243,207,167)
#DDBD98
(221,189,152)
#C7AB89
(199,171,137)
#B1997A
(177,153,122)
#9B876B
(155,135,107)
#85755C
(133,117,92)
#6F634D
(111,99,77)
#59513E
(89,81,62)
#433F2F
(67,63,47)
#2D2D20
(45,45,32)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #F3CFA7

#F3CFA7
(243,207,167)
#F4D3AF
(244,211,175)
#F5D7B7
(245,215,183)
#F6DBBF
(246,219,191)
#F7DFC7
(247,223,199)
#F8E3CF
(248,227,207)
#F9E7D7
(249,231,215)
#FAEBDF
(250,235,223)
#FBEFE7
(251,239,231)
#FCF3EF
(252,243,239)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CFA7; }

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

This text font color is #F3CFA7.


Background Color

.myBgColor { background-color: #F3CFA7; }

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

This div background color is #F3CFA7.


Border color

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

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

This div border color is #F3CFA7.


Opacity

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

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

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

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

This text has shadow with #F3CFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CFA7 on black background.


Color preview on white background

This text has color #F3CFA7 on white background.



Black color preview on #F3CFA7 background

This text has black color on #F3CFA7 background.


White color preview on #F3CFA7 background

This text has white color on #F3CFA7 background.