COLOR #F3BE96

HEX: #F3BE96
RGB: (243,190,150)

Color info

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

RGB color model

#F3BE96 color RGB value is (243,190,150).

  • red value is 243;
  • green value is 190;
  • blue value is 150.
RGB:
(243,190,150)
(95%,75%,59%)

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 150 of 255 = 59%

243
190
150

R + G + B ~ 76%. #F3BE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 190 + 150 = 583 (100%)
R 243 of 583 ~ 41.68%
G 190 of 583 ~ 32.59%
B 150 of 583 ~ 25.73%

%41.68
%32.59
%25.73

CMYK color model

#F3BE96 color CMYK value is (0,22,38,5).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 38.27%
  • key color value is 4.71%
CMYK:
(0,22,38,5)
C0M22Y38K5 
(0%,22%,38%,5%)
(0.00/0.22/0.38/0.05)	

CMYK percentages

%0
%21.81
%38.27
%4.71

Codes

Color #F3BE96 in popluar color models

F3BE96
RGB243190150
HSL26°79.49%77.06%
HSB/HSV26°38.27%95.29%
CMYK0.00%21.81%38.27%
4.71%

Color #F3BE96 in popluar number systems.

HEXF3BE96
Decimal243190150
Binary111100111011111010010110
Octal363276226

Shades and tints

Shades of #F3BE96

#F3BE96
(243,190,150)
#DDAD89
(221,173,137)
#C79C7C
(199,156,124)
#B18B6F
(177,139,111)
#9B7A62
(155,122,98)
#856955
(133,105,85)
#6F5848
(111,88,72)
#59473B
(89,71,59)
#43362E
(67,54,46)
#2D2521
(45,37,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #F3BE96

#F3BE96
(243,190,150)
#F4C39F
(244,195,159)
#F5C8A8
(245,200,168)
#F6CDB1
(246,205,177)
#F7D2BA
(247,210,186)
#F8D7C3
(248,215,195)
#F9DCCC
(249,220,204)
#FAE1D5
(250,225,213)
#FBE6DE
(251,230,222)
#FCEBE7
(252,235,231)
#FDF0F0
(253,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BE96 color. Also use rgb(243,190,150) instead hex code.

Text Font Color

.myTextColor { color: #F3BE96; }

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

This text font color is #F3BE96.


Background Color

.myBgColor { background-color: #F3BE96; }

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

This div background color is #F3BE96.


Border color

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

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

This div border color is #F3BE96.


Opacity

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

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

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

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

This text has shadow with #F3BE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BE96 on black background.


Color preview on white background

This text has color #F3BE96 on white background.



Black color preview on #F3BE96 background

This text has black color on #F3BE96 background.


White color preview on #F3BE96 background

This text has white color on #F3BE96 background.