COLOR #F5D1BF

HEX: #F5D1BF
RGB: (245,209,191)

Color info

#F5D1BF contains red, green and blue colors in about the same proportion. Web safe color of #F5D1BF is #FFCCCC (or #FCC).

RGB color model

#F5D1BF color RGB value is (245,209,191).

  • red value is 245;
  • green value is 209;
  • blue value is 191.
RGB:
(245,209,191)
(96%,82%,75%)

RGB channels and saturation

R 245 of 255 = 96%
G 209 of 255 = 82%
B 191 of 255 = 75%

245
209
191

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

Portions of RGB colors in percentages

R + G + B =
245 + 209 + 191 = 645 (100%)
R 245 of 645 ~ 37.98%
G 209 of 645 ~ 32.4%
B 191 of 645 ~ 29.61%

%37.98
%32.4
%29.61

CMYK color model

#F5D1BF color CMYK value is (0,15,22,4).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 22.04%
  • key color value is 3.92%
CMYK:
(0,15,22,4)
C0M15Y22K4 
(0%,15%,22%,4%)
(0.00/0.15/0.22/0.04)	

CMYK percentages

%0
%14.69
%22.04
%3.92

Codes

Color #F5D1BF in popluar color models

F5D1BF
RGB245209191
HSL20°72.97%85.49%
HSB/HSV20°22.04%96.08%
CMYK0.00%14.69%22.04%
3.92%

Color #F5D1BF in popluar number systems.

HEXF5D1BF
Decimal245209191
Binary111101011101000110111111
Octal365321277

Shades and tints

Shades of #F5D1BF

#F5D1BF
(245,209,191)
#DFBEAE
(223,190,174)
#C9AB9D
(201,171,157)
#B3988C
(179,152,140)
#9D857B
(157,133,123)
#87726A
(135,114,106)
#715F59
(113,95,89)
#5B4C48
(91,76,72)
#453937
(69,57,55)
#2F2626
(47,38,38)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #F5D1BF

#F5D1BF
(245,209,191)
#F5D5C4
(245,213,196)
#F5D9C9
(245,217,201)
#F5DDCE
(245,221,206)
#F5E1D3
(245,225,211)
#F5E5D8
(245,229,216)
#F5E9DD
(245,233,221)
#F5EDE2
(245,237,226)
#F5F1E7
(245,241,231)
#F5F5EC
(245,245,236)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D1BF color. Also use rgb(245,209,191) instead hex code.

Text Font Color

.myTextColor { color: #F5D1BF; }

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

This text font color is #F5D1BF.


Background Color

.myBgColor { background-color: #F5D1BF; }

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

This div background color is #F5D1BF.


Border color

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

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

This div border color is #F5D1BF.


Opacity

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

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

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

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

This text has shadow with #F5D1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D1BF on black background.


Color preview on white background

This text has color #F5D1BF on white background.



Black color preview on #F5D1BF background

This text has black color on #F5D1BF background.


White color preview on #F5D1BF background

This text has white color on #F5D1BF background.