COLOR #F3D8B3

HEX: #F3D8B3
RGB: (243,216,179)

Color info

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

RGB color model

#F3D8B3 color RGB value is (243,216,179).

  • red value is 243;
  • green value is 216;
  • blue value is 179.
RGB:
(243,216,179)
(95%,85%,70%)

RGB channels and saturation

R 243 of 255 = 95%
G 216 of 255 = 85%
B 179 of 255 = 70%

243
216
179

R + G + B ~ 83%. #F3D8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 216 + 179 = 638 (100%)
R 243 of 638 ~ 38.09%
G 216 of 638 ~ 33.86%
B 179 of 638 ~ 28.06%

%38.09
%33.86
%28.06

CMYK color model

#F3D8B3 color CMYK value is (0,11,26,5).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 26.34%
  • key color value is 4.71%
CMYK:
(0,11,26,5)
C0M11Y26K5 
(0%,11%,26%,5%)
(0.00/0.11/0.26/0.05)	

CMYK percentages

%0
%11.11
%26.34
%4.71

Codes

Color #F3D8B3 in popluar color models

F3D8B3
RGB243216179
HSL35°72.73%82.75%
HSB/HSV35°26.34%95.29%
CMYK0.00%11.11%26.34%
4.71%

Color #F3D8B3 in popluar number systems.

HEXF3D8B3
Decimal243216179
Binary111100111101100010110011
Octal363330263

Shades and tints

Shades of #F3D8B3

#F3D8B3
(243,216,179)
#DDC5A3
(221,197,163)
#C7B293
(199,178,147)
#B19F83
(177,159,131)
#9B8C73
(155,140,115)
#857963
(133,121,99)
#6F6653
(111,102,83)
#595343
(89,83,67)
#434033
(67,64,51)
#2D2D23
(45,45,35)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #F3D8B3

#F3D8B3
(243,216,179)
#F4DBB9
(244,219,185)
#F5DEBF
(245,222,191)
#F6E1C5
(246,225,197)
#F7E4CB
(247,228,203)
#F8E7D1
(248,231,209)
#F9EAD7
(249,234,215)
#FAEDDD
(250,237,221)
#FBF0E3
(251,240,227)
#FCF3E9
(252,243,233)
#FDF6EF
(253,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D8B3 color. Also use rgb(243,216,179) instead hex code.

Text Font Color

.myTextColor { color: #F3D8B3; }

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

This text font color is #F3D8B3.


Background Color

.myBgColor { background-color: #F3D8B3; }

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

This div background color is #F3D8B3.


Border color

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

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

This div border color is #F3D8B3.


Opacity

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

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

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

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

This text has shadow with #F3D8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D8B3 on black background.


Color preview on white background

This text has color #F3D8B3 on white background.



Black color preview on #F3D8B3 background

This text has black color on #F3D8B3 background.


White color preview on #F3D8B3 background

This text has white color on #F3D8B3 background.