COLOR #F3B9AC

HEX: #F3B9AC
RGB: (243,185,172)

Color info

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

RGB color model

#F3B9AC color RGB value is (243,185,172).

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

RGB channels and saturation

R 243 of 255 = 95%
G 185 of 255 = 73%
B 172 of 255 = 67%

243
185
172

R + G + B ~ 78%. #F3B9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 185 + 172 = 600 (100%)
R 243 of 600 ~ 40.5%
G 185 of 600 ~ 30.83%
B 172 of 600 ~ 28.67%

%40.5
%30.83
%28.67

CMYK color model

#F3B9AC color CMYK value is (0,24,29,5).

  • cyan value is 0.00%
  • magenta value is 23.87%
  • yellow value is 29.22%
  • key color value is 4.71%
CMYK:
(0,24,29,5)
C0M24Y29K5 
(0%,24%,29%,5%)
(0.00/0.24/0.29/0.05)	

CMYK percentages

%0
%23.87
%29.22
%4.71

Codes

Color #F3B9AC in popluar color models

F3B9AC
RGB243185172
HSL11°74.74%81.37%
HSB/HSV11°29.22%95.29%
CMYK0.00%23.87%29.22%
4.71%

Color #F3B9AC in popluar number systems.

HEXF3B9AC
Decimal243185172
Binary111100111011100110101100
Octal363271254

Shades and tints

Shades of #F3B9AC

#F3B9AC
(243,185,172)
#DDA99D
(221,169,157)
#C7998E
(199,153,142)
#B1897F
(177,137,127)
#9B7970
(155,121,112)
#856961
(133,105,97)
#6F5952
(111,89,82)
#594943
(89,73,67)
#433934
(67,57,52)
#2D2925
(45,41,37)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #F3B9AC

#F3B9AC
(243,185,172)
#F4BFB3
(244,191,179)
#F5C5BA
(245,197,186)
#F6CBC1
(246,203,193)
#F7D1C8
(247,209,200)
#F8D7CF
(248,215,207)
#F9DDD6
(249,221,214)
#FAE3DD
(250,227,221)
#FBE9E4
(251,233,228)
#FCEFEB
(252,239,235)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B9AC; }

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

This text font color is #F3B9AC.


Background Color

.myBgColor { background-color: #F3B9AC; }

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

This div background color is #F3B9AC.


Border color

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

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

This div border color is #F3B9AC.


Opacity

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

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

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

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

This text has shadow with #F3B9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B9AC on black background.


Color preview on white background

This text has color #F3B9AC on white background.



Black color preview on #F3B9AC background

This text has black color on #F3B9AC background.


White color preview on #F3B9AC background

This text has white color on #F3B9AC background.