COLOR #F5DFB7

HEX: #F5DFB7
RGB: (245,223,183)

Color info

#F5DFB7 contains mainly red and green colors. Web safe color of #F5DFB7 is #FFCCCC (or #FCC).

RGB color model

#F5DFB7 color RGB value is (245,223,183).

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

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 183 of 255 = 72%

245
223
183

R + G + B ~ 85%. #F5DFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 223 + 183 = 651 (100%)
R 245 of 651 ~ 37.63%
G 223 of 651 ~ 34.25%
B 183 of 651 ~ 28.11%

%37.63
%34.25
%28.11

CMYK color model

#F5DFB7 color CMYK value is (0,9,25,4).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 25.31%
  • key color value is 3.92%
CMYK:
(0,9,25,4)
C0M9Y25K4 
(0%,9%,25%,4%)
(0.00/0.09/0.25/0.04)	

CMYK percentages

%0
%8.98
%25.31
%3.92

Codes

Color #F5DFB7 in popluar color models

F5DFB7
RGB245223183
HSL39°75.61%83.92%
HSB/HSV39°25.31%96.08%
CMYK0.00%8.98%25.31%
3.92%

Color #F5DFB7 in popluar number systems.

HEXF5DFB7
Decimal245223183
Binary111101011101111110110111
Octal365337267

Shades and tints

Shades of #F5DFB7

#F5DFB7
(245,223,183)
#DFCBA7
(223,203,167)
#C9B797
(201,183,151)
#B3A387
(179,163,135)
#9D8F77
(157,143,119)
#877B67
(135,123,103)
#716757
(113,103,87)
#5B5347
(91,83,71)
#453F37
(69,63,55)
#2F2B27
(47,43,39)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #F5DFB7

#F5DFB7
(245,223,183)
#F5E1BD
(245,225,189)
#F5E3C3
(245,227,195)
#F5E5C9
(245,229,201)
#F5E7CF
(245,231,207)
#F5E9D5
(245,233,213)
#F5EBDB
(245,235,219)
#F5EDE1
(245,237,225)
#F5EFE7
(245,239,231)
#F5F1ED
(245,241,237)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DFB7; }

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

This text font color is #F5DFB7.


Background Color

.myBgColor { background-color: #F5DFB7; }

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

This div background color is #F5DFB7.


Border color

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

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

This div border color is #F5DFB7.


Opacity

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

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

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

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

This text has shadow with #F5DFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DFB7 on black background.


Color preview on white background

This text has color #F5DFB7 on white background.



Black color preview on #F5DFB7 background

This text has black color on #F5DFB7 background.


White color preview on #F5DFB7 background

This text has white color on #F5DFB7 background.