COLOR #F5DFAE

HEX: #F5DFAE
RGB: (245,223,174)

Color info

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

RGB color model

#F5DFAE color RGB value is (245,223,174).

  • red value is 245;
  • green value is 223;
  • blue value is 174.
RGB:
(245,223,174)
(96%,87%,68%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 174 of 255 = 68%

245
223
174

R + G + B ~ 84%. #F5DFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 223 + 174 = 642 (100%)
R 245 of 642 ~ 38.16%
G 223 of 642 ~ 34.74%
B 174 of 642 ~ 27.1%

%38.16
%34.74
%27.1

CMYK color model

#F5DFAE color CMYK value is (0,9,29,4).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(0,9,29,4)
C0M9Y29K4 
(0%,9%,29%,4%)
(0.00/0.09/0.29/0.04)	

CMYK percentages

%0
%8.98
%28.98
%3.92

Codes

Color #F5DFAE in popluar color models

F5DFAE
RGB245223174
HSL41°78.02%82.16%
HSB/HSV41°28.98%96.08%
CMYK0.00%8.98%28.98%
3.92%

Color #F5DFAE in popluar number systems.

HEXF5DFAE
Decimal245223174
Binary111101011101111110101110
Octal365337256

Shades and tints

Shades of #F5DFAE

#F5DFAE
(245,223,174)
#DFCB9F
(223,203,159)
#C9B790
(201,183,144)
#B3A381
(179,163,129)
#9D8F72
(157,143,114)
#877B63
(135,123,99)
#716754
(113,103,84)
#5B5345
(91,83,69)
#453F36
(69,63,54)
#2F2B27
(47,43,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #F5DFAE

#F5DFAE
(245,223,174)
#F5E1B5
(245,225,181)
#F5E3BC
(245,227,188)
#F5E5C3
(245,229,195)
#F5E7CA
(245,231,202)
#F5E9D1
(245,233,209)
#F5EBD8
(245,235,216)
#F5EDDF
(245,237,223)
#F5EFE6
(245,239,230)
#F5F1ED
(245,241,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DFAE color. Also use rgb(245,223,174) instead hex code.

Text Font Color

.myTextColor { color: #F5DFAE; }

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

This text font color is #F5DFAE.


Background Color

.myBgColor { background-color: #F5DFAE; }

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

This div background color is #F5DFAE.


Border color

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

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

This div border color is #F5DFAE.


Opacity

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

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

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

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

This text has shadow with #F5DFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DFAE on black background.


Color preview on white background

This text has color #F5DFAE on white background.



Black color preview on #F5DFAE background

This text has black color on #F5DFAE background.


White color preview on #F5DFAE background

This text has white color on #F5DFAE background.