COLOR #F7EEFB

HEX: #F7EEFB
RGB: (247,238,251)

Color info

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

RGB color model

#F7EEFB color RGB value is (247,238,251).

  • red value is 247;
  • green value is 238;
  • blue value is 251.
RGB:
(247,238,251)
(97%,93%,98%)

RGB channels and saturation

R 247 of 255 = 97%
G 238 of 255 = 93%
B 251 of 255 = 98%

247
238
251

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

Portions of RGB colors in percentages

R + G + B =
247 + 238 + 251 = 736 (100%)
R 247 of 736 ~ 33.56%
G 238 of 736 ~ 32.34%
B 251 of 736 ~ 34.1%

%33.56
%32.34
%34.1

CMYK color model

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

  • cyan value is 1.59%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,5,0,2)
C2M5Y0K2 
(2%,5%,0%,2%)
(0.02/0.05/0.00/0.02)	

CMYK percentages

%1.59
%5.18
%0
%1.57

Codes

Color #F7EEFB in popluar color models

F7EEFB
RGB247238251
HSL282°61.90%95.88%
HSB/HSV282°5.18%98.43%
CMYK1.59%5.18%0.00%
1.57%

Color #F7EEFB in popluar number systems.

HEXF7EEFB
Decimal247238251
Binary111101111110111011111011
Octal367356373

Shades and tints

Shades of #F7EEFB

#F7EEFB
(247,238,251)
#E1D9E5
(225,217,229)
#CBC4CF
(203,196,207)
#B5AFB9
(181,175,185)
#9F9AA3
(159,154,163)
#89858D
(137,133,141)
#737077
(115,112,119)
#5D5B61
(93,91,97)
#47464B
(71,70,75)
#313135
(49,49,53)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #F7EEFB

#F7EEFB
(247,238,251)
#F7EFFB
(247,239,251)
#F7F0FB
(247,240,251)
#F7F1FB
(247,241,251)
#F7F2FB
(247,242,251)
#F7F3FB
(247,243,251)
#F7F4FB
(247,244,251)
#F7F5FB
(247,245,251)
#F7F6FB
(247,246,251)
#F7F7FB
(247,247,251)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EEFB color. Also use rgb(247,238,251) instead hex code.

Text Font Color

.myTextColor { color: #F7EEFB; }

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

This text font color is #F7EEFB.


Background Color

.myBgColor { background-color: #F7EEFB; }

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

This div background color is #F7EEFB.


Border color

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

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

This div border color is #F7EEFB.


Opacity

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

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

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

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

This text has shadow with #F7EEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EEFB on black background.


Color preview on white background

This text has color #F7EEFB on white background.



Black color preview on #F7EEFB background

This text has black color on #F7EEFB background.


White color preview on #F7EEFB background

This text has white color on #F7EEFB background.