COLOR #F3D7A5

HEX: #F3D7A5
RGB: (243,215,165)

Color info

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

RGB color model

#F3D7A5 color RGB value is (243,215,165).

  • red value is 243;
  • green value is 215;
  • blue value is 165.
RGB:
(243,215,165)
(95%,84%,65%)

RGB channels and saturation

R 243 of 255 = 95%
G 215 of 255 = 84%
B 165 of 255 = 65%

243
215
165

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

Portions of RGB colors in percentages

R + G + B =
243 + 215 + 165 = 623 (100%)
R 243 of 623 ~ 39%
G 215 of 623 ~ 34.51%
B 165 of 623 ~ 26.48%

%39
%34.51
%26.48

CMYK color model

#F3D7A5 color CMYK value is (0,12,32,5).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 32.10%
  • key color value is 4.71%
CMYK:
(0,12,32,5)
C0M12Y32K5 
(0%,12%,32%,5%)
(0.00/0.12/0.32/0.05)	

CMYK percentages

%0
%11.52
%32.1
%4.71

Codes

Color #F3D7A5 in popluar color models

F3D7A5
RGB243215165
HSL38°76.47%80.00%
HSB/HSV38°32.10%95.29%
CMYK0.00%11.52%32.10%
4.71%

Color #F3D7A5 in popluar number systems.

HEXF3D7A5
Decimal243215165
Binary111100111101011110100101
Octal363327245

Shades and tints

Shades of #F3D7A5

#F3D7A5
(243,215,165)
#DDC496
(221,196,150)
#C7B187
(199,177,135)
#B19E78
(177,158,120)
#9B8B69
(155,139,105)
#85785A
(133,120,90)
#6F654B
(111,101,75)
#59523C
(89,82,60)
#433F2D
(67,63,45)
#2D2C1E
(45,44,30)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #F3D7A5

#F3D7A5
(243,215,165)
#F4DAAD
(244,218,173)
#F5DDB5
(245,221,181)
#F6E0BD
(246,224,189)
#F7E3C5
(247,227,197)
#F8E6CD
(248,230,205)
#F9E9D5
(249,233,213)
#FAECDD
(250,236,221)
#FBEFE5
(251,239,229)
#FCF2ED
(252,242,237)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D7A5 color. Also use rgb(243,215,165) instead hex code.

Text Font Color

.myTextColor { color: #F3D7A5; }

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

This text font color is #F3D7A5.


Background Color

.myBgColor { background-color: #F3D7A5; }

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

This div background color is #F3D7A5.


Border color

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

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

This div border color is #F3D7A5.


Opacity

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

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

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

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

This text has shadow with #F3D7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D7A5 on black background.


Color preview on white background

This text has color #F3D7A5 on white background.



Black color preview on #F3D7A5 background

This text has black color on #F3D7A5 background.


White color preview on #F3D7A5 background

This text has white color on #F3D7A5 background.