COLOR #F3D7EF

HEX: #F3D7EF
RGB: (243,215,239)

Color info

#F3D7EF contains red, green and blue colors in about the same proportion. Web safe color of #F3D7EF is #FFCCFF (or #FCF).

RGB color model

#F3D7EF color RGB value is (243,215,239).

  • red value is 243;
  • green value is 215;
  • blue value is 239.
RGB:
(243,215,239)
(95%,84%,94%)

RGB channels and saturation

R 243 of 255 = 95%
G 215 of 255 = 84%
B 239 of 255 = 94%

243
215
239

R + G + B ~ 91%. #F3D7EF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 215 + 239 = 697 (100%)
R 243 of 697 ~ 34.86%
G 215 of 697 ~ 30.85%
B 239 of 697 ~ 34.29%

%34.86
%30.85
%34.29

CMYK color model

#F3D7EF color CMYK value is (0,12,2,5).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 1.65%
  • key color value is 4.71%
CMYK:
(0,12,2,5)
C0M12Y2K5 
(0%,12%,2%,5%)
(0.00/0.12/0.02/0.05)	

CMYK percentages

%0
%11.52
%1.65
%4.71

Codes

Color #F3D7EF in popluar color models

F3D7EF
RGB243215239
HSL309°53.85%89.80%
HSB/HSV309°11.52%95.29%
CMYK0.00%11.52%1.65%
4.71%

Color #F3D7EF in popluar number systems.

HEXF3D7EF
Decimal243215239
Binary111100111101011111101111
Octal363327357

Shades and tints

Shades of #F3D7EF

#F3D7EF
(243,215,239)
#DDC4DA
(221,196,218)
#C7B1C5
(199,177,197)
#B19EB0
(177,158,176)
#9B8B9B
(155,139,155)
#857886
(133,120,134)
#6F6571
(111,101,113)
#59525C
(89,82,92)
#433F47
(67,63,71)
#2D2C32
(45,44,50)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #F3D7EF

#F3D7EF
(243,215,239)
#F4DAF0
(244,218,240)
#F5DDF1
(245,221,241)
#F6E0F2
(246,224,242)
#F7E3F3
(247,227,243)
#F8E6F4
(248,230,244)
#F9E9F5
(249,233,245)
#FAECF6
(250,236,246)
#FBEFF7
(251,239,247)
#FCF2F8
(252,242,248)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D7EF color. Also use rgb(243,215,239) instead hex code.

Text Font Color

.myTextColor { color: #F3D7EF; }

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

This text font color is #F3D7EF.


Background Color

.myBgColor { background-color: #F3D7EF; }

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

This div background color is #F3D7EF.


Border color

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

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

This div border color is #F3D7EF.


Opacity

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

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

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

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

This text has shadow with #F3D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D7EF on black background.


Color preview on white background

This text has color #F3D7EF on white background.



Black color preview on #F3D7EF background

This text has black color on #F3D7EF background.


White color preview on #F3D7EF background

This text has white color on #F3D7EF background.