COLOR #F3D8B6

HEX: #F3D8B6
RGB: (243,216,182)

Color info

#F3D8B6 contains mainly red and green colors. Web safe color of #F3D8B6 is #FFCCCC (or #FCC).

RGB color model

#F3D8B6 color RGB value is (243,216,182).

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

RGB channels and saturation

R 243 of 255 = 95%
G 216 of 255 = 85%
B 182 of 255 = 71%

243
216
182

R + G + B ~ 84%. #F3D8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 216 + 182 = 641 (100%)
R 243 of 641 ~ 37.91%
G 216 of 641 ~ 33.7%
B 182 of 641 ~ 28.39%

%37.91
%33.7
%28.39

CMYK color model

#F3D8B6 color CMYK value is (0,11,25,5).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 25.10%
  • key color value is 4.71%
CMYK:
(0,11,25,5)
C0M11Y25K5 
(0%,11%,25%,5%)
(0.00/0.11/0.25/0.05)	

CMYK percentages

%0
%11.11
%25.1
%4.71

Codes

Color #F3D8B6 in popluar color models

F3D8B6
RGB243216182
HSL33°71.76%83.33%
HSB/HSV33°25.10%95.29%
CMYK0.00%11.11%25.10%
4.71%

Color #F3D8B6 in popluar number systems.

HEXF3D8B6
Decimal243216182
Binary111100111101100010110110
Octal363330266

Shades and tints

Shades of #F3D8B6

#F3D8B6
(243,216,182)
#DDC5A6
(221,197,166)
#C7B296
(199,178,150)
#B19F86
(177,159,134)
#9B8C76
(155,140,118)
#857966
(133,121,102)
#6F6656
(111,102,86)
#595346
(89,83,70)
#434036
(67,64,54)
#2D2D26
(45,45,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #F3D8B6

#F3D8B6
(243,216,182)
#F4DBBC
(244,219,188)
#F5DEC2
(245,222,194)
#F6E1C8
(246,225,200)
#F7E4CE
(247,228,206)
#F8E7D4
(248,231,212)
#F9EADA
(249,234,218)
#FAEDE0
(250,237,224)
#FBF0E6
(251,240,230)
#FCF3EC
(252,243,236)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D8B6; }

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

This text font color is #F3D8B6.


Background Color

.myBgColor { background-color: #F3D8B6; }

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

This div background color is #F3D8B6.


Border color

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

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

This div border color is #F3D8B6.


Opacity

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

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

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

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

This text has shadow with #F3D8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D8B6 on black background.


Color preview on white background

This text has color #F3D8B6 on white background.



Black color preview on #F3D8B6 background

This text has black color on #F3D8B6 background.


White color preview on #F3D8B6 background

This text has white color on #F3D8B6 background.