COLOR #F7EDFF

HEX: #F7EDFF
RGB: (247,237,255)

Color info

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

RGB color model

#F7EDFF color RGB value is (247,237,255).

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

RGB channels and saturation

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

247
237
255

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

Portions of RGB colors in percentages

R + G + B =
247 + 237 + 255 = 739 (100%)
R 247 of 739 ~ 33.42%
G 237 of 739 ~ 32.07%
B 255 of 739 ~ 34.51%

%33.42
%32.07
%34.51

CMYK color model

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

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

CMYK percentages

%3.14
%7.06
%0
%0

Codes

Color #F7EDFF in popluar color models

F7EDFF
RGB247237255
HSL273°100.00%96.47%
HSB/HSV273°7.06%100.00%
CMYK3.14%7.06%0.00%
0.00%

Color #F7EDFF in popluar number systems.

HEXF7EDFF
Decimal247237255
Binary111101111110110111111111
Octal367355377

Shades and tints

Shades of #F7EDFF

#F7EDFF
(247,237,255)
#E1D8E8
(225,216,232)
#CBC3D1
(203,195,209)
#B5AEBA
(181,174,186)
#9F99A3
(159,153,163)
#89848C
(137,132,140)
#736F75
(115,111,117)
#5D5A5E
(93,90,94)
#474547
(71,69,71)
#313030
(49,48,48)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #F7EDFF

#F7EDFF
(247,237,255)
#F7EEFF
(247,238,255)
#F7EFFF
(247,239,255)
#F7F0FF
(247,240,255)
#F7F1FF
(247,241,255)
#F7F2FF
(247,242,255)
#F7F3FF
(247,243,255)
#F7F4FF
(247,244,255)
#F7F5FF
(247,245,255)
#F7F6FF
(247,246,255)
#F7F7FF
(247,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EDFF; }

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

This text font color is #F7EDFF.


Background Color

.myBgColor { background-color: #F7EDFF; }

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

This div background color is #F7EDFF.


Border color

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

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

This div border color is #F7EDFF.


Opacity

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

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

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

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

This text has shadow with #F7EDFF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F7EDFF on black background.


Color preview on white background

This text has color #F7EDFF on white background.



Black color preview on #F7EDFF background

This text has black color on #F7EDFF background.


White color preview on #F7EDFF background

This text has white color on #F7EDFF background.