COLOR #F5D5AD

HEX: #F5D5AD
RGB: (245,213,173)

Color info

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

RGB color model

#F5D5AD color RGB value is (245,213,173).

  • red value is 245;
  • green value is 213;
  • blue value is 173.
RGB:
(245,213,173)
(96%,84%,68%)

RGB channels and saturation

R 245 of 255 = 96%
G 213 of 255 = 84%
B 173 of 255 = 68%

245
213
173

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

Portions of RGB colors in percentages

R + G + B =
245 + 213 + 173 = 631 (100%)
R 245 of 631 ~ 38.83%
G 213 of 631 ~ 33.76%
B 173 of 631 ~ 27.42%

%38.83
%33.76
%27.42

CMYK color model

#F5D5AD color CMYK value is (0,13,29,4).

  • cyan value is 0.00%
  • magenta value is 13.06%
  • yellow value is 29.39%
  • key color value is 3.92%
CMYK:
(0,13,29,4)
C0M13Y29K4 
(0%,13%,29%,4%)
(0.00/0.13/0.29/0.04)	

CMYK percentages

%0
%13.06
%29.39
%3.92

Codes

Color #F5D5AD in popluar color models

F5D5AD
RGB245213173
HSL33°78.26%81.96%
HSB/HSV33°29.39%96.08%
CMYK0.00%13.06%29.39%
3.92%

Color #F5D5AD in popluar number systems.

HEXF5D5AD
Decimal245213173
Binary111101011101010110101101
Octal365325255

Shades and tints

Shades of #F5D5AD

#F5D5AD
(245,213,173)
#DFC29E
(223,194,158)
#C9AF8F
(201,175,143)
#B39C80
(179,156,128)
#9D8971
(157,137,113)
#877662
(135,118,98)
#716353
(113,99,83)
#5B5044
(91,80,68)
#453D35
(69,61,53)
#2F2A26
(47,42,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #F5D5AD

#F5D5AD
(245,213,173)
#F5D8B4
(245,216,180)
#F5DBBB
(245,219,187)
#F5DEC2
(245,222,194)
#F5E1C9
(245,225,201)
#F5E4D0
(245,228,208)
#F5E7D7
(245,231,215)
#F5EADE
(245,234,222)
#F5EDE5
(245,237,229)
#F5F0EC
(245,240,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D5AD color. Also use rgb(245,213,173) instead hex code.

Text Font Color

.myTextColor { color: #F5D5AD; }

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

This text font color is #F5D5AD.


Background Color

.myBgColor { background-color: #F5D5AD; }

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

This div background color is #F5D5AD.


Border color

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

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

This div border color is #F5D5AD.


Opacity

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

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

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

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

This text has shadow with #F5D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D5AD on black background.


Color preview on white background

This text has color #F5D5AD on white background.



Black color preview on #F5D5AD background

This text has black color on #F5D5AD background.


White color preview on #F5D5AD background

This text has white color on #F5D5AD background.