COLOR #F5D7A6

HEX: #F5D7A6
RGB: (245,215,166)

Color info

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

RGB color model

#F5D7A6 color RGB value is (245,215,166).

  • red value is 245;
  • green value is 215;
  • blue value is 166.
RGB:
(245,215,166)
(96%,84%,65%)

RGB channels and saturation

R 245 of 255 = 96%
G 215 of 255 = 84%
B 166 of 255 = 65%

245
215
166

R + G + B ~ 82%. #F5D7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 215 + 166 = 626 (100%)
R 245 of 626 ~ 39.14%
G 215 of 626 ~ 34.35%
B 166 of 626 ~ 26.52%

%39.14
%34.35
%26.52

CMYK color model

#F5D7A6 color CMYK value is (0,12,32,4).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 32.24%
  • key color value is 3.92%
CMYK:
(0,12,32,4)
C0M12Y32K4 
(0%,12%,32%,4%)
(0.00/0.12/0.32/0.04)	

CMYK percentages

%0
%12.24
%32.24
%3.92

Codes

Color #F5D7A6 in popluar color models

F5D7A6
RGB245215166
HSL37°79.80%80.59%
HSB/HSV37°32.24%96.08%
CMYK0.00%12.24%32.24%
3.92%

Color #F5D7A6 in popluar number systems.

HEXF5D7A6
Decimal245215166
Binary111101011101011110100110
Octal365327246

Shades and tints

Shades of #F5D7A6

#F5D7A6
(245,215,166)
#DFC497
(223,196,151)
#C9B188
(201,177,136)
#B39E79
(179,158,121)
#9D8B6A
(157,139,106)
#87785B
(135,120,91)
#71654C
(113,101,76)
#5B523D
(91,82,61)
#453F2E
(69,63,46)
#2F2C1F
(47,44,31)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #F5D7A6

#F5D7A6
(245,215,166)
#F5DAAE
(245,218,174)
#F5DDB6
(245,221,182)
#F5E0BE
(245,224,190)
#F5E3C6
(245,227,198)
#F5E6CE
(245,230,206)
#F5E9D6
(245,233,214)
#F5ECDE
(245,236,222)
#F5EFE6
(245,239,230)
#F5F2EE
(245,242,238)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D7A6 color. Also use rgb(245,215,166) instead hex code.

Text Font Color

.myTextColor { color: #F5D7A6; }

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

This text font color is #F5D7A6.


Background Color

.myBgColor { background-color: #F5D7A6; }

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

This div background color is #F5D7A6.


Border color

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

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

This div border color is #F5D7A6.


Opacity

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

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

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

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

This text has shadow with #F5D7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D7A6 on black background.


Color preview on white background

This text has color #F5D7A6 on white background.



Black color preview on #F5D7A6 background

This text has black color on #F5D7A6 background.


White color preview on #F5D7A6 background

This text has white color on #F5D7A6 background.