COLOR #EEF7FB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

238
247
251

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

Portions of RGB colors in percentages

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

%32.34
%33.56
%34.1

CMYK color model

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

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

CMYK percentages

%5.18
%1.59
%0
%1.57

Codes

Color #EEF7FB in popluar color models

EEF7FB
RGB238247251
HSL198°61.90%95.88%
HSB/HSV198°5.18%98.43%
CMYK5.18%1.59%0.00%
1.57%

Color #EEF7FB in popluar number systems.

HEXEEF7FB
Decimal238247251
Binary111011101111011111111011
Octal356367373

Shades and tints

Shades of #EEF7FB

#EEF7FB
(238,247,251)
#D9E1E5
(217,225,229)
#C4CBCF
(196,203,207)
#AFB5B9
(175,181,185)
#9A9FA3
(154,159,163)
#85898D
(133,137,141)
#707377
(112,115,119)
#5B5D61
(91,93,97)
#46474B
(70,71,75)
#313135
(49,49,53)
#1C1B1F
(28,27,31)
#000000
(0,0,0)

Tints of #EEF7FB

#EEF7FB
(238,247,251)
#EFF7FB
(239,247,251)
#F0F7FB
(240,247,251)
#F1F7FB
(241,247,251)
#F2F7FB
(242,247,251)
#F3F7FB
(243,247,251)
#F4F7FB
(244,247,251)
#F5F7FB
(245,247,251)
#F6F7FB
(246,247,251)
#F7F7FB
(247,247,251)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF7FB; }

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

This text font color is #EEF7FB.


Background Color

.myBgColor { background-color: #EEF7FB; }

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

This div background color is #EEF7FB.


Border color

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

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

This div border color is #EEF7FB.


Opacity

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

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

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

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

This text has shadow with #EEF7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF7FB on black background.


Color preview on white background

This text has color #EEF7FB on white background.



Black color preview on #EEF7FB background

This text has black color on #EEF7FB background.


White color preview on #EEF7FB background

This text has white color on #EEF7FB background.