COLOR #F1D7B9

HEX: #F1D7B9
RGB: (241,215,185)

Color info

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

RGB color model

#F1D7B9 color RGB value is (241,215,185).

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

RGB channels and saturation

R 241 of 255 = 95%
G 215 of 255 = 84%
B 185 of 255 = 73%

241
215
185

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

Portions of RGB colors in percentages

R + G + B =
241 + 215 + 185 = 641 (100%)
R 241 of 641 ~ 37.6%
G 215 of 641 ~ 33.54%
B 185 of 641 ~ 28.86%

%37.6
%33.54
%28.86

CMYK color model

#F1D7B9 color CMYK value is (0,11,23,5).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 23.24%
  • key color value is 5.49%
CMYK:
(0,11,23,5)
C0M11Y23K5 
(0%,11%,23%,5%)
(0.00/0.11/0.23/0.05)	

CMYK percentages

%0
%10.79
%23.24
%5.49

Codes

Color #F1D7B9 in popluar color models

F1D7B9
RGB241215185
HSL32°66.67%83.53%
HSB/HSV32°23.24%94.51%
CMYK0.00%10.79%23.24%
5.49%

Color #F1D7B9 in popluar number systems.

HEXF1D7B9
Decimal241215185
Binary111100011101011110111001
Octal361327271

Shades and tints

Shades of #F1D7B9

#F1D7B9
(241,215,185)
#DCC4A9
(220,196,169)
#C7B199
(199,177,153)
#B29E89
(178,158,137)
#9D8B79
(157,139,121)
#887869
(136,120,105)
#736559
(115,101,89)
#5E5249
(94,82,73)
#493F39
(73,63,57)
#342C29
(52,44,41)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #F1D7B9

#F1D7B9
(241,215,185)
#F2DABF
(242,218,191)
#F3DDC5
(243,221,197)
#F4E0CB
(244,224,203)
#F5E3D1
(245,227,209)
#F6E6D7
(246,230,215)
#F7E9DD
(247,233,221)
#F8ECE3
(248,236,227)
#F9EFE9
(249,239,233)
#FAF2EF
(250,242,239)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D7B9; }

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

This text font color is #F1D7B9.


Background Color

.myBgColor { background-color: #F1D7B9; }

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

This div background color is #F1D7B9.


Border color

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

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

This div border color is #F1D7B9.


Opacity

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

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

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

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

This text has shadow with #F1D7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D7B9 on black background.


Color preview on white background

This text has color #F1D7B9 on white background.



Black color preview on #F1D7B9 background

This text has black color on #F1D7B9 background.


White color preview on #F1D7B9 background

This text has white color on #F1D7B9 background.