COLOR #F7EAFF

HEX: #F7EAFF
RGB: (247,234,255)

Color info

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

RGB color model

#F7EAFF color RGB value is (247,234,255).

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

RGB channels and saturation

R 247 of 255 = 97%
G 234 of 255 = 92%
B 255 of 255 = 100%

247
234
255

R + G + B ~ 96%. #F7EAFF is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 234 + 255 = 736 (100%)
R 247 of 736 ~ 33.56%
G 234 of 736 ~ 31.79%
B 255 of 736 ~ 34.65%

%33.56
%31.79
%34.65

CMYK color model

#F7EAFF color CMYK value is (3,8,0,0).

  • cyan value is 3.14%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,8,0,0)
C3M8Y0K0 
(3%,8%,0%,0%)
(0.03/0.08/0.00/0.00)	

CMYK percentages

%3.14
%8.24
%0
%0

Codes

Color #F7EAFF in popluar color models

F7EAFF
RGB247234255
HSL277°100.00%95.88%
HSB/HSV277°8.24%100.00%
CMYK3.14%8.24%0.00%
0.00%

Color #F7EAFF in popluar number systems.

HEXF7EAFF
Decimal247234255
Binary111101111110101011111111
Octal367352377

Shades and tints

Shades of #F7EAFF

#F7EAFF
(247,234,255)
#E1D5E8
(225,213,232)
#CBC0D1
(203,192,209)
#B5ABBA
(181,171,186)
#9F96A3
(159,150,163)
#89818C
(137,129,140)
#736C75
(115,108,117)
#5D575E
(93,87,94)
#474247
(71,66,71)
#312D30
(49,45,48)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #F7EAFF

#F7EAFF
(247,234,255)
#F7EBFF
(247,235,255)
#F7ECFF
(247,236,255)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EAFF; }

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

This text font color is #F7EAFF.


Background Color

.myBgColor { background-color: #F7EAFF; }

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

This div background color is #F7EAFF.


Border color

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

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

This div border color is #F7EAFF.


Opacity

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

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

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

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

This text has shadow with #F7EAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EAFF on black background.


Color preview on white background

This text has color #F7EAFF on white background.



Black color preview on #F7EAFF background

This text has black color on #F7EAFF background.


White color preview on #F7EAFF background

This text has white color on #F7EAFF background.