COLOR #F3C7BF

HEX: #F3C7BF
RGB: (243,199,191)

Color info

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

RGB color model

#F3C7BF color RGB value is (243,199,191).

  • red value is 243;
  • green value is 199;
  • blue value is 191.
RGB:
(243,199,191)
(95%,78%,75%)

RGB channels and saturation

R 243 of 255 = 95%
G 199 of 255 = 78%
B 191 of 255 = 75%

243
199
191

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

Portions of RGB colors in percentages

R + G + B =
243 + 199 + 191 = 633 (100%)
R 243 of 633 ~ 38.39%
G 199 of 633 ~ 31.44%
B 191 of 633 ~ 30.17%

%38.39
%31.44
%30.17

CMYK color model

#F3C7BF color CMYK value is (0,18,21,5).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 21.40%
  • key color value is 4.71%
CMYK:
(0,18,21,5)
C0M18Y21K5 
(0%,18%,21%,5%)
(0.00/0.18/0.21/0.05)	

CMYK percentages

%0
%18.11
%21.4
%4.71

Codes

Color #F3C7BF in popluar color models

F3C7BF
RGB243199191
HSL68.42%85.10%
HSB/HSV21.40%95.29%
CMYK0.00%18.11%21.40%
4.71%

Color #F3C7BF in popluar number systems.

HEXF3C7BF
Decimal243199191
Binary111100111100011110111111
Octal363307277

Shades and tints

Shades of #F3C7BF

#F3C7BF
(243,199,191)
#DDB5AE
(221,181,174)
#C7A39D
(199,163,157)
#B1918C
(177,145,140)
#9B7F7B
(155,127,123)
#856D6A
(133,109,106)
#6F5B59
(111,91,89)
#594948
(89,73,72)
#433737
(67,55,55)
#2D2526
(45,37,38)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #F3C7BF

#F3C7BF
(243,199,191)
#F4CCC4
(244,204,196)
#F5D1C9
(245,209,201)
#F6D6CE
(246,214,206)
#F7DBD3
(247,219,211)
#F8E0D8
(248,224,216)
#F9E5DD
(249,229,221)
#FAEAE2
(250,234,226)
#FBEFE7
(251,239,231)
#FCF4EC
(252,244,236)
#FDF9F1
(253,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C7BF color. Also use rgb(243,199,191) instead hex code.

Text Font Color

.myTextColor { color: #F3C7BF; }

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

This text font color is #F3C7BF.


Background Color

.myBgColor { background-color: #F3C7BF; }

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

This div background color is #F3C7BF.


Border color

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

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

This div border color is #F3C7BF.


Opacity

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

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

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

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

This text has shadow with #F3C7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C7BF on black background.


Color preview on white background

This text has color #F3C7BF on white background.



Black color preview on #F3C7BF background

This text has black color on #F3C7BF background.


White color preview on #F3C7BF background

This text has white color on #F3C7BF background.