COLOR #F3D6BC

HEX: #F3D6BC RGB: (243,214,188)

Color info

#F3D6BC contains red, green and blue colors in about the same proportion. Web safe color of #F3D6BC is #FFCCCC (or #FCC).

RGB color model

#F3D6BC color RGB value is (243,214,188).

RGB: (243,214,188) (95%, 84%, 74%)

RGB channels and saturation

R 243 of 255 = 95%
G 214 of 255 = 84%
B 188 of 255 = 74%

243
214
188

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

Portions of RGB colors in percentages

R + G + B = 243 + 214 + 188 = 645 (100%)
R 243 of 645 ~ 37.67%
G 214 of 645 ~ 33.18%
B 188 of 645 ~ 29.15'%

%37.67
%33.18
%29.15

CMYK color model

#F3D6BC color CMYK value is (0,12,23,5).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 22.63%
  • key color value is 4.71%

CMYK: (0,12,23,5)
C0M12Y23K5 (0%, 12%, 23%, 5%)
(0.00 / 0.12 / 0.23 / 0.05)

CMYK percentages

%0
%11.93
%22.63
%4.71

Codes

Color #F3D6BC in popluar color models

F3 D6 BC
RGB 243 214 188
HSL 28° 69.62% 84.51%
HSB/HSV 28° 22.63% 95.29%
CMYK 0.00% 11.93% 22.63%
4.71%

Color #F3D6BC in popluar number systems.

HEX F3 D6 BC
Decimal 243 214 188
Binary 11110011 11010110 10111100
Octal 363 326 274

Shades and tints

Shades of #F3D6BC

#F3D6BC
(243,214,188)
#DDC3AB
(221,195,171)
#C7B09A
(199,176,154)
#B19D89
(177,157,137)
#9B8A78
(155,138,120)
#857767
(133,119,103)
#6F6456
(111,100,86)
#595145
(89,81,69)
#433E34
(67,62,52)
#2D2B23
(45,43,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #F3D6BC

#F3D6BC
(243,214,188)
#F4D9C2
(244,217,194)
#F5DCC8
(245,220,200)
#F6DFCE
(246,223,206)
#F7E2D4
(247,226,212)
#F8E5DA
(248,229,218)
#F9E8E0
(249,232,224)
#FAEBE6
(250,235,230)
#FBEEEC
(251,238,236)
#FCF1F2
(252,241,242)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D6BC color. Also use rgb(243,214,188) instead hex code.

Text Font Color

.myTextColor { color: #F3D6BC; }

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

This text font color is #F3D6BC.

Background Color

.myBgColor { background-color: #F3D6BC; }

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

This div background color is #F3D6BC.

Border color

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

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

This div border color is #F3D6BC.

Opacity

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

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

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

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

This text has shadow with #F3D6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D6BC.

Preview

Color preview on black background

This text has color #F3D6BC on black background.


Color preview on white background

This text has color #F3D6BC on white background.


Black color preview on #F3D6BC background

This text has black color on #F3D6BC background.


White color preview on #F3D6BC background

This text has white color on #F3D6BC background.


Related colors

Complementary color

Complementary color for #hex is #0C2943.


I love getcolorcode.com

Triadic colors

1 #BCF3D6 and #D6BCF3 with #F3D6BC are triadic colors.

2 #BCD6F3 and #D6F3BC with #F3D6BC are triadic colors.