COLOR #F3BDA4

HEX: #F3BDA4
RGB: (243,189,164)

Color info

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

RGB color model

#F3BDA4 color RGB value is (243,189,164).

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

RGB channels and saturation

R 243 of 255 = 95%
G 189 of 255 = 74%
B 164 of 255 = 64%

243
189
164

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

Portions of RGB colors in percentages

R + G + B =
243 + 189 + 164 = 596 (100%)
R 243 of 596 ~ 40.77%
G 189 of 596 ~ 31.71%
B 164 of 596 ~ 27.52%

%40.77
%31.71
%27.52

CMYK color model

#F3BDA4 color CMYK value is (0,22,33,5).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 32.51%
  • key color value is 4.71%
CMYK:
(0,22,33,5)
C0M22Y33K5 
(0%,22%,33%,5%)
(0.00/0.22/0.33/0.05)	

CMYK percentages

%0
%22.22
%32.51
%4.71

Codes

Color #F3BDA4 in popluar color models

F3BDA4
RGB243189164
HSL19°76.70%79.80%
HSB/HSV19°32.51%95.29%
CMYK0.00%22.22%32.51%
4.71%

Color #F3BDA4 in popluar number systems.

HEXF3BDA4
Decimal243189164
Binary111100111011110110100100
Octal363275244

Shades and tints

Shades of #F3BDA4

#F3BDA4
(243,189,164)
#DDAC96
(221,172,150)
#C79B88
(199,155,136)
#B18A7A
(177,138,122)
#9B796C
(155,121,108)
#85685E
(133,104,94)
#6F5750
(111,87,80)
#594642
(89,70,66)
#433534
(67,53,52)
#2D2426
(45,36,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #F3BDA4

#F3BDA4
(243,189,164)
#F4C3AC
(244,195,172)
#F5C9B4
(245,201,180)
#F6CFBC
(246,207,188)
#F7D5C4
(247,213,196)
#F8DBCC
(248,219,204)
#F9E1D4
(249,225,212)
#FAE7DC
(250,231,220)
#FBEDE4
(251,237,228)
#FCF3EC
(252,243,236)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BDA4; }

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

This text font color is #F3BDA4.


Background Color

.myBgColor { background-color: #F3BDA4; }

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

This div background color is #F3BDA4.


Border color

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

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

This div border color is #F3BDA4.


Opacity

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

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

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

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

This text has shadow with #F3BDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BDA4 on black background.


Color preview on white background

This text has color #F3BDA4 on white background.



Black color preview on #F3BDA4 background

This text has black color on #F3BDA4 background.


White color preview on #F3BDA4 background

This text has white color on #F3BDA4 background.