COLOR #F3B9A4

HEX: #F3B9A4
RGB: (243,185,164)

Color info

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

RGB color model

#F3B9A4 color RGB value is (243,185,164).

  • red value is 243;
  • green value is 185;
  • blue value is 164.
RGB:
(243,185,164)
(95%,73%,64%)

RGB channels and saturation

R 243 of 255 = 95%
G 185 of 255 = 73%
B 164 of 255 = 64%

243
185
164

R + G + B ~ 77%. #F3B9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 185 + 164 = 592 (100%)
R 243 of 592 ~ 41.05%
G 185 of 592 ~ 31.25%
B 164 of 592 ~ 27.7%

%41.05
%31.25
%27.7

CMYK color model

#F3B9A4 color CMYK value is (0,24,33,5).

  • cyan value is 0.00%
  • magenta value is 23.87%
  • yellow value is 32.51%
  • key color value is 4.71%
CMYK:
(0,24,33,5)
C0M24Y33K5 
(0%,24%,33%,5%)
(0.00/0.24/0.33/0.05)	

CMYK percentages

%0
%23.87
%32.51
%4.71

Codes

Color #F3B9A4 in popluar color models

F3B9A4
RGB243185164
HSL16°76.70%79.80%
HSB/HSV16°32.51%95.29%
CMYK0.00%23.87%32.51%
4.71%

Color #F3B9A4 in popluar number systems.

HEXF3B9A4
Decimal243185164
Binary111100111011100110100100
Octal363271244

Shades and tints

Shades of #F3B9A4

#F3B9A4
(243,185,164)
#DDA996
(221,169,150)
#C79988
(199,153,136)
#B1897A
(177,137,122)
#9B796C
(155,121,108)
#85695E
(133,105,94)
#6F5950
(111,89,80)
#594942
(89,73,66)
#433934
(67,57,52)
#2D2926
(45,41,38)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #F3B9A4

#F3B9A4
(243,185,164)
#F4BFAC
(244,191,172)
#F5C5B4
(245,197,180)
#F6CBBC
(246,203,188)
#F7D1C4
(247,209,196)
#F8D7CC
(248,215,204)
#F9DDD4
(249,221,212)
#FAE3DC
(250,227,220)
#FBE9E4
(251,233,228)
#FCEFEC
(252,239,236)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B9A4 color. Also use rgb(243,185,164) instead hex code.

Text Font Color

.myTextColor { color: #F3B9A4; }

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

This text font color is #F3B9A4.


Background Color

.myBgColor { background-color: #F3B9A4; }

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

This div background color is #F3B9A4.


Border color

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

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

This div border color is #F3B9A4.


Opacity

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

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

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

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

This text has shadow with #F3B9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B9A4 on black background.


Color preview on white background

This text has color #F3B9A4 on white background.



Black color preview on #F3B9A4 background

This text has black color on #F3B9A4 background.


White color preview on #F3B9A4 background

This text has white color on #F3B9A4 background.