COLOR #F3DBCE

HEX: #F3DBCE
RGB: (243,219,206)

Color info

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

RGB color model

#F3DBCE color RGB value is (243,219,206).

  • red value is 243;
  • green value is 219;
  • blue value is 206.
RGB:
(243,219,206)
(95%,86%,81%)

RGB channels and saturation

R 243 of 255 = 95%
G 219 of 255 = 86%
B 206 of 255 = 81%

243
219
206

R + G + B ~ 87%. #F3DBCE is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 219 + 206 = 668 (100%)
R 243 of 668 ~ 36.38%
G 219 of 668 ~ 32.78%
B 206 of 668 ~ 30.84%

%36.38
%32.78
%30.84

CMYK color model

#F3DBCE color CMYK value is (0,10,15,5).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 15.23%
  • key color value is 4.71%
CMYK:
(0,10,15,5)
C0M10Y15K5 
(0%,10%,15%,5%)
(0.00/0.10/0.15/0.05)	

CMYK percentages

%0
%9.88
%15.23
%4.71

Codes

Color #F3DBCE in popluar color models

F3DBCE
RGB243219206
HSL21°60.66%88.04%
HSB/HSV21°15.23%95.29%
CMYK0.00%9.88%15.23%
4.71%

Color #F3DBCE in popluar number systems.

HEXF3DBCE
Decimal243219206
Binary111100111101101111001110
Octal363333316

Shades and tints

Shades of #F3DBCE

#F3DBCE
(243,219,206)
#DDC8BC
(221,200,188)
#C7B5AA
(199,181,170)
#B1A298
(177,162,152)
#9B8F86
(155,143,134)
#857C74
(133,124,116)
#6F6962
(111,105,98)
#595650
(89,86,80)
#43433E
(67,67,62)
#2D302C
(45,48,44)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #F3DBCE

#F3DBCE
(243,219,206)
#F4DED2
(244,222,210)
#F5E1D6
(245,225,214)
#F6E4DA
(246,228,218)
#F7E7DE
(247,231,222)
#F8EAE2
(248,234,226)
#F9EDE6
(249,237,230)
#FAF0EA
(250,240,234)
#FBF3EE
(251,243,238)
#FCF6F2
(252,246,242)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DBCE color. Also use rgb(243,219,206) instead hex code.

Text Font Color

.myTextColor { color: #F3DBCE; }

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

This text font color is #F3DBCE.


Background Color

.myBgColor { background-color: #F3DBCE; }

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

This div background color is #F3DBCE.


Border color

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

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

This div border color is #F3DBCE.


Opacity

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

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

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

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

This text has shadow with #F3DBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DBCE on black background.


Color preview on white background

This text has color #F3DBCE on white background.



Black color preview on #F3DBCE background

This text has black color on #F3DBCE background.


White color preview on #F3DBCE background

This text has white color on #F3DBCE background.