COLOR #F1D7BF

HEX: #F1D7BF
RGB: (241,215,191)

Color info

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

RGB color model

#F1D7BF color RGB value is (241,215,191).

  • red value is 241;
  • green value is 215;
  • blue value is 191.
RGB:
(241,215,191)
(95%,84%,75%)

RGB channels and saturation

R 241 of 255 = 95%
G 215 of 255 = 84%
B 191 of 255 = 75%

241
215
191

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

Portions of RGB colors in percentages

R + G + B =
241 + 215 + 191 = 647 (100%)
R 241 of 647 ~ 37.25%
G 215 of 647 ~ 33.23%
B 191 of 647 ~ 29.52%

%37.25
%33.23
%29.52

CMYK color model

#F1D7BF color CMYK value is (0,11,21,5).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 20.75%
  • key color value is 5.49%
CMYK:
(0,11,21,5)
C0M11Y21K5 
(0%,11%,21%,5%)
(0.00/0.11/0.21/0.05)	

CMYK percentages

%0
%10.79
%20.75
%5.49

Codes

Color #F1D7BF in popluar color models

F1D7BF
RGB241215191
HSL29°64.10%84.71%
HSB/HSV29°20.75%94.51%
CMYK0.00%10.79%20.75%
5.49%

Color #F1D7BF in popluar number systems.

HEXF1D7BF
Decimal241215191
Binary111100011101011110111111
Octal361327277

Shades and tints

Shades of #F1D7BF

#F1D7BF
(241,215,191)
#DCC4AE
(220,196,174)
#C7B19D
(199,177,157)
#B29E8C
(178,158,140)
#9D8B7B
(157,139,123)
#88786A
(136,120,106)
#736559
(115,101,89)
#5E5248
(94,82,72)
#493F37
(73,63,55)
#342C26
(52,44,38)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #F1D7BF

#F1D7BF
(241,215,191)
#F2DAC4
(242,218,196)
#F3DDC9
(243,221,201)
#F4E0CE
(244,224,206)
#F5E3D3
(245,227,211)
#F6E6D8
(246,230,216)
#F7E9DD
(247,233,221)
#F8ECE2
(248,236,226)
#F9EFE7
(249,239,231)
#FAF2EC
(250,242,236)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D7BF color. Also use rgb(241,215,191) instead hex code.

Text Font Color

.myTextColor { color: #F1D7BF; }

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

This text font color is #F1D7BF.


Background Color

.myBgColor { background-color: #F1D7BF; }

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

This div background color is #F1D7BF.


Border color

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

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

This div border color is #F1D7BF.


Opacity

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

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

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

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

This text has shadow with #F1D7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D7BF on black background.


Color preview on white background

This text has color #F1D7BF on white background.



Black color preview on #F1D7BF background

This text has black color on #F1D7BF background.


White color preview on #F1D7BF background

This text has white color on #F1D7BF background.