COLOR #F7EDFE

HEX: #F7EDFE
RGB: (247,237,254)

Color info

#F7EDFE contains red, green and blue colors in about the same proportion. Web safe color of #F7EDFE is #FFFFFF (or #FFF).

RGB color model

#F7EDFE color RGB value is (247,237,254).

  • red value is 247;
  • green value is 237;
  • blue value is 254.
RGB:
(247,237,254)
(97%,93%,100%)

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 254 of 255 = 100%

247
237
254

R + G + B ~ 97%. #F7EDFE is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 237 + 254 = 738 (100%)
R 247 of 738 ~ 33.47%
G 237 of 738 ~ 32.11%
B 254 of 738 ~ 34.42%

%33.47
%32.11
%34.42

CMYK color model

#F7EDFE color CMYK value is (3,7,0,0).

  • cyan value is 2.76%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(3,7,0,0)
C3M7Y0K0 
(3%,7%,0%,0%)
(0.03/0.07/0.00/0.00)	

CMYK percentages

%2.76
%6.69
%0
%0.39

Codes

Color #F7EDFE in popluar color models

F7EDFE
RGB247237254
HSL275°89.47%96.27%
HSB/HSV275°6.69%99.61%
CMYK2.76%6.69%0.00%
0.39%

Color #F7EDFE in popluar number systems.

HEXF7EDFE
Decimal247237254
Binary111101111110110111111110
Octal367355376

Shades and tints

Shades of #F7EDFE

#F7EDFE
(247,237,254)
#E1D8E7
(225,216,231)
#CBC3D0
(203,195,208)
#B5AEB9
(181,174,185)
#9F99A2
(159,153,162)
#89848B
(137,132,139)
#736F74
(115,111,116)
#5D5A5D
(93,90,93)
#474546
(71,69,70)
#31302F
(49,48,47)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #F7EDFE

#F7EDFE
(247,237,254)
#F7EEFE
(247,238,254)
#F7EFFE
(247,239,254)
#F7F0FE
(247,240,254)
#F7F1FE
(247,241,254)
#F7F2FE
(247,242,254)
#F7F3FE
(247,243,254)
#F7F4FE
(247,244,254)
#F7F5FE
(247,245,254)
#F7F6FE
(247,246,254)
#F7F7FE
(247,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EDFE color. Also use rgb(247,237,254) instead hex code.

Text Font Color

.myTextColor { color: #F7EDFE; }

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

This text font color is #F7EDFE.


Background Color

.myBgColor { background-color: #F7EDFE; }

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

This div background color is #F7EDFE.


Border color

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

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

This div border color is #F7EDFE.


Opacity

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

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

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

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

This text has shadow with #F7EDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EDFE on black background.


Color preview on white background

This text has color #F7EDFE on white background.



Black color preview on #F7EDFE background

This text has black color on #F7EDFE background.


White color preview on #F7EDFE background

This text has white color on #F7EDFE background.