COLOR #F5D9AC

HEX: #F5D9AC
RGB: (245,217,172)

Color info

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

RGB color model

#F5D9AC color RGB value is (245,217,172).

  • red value is 245;
  • green value is 217;
  • blue value is 172.
RGB: (245,217,172) (96%,85%,67%)

RGB channels and saturation

R 245 of 255 = 96%
G 217 of 255 = 85%
B 172 of 255 = 67%

245
217
172

R + G + B ~ 83%. #F5D9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 217 + 172 = 634 (100%)
R 245 of 634 ~ 38.64%
G 217 of 634 ~ 34.23%
B 172 of 634 ~ 27.13%

%38.64
%34.23
%27.13

CMYK color model

#F5D9AC color CMYK value is (0,11,30,4).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 29.80%
  • key color value is 3.92%
CMYK: (0,11,30,4) C0M11Y30K4 (0%,11%,30%,4%) (0.00/0.11/0.30/0.04)

CMYK percentages

%0
%11.43
%29.8
%3.92

Codes

Color #F5D9AC in popluar color models

F5D9AC
RGB245217172
HSL37°78.49%81.76%
HSB/HSV37°29.80%96.08%
CMYK0.00%11.43%29.80%
3.92%

Color #F5D9AC in popluar number systems.

HEXF5D9AC
Decimal245217172
Binary111101011101100110101100
Octal365331254

Shades and tints

Shades of #F5D9AC

#F5D9AC
(245,217,172)
#DFC69D
(223,198,157)
#C9B38E
(201,179,142)
#B3A07F
(179,160,127)
#9D8D70
(157,141,112)
#877A61
(135,122,97)
#716752
(113,103,82)
#5B5443
(91,84,67)
#454134
(69,65,52)
#2F2E25
(47,46,37)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #F5D9AC

#F5D9AC
(245,217,172)
#F5DCB3
(245,220,179)
#F5DFBA
(245,223,186)
#F5E2C1
(245,226,193)
#F5E5C8
(245,229,200)
#F5E8CF
(245,232,207)
#F5EBD6
(245,235,214)
#F5EEDD
(245,238,221)
#F5F1E4
(245,241,228)
#F5F4EB
(245,244,235)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D9AC color. Also use rgb(245,217,172) instead hex code.

Text Font Color

.myTextColor { color: #F5D9AC; }

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

This text font color is #F5D9AC.


Background Color

.myBgColor { background-color: #F5D9AC; }

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

This div background color is #F5D9AC.


Border color

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

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

This div border color is #F5D9AC.


Opacity

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

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

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

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

This text has shadow with #F5D9AC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F5D9AC on black background.


Color preview on white background

This text has color #F5D9AC on white background.



Black color preview on #F5D9AC background

This text has black color on #F5D9AC background.


White color preview on #F5D9AC background

This text has white color on #F5D9AC background.