COLOR #F1DAB7

HEX: #F1DAB7
RGB: (241,218,183)

Color info

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

RGB color model

#F1DAB7 color RGB value is (241,218,183).

  • red value is 241;
  • green value is 218;
  • blue value is 183.
RGB:
(241,218,183)
(95%,85%,72%)

RGB channels and saturation

R 241 of 255 = 95%
G 218 of 255 = 85%
B 183 of 255 = 72%

241
218
183

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

Portions of RGB colors in percentages

R + G + B =
241 + 218 + 183 = 642 (100%)
R 241 of 642 ~ 37.54%
G 218 of 642 ~ 33.96%
B 183 of 642 ~ 28.5%

%37.54
%33.96
%28.5

CMYK color model

#F1DAB7 color CMYK value is (0,10,24,5).

  • cyan value is 0.00%
  • magenta value is 9.54%
  • yellow value is 24.07%
  • key color value is 5.49%
CMYK:
(0,10,24,5)
C0M10Y24K5 
(0%,10%,24%,5%)
(0.00/0.10/0.24/0.05)	

CMYK percentages

%0
%9.54
%24.07
%5.49

Codes

Color #F1DAB7 in popluar color models

F1DAB7
RGB241218183
HSL36°67.44%83.14%
HSB/HSV36°24.07%94.51%
CMYK0.00%9.54%24.07%
5.49%

Color #F1DAB7 in popluar number systems.

HEXF1DAB7
Decimal241218183
Binary111100011101101010110111
Octal361332267

Shades and tints

Shades of #F1DAB7

#F1DAB7
(241,218,183)
#DCC7A7
(220,199,167)
#C7B497
(199,180,151)
#B2A187
(178,161,135)
#9D8E77
(157,142,119)
#887B67
(136,123,103)
#736857
(115,104,87)
#5E5547
(94,85,71)
#494237
(73,66,55)
#342F27
(52,47,39)
#1F1C17
(31,28,23)
#000000
(0,0,0)

Tints of #F1DAB7

#F1DAB7
(241,218,183)
#F2DDBD
(242,221,189)
#F3E0C3
(243,224,195)
#F4E3C9
(244,227,201)
#F5E6CF
(245,230,207)
#F6E9D5
(246,233,213)
#F7ECDB
(247,236,219)
#F8EFE1
(248,239,225)
#F9F2E7
(249,242,231)
#FAF5ED
(250,245,237)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DAB7 color. Also use rgb(241,218,183) instead hex code.

Text Font Color

.myTextColor { color: #F1DAB7; }

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

This text font color is #F1DAB7.


Background Color

.myBgColor { background-color: #F1DAB7; }

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

This div background color is #F1DAB7.


Border color

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

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

This div border color is #F1DAB7.


Opacity

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

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

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

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

This text has shadow with #F1DAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DAB7 on black background.


Color preview on white background

This text has color #F1DAB7 on white background.



Black color preview on #F1DAB7 background

This text has black color on #F1DAB7 background.


White color preview on #F1DAB7 background

This text has white color on #F1DAB7 background.