COLOR #F1D4A7

HEX: #F1D4A7
RGB: (241,212,167)

Color info

#F1D4A7 contains mainly red and green colors. Web safe color of #F1D4A7 is #FFCC99 (or #FC9).

RGB color model

#F1D4A7 color RGB value is (241,212,167).

  • red value is 241;
  • green value is 212;
  • blue value is 167.
RGB:
(241,212,167)
(95%,83%,65%)

RGB channels and saturation

R 241 of 255 = 95%
G 212 of 255 = 83%
B 167 of 255 = 65%

241
212
167

R + G + B ~ 81%. #F1D4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 212 + 167 = 620 (100%)
R 241 of 620 ~ 38.87%
G 212 of 620 ~ 34.19%
B 167 of 620 ~ 26.94%

%38.87
%34.19
%26.94

CMYK color model

#F1D4A7 color CMYK value is (0,12,31,5).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 30.71%
  • key color value is 5.49%
CMYK:
(0,12,31,5)
C0M12Y31K5 
(0%,12%,31%,5%)
(0.00/0.12/0.31/0.05)	

CMYK percentages

%0
%12.03
%30.71
%5.49

Codes

Color #F1D4A7 in popluar color models

F1D4A7
RGB241212167
HSL36°72.55%80.00%
HSB/HSV36°30.71%94.51%
CMYK0.00%12.03%30.71%
5.49%

Color #F1D4A7 in popluar number systems.

HEXF1D4A7
Decimal241212167
Binary111100011101010010100111
Octal361324247

Shades and tints

Shades of #F1D4A7

#F1D4A7
(241,212,167)
#DCC198
(220,193,152)
#C7AE89
(199,174,137)
#B29B7A
(178,155,122)
#9D886B
(157,136,107)
#88755C
(136,117,92)
#73624D
(115,98,77)
#5E4F3E
(94,79,62)
#493C2F
(73,60,47)
#342920
(52,41,32)
#1F1611
(31,22,17)
#000000
(0,0,0)

Tints of #F1D4A7

#F1D4A7
(241,212,167)
#F2D7AF
(242,215,175)
#F3DAB7
(243,218,183)
#F4DDBF
(244,221,191)
#F5E0C7
(245,224,199)
#F6E3CF
(246,227,207)
#F7E6D7
(247,230,215)
#F8E9DF
(248,233,223)
#F9ECE7
(249,236,231)
#FAEFEF
(250,239,239)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D4A7 color. Also use rgb(241,212,167) instead hex code.

Text Font Color

.myTextColor { color: #F1D4A7; }

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

This text font color is #F1D4A7.


Background Color

.myBgColor { background-color: #F1D4A7; }

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

This div background color is #F1D4A7.


Border color

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

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

This div border color is #F1D4A7.


Opacity

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

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

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

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

This text has shadow with #F1D4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D4A7 on black background.


Color preview on white background

This text has color #F1D4A7 on white background.



Black color preview on #F1D4A7 background

This text has black color on #F1D4A7 background.


White color preview on #F1D4A7 background

This text has white color on #F1D4A7 background.