COLOR #F1B98B

HEX: #F1B98B
RGB: (241,185,139)

Color info

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

RGB color model

#F1B98B color RGB value is (241,185,139).

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

RGB channels and saturation

R 241 of 255 = 95%
G 185 of 255 = 73%
B 139 of 255 = 55%

241
185
139

R + G + B ~ 74%. #F1B98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 185 + 139 = 565 (100%)
R 241 of 565 ~ 42.65%
G 185 of 565 ~ 32.74%
B 139 of 565 ~ 24.6%

%42.65
%32.74
%24.6

CMYK color model

#F1B98B color CMYK value is (0,23,42,5).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 42.32%
  • key color value is 5.49%
CMYK:
(0,23,42,5)
C0M23Y42K5 
(0%,23%,42%,5%)
(0.00/0.23/0.42/0.05)	

CMYK percentages

%0
%23.24
%42.32
%5.49

Codes

Color #F1B98B in popluar color models

F1B98B
RGB241185139
HSL27°78.46%74.51%
HSB/HSV27°42.32%94.51%
CMYK0.00%23.24%42.32%
5.49%

Color #F1B98B in popluar number systems.

HEXF1B98B
Decimal241185139
Binary111100011011100110001011
Octal361271213

Shades and tints

Shades of #F1B98B

#F1B98B
(241,185,139)
#DCA97F
(220,169,127)
#C79973
(199,153,115)
#B28967
(178,137,103)
#9D795B
(157,121,91)
#88694F
(136,105,79)
#735943
(115,89,67)
#5E4937
(94,73,55)
#49392B
(73,57,43)
#34291F
(52,41,31)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #F1B98B

#F1B98B
(241,185,139)
#F2BF95
(242,191,149)
#F3C59F
(243,197,159)
#F4CBA9
(244,203,169)
#F5D1B3
(245,209,179)
#F6D7BD
(246,215,189)
#F7DDC7
(247,221,199)
#F8E3D1
(248,227,209)
#F9E9DB
(249,233,219)
#FAEFE5
(250,239,229)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B98B; }

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

This text font color is #F1B98B.


Background Color

.myBgColor { background-color: #F1B98B; }

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

This div background color is #F1B98B.


Border color

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

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

This div border color is #F1B98B.


Opacity

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

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

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

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

This text has shadow with #F1B98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B98B on black background.


Color preview on white background

This text has color #F1B98B on white background.



Black color preview on #F1B98B background

This text has black color on #F1B98B background.


White color preview on #F1B98B background

This text has white color on #F1B98B background.